Follow these steps to get some automatically generated code documentation
$ pip install pydoc-markdown>=4.0.0,<5.0.0 mkdocs
$ ./apidocs.bash # (to run live docs on localhost:8000)
$ ./apidocs.bash --generate # (to output the docs to docs directory)