#1157 Create python api docs (perhaps as part of build)
Closed: Fixed None Opened 9 years ago by vakwetu.

The way to do it is using sphinx.

Here is a quick start on how to gen api docs:

yum install python-sphinx
sphinx-apidoc -F -o /tmp/api-docs <src_path>/pki/base/common/python
cd /tmp/api-docs
make html
firefox ./_build/html/index.html


Per Dogtag 10.2.3 Triage meeting of 09/24/2014 - proposed Milestone: 10.2.1

Added to build.

[alee@aleeredhat pki]$ git push origin master
Counting objects: 108, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (33/33), done.
Writing objects: 100% (34/34), 11.60 KiB | 0 bytes/s, done.
Total 34 (delta 21), reused 0 (delta 0)
To ssh://vakwetu@git.fedorahosted.org/git/pki.git
a3bd504..8d8e33b master -> master

Metadata Update from @vakwetu:
- Issue assigned to vakwetu
- Issue set to the milestone: 10.2.1

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1720

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata