Python , . , , . , pydoc -p, - docstrings, . , , Sphinx . sphinx-server, script :
#!/bin/sh
sphinx-apidoc -F -o "$2" "$1"
cd "$2"
make html
cd _build/html
python -mSimpleHTTPServer 2345
, , , . http://localhost:2345/
(. , - script. . , Python 2.x.)