summaryrefslogtreecommitdiffstats
path: root/base/common/python/docs
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up python docs generation.Endi S. Dewata2015-05-284-469/+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-273-5/+13
| | | | | Added missing .rst annotations and missing docstrings. Added log file for sphinx runs.
* Added Python Client API Docs to buildAde Lee2014-10-274-0/+461
This patch builds HTML and man page builds for the python client API delivered in pki-base. Ticket 1157