To build the API documention, run the following commands from this
directory:

	pip3 install sphinx
	mkdir -p _static/
	make html

Open _build/html/index.html to browse the documentation.

NB: Only classes, functions, and attributes listed in the __all__ attribute of
each module are included in the API documentation.
