From 68590caf838d7ef808d9b4c103df87530a9fe4aa Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 26 May 2015 10:46:57 -0400 Subject: Cleaned up python docs generation. 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. --- base/common/python/docs/index.rst | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 base/common/python/docs/index.rst (limited to 'base/common/python/docs/index.rst') diff --git a/base/common/python/docs/index.rst b/base/common/python/docs/index.rst deleted file mode 100644 index eca286ac9..000000000 --- a/base/common/python/docs/index.rst +++ /dev/null @@ -1,22 +0,0 @@ -Dogtag Python Client API -======================== - -Dogtag is an enterprise software system designed to manage -enterprise Public Key Infrastructure (PKI) deployments. -These pages document the Python client API that can be used -to interact with Dogtag's REST API to request and issue certificates, -store secrets in the KRA etc. - -.. toctree:: - :maxdepth: 4 - - pki - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - -- cgit