The sphinx-apidoc generates completely automatic API documentation for a Python package. It is called like this:

1) sphinx-apidoc -F -H MuPIF -A "Bořek Patzák" -V "2.0" -R "2.0" -o . ../
2) add sys.path.insert(0, '/home/bp/mupif') to conf.py

3) generate html doc 
make html
