summaryrefslogtreecommitdiffstats
path: root/base/common/python/docs/conf.py.in
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up python docs generation.Endi S. Dewata2015-05-281-285/+0
| | | | | | | The script to generate Python docs has been cleaned up and simplified. The python-sphinx configuration files have been moved into base/common/python. The build artifacts are now created in the build/base/common/python.
* Updates to some python client classes for prettier API docs.Ade Lee2014-10-271-3/+3
| | | | | Added missing .rst annotations and missing docstrings. Added log file for sphinx runs.
* Added Python Client API Docs to buildAde Lee2014-10-271-0/+285
This patch builds HTML and man page builds for the python client API delivered in pki-base. Ticket 1157