Using a separate autodoc page for each module.

This commit is contained in:
Danny Hermes
2015-08-12 15:26:57 -07:00
parent 84ab0eee50
commit 0a84f4861e
19 changed files with 138 additions and 136 deletions

View File

@@ -0,0 +1,7 @@
oauth2client.appengine module
=============================
.. automodule:: oauth2client.appengine
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.client module
==========================
.. automodule:: oauth2client.client
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.clientsecrets module
=================================
.. automodule:: oauth2client.clientsecrets
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.crypt module
=========================
.. automodule:: oauth2client.crypt
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.devshell module
============================
.. automodule:: oauth2client.devshell
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.django_orm module
==============================
.. automodule:: oauth2client.django_orm
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.file module
========================
.. automodule:: oauth2client.file
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.flask_util module
==============================
.. automodule:: oauth2client.flask_util
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.gce module
=======================
.. automodule:: oauth2client.gce
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.keyring_storage module
===================================
.. automodule:: oauth2client.keyring_storage
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.locked_file module
===============================
.. automodule:: oauth2client.locked_file
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.multistore_file module
===================================
.. automodule:: oauth2client.multistore_file
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.old_run module
===========================
.. automodule:: oauth2client.old_run
:members:
:undoc-members:
:show-inheritance:

View File

@@ -4,142 +4,25 @@ oauth2client package
Submodules
----------
oauth2client.appengine module
-----------------------------
.. automodule:: oauth2client.appengine
:members:
:undoc-members:
:show-inheritance:
oauth2client.client module
--------------------------
.. automodule:: oauth2client.client
:members:
:undoc-members:
:show-inheritance:
oauth2client.clientsecrets module
---------------------------------
.. automodule:: oauth2client.clientsecrets
:members:
:undoc-members:
:show-inheritance:
oauth2client.crypt module
-------------------------
.. automodule:: oauth2client.crypt
:members:
:undoc-members:
:show-inheritance:
oauth2client.devshell module
----------------------------
.. automodule:: oauth2client.devshell
:members:
:undoc-members:
:show-inheritance:
oauth2client.django_orm module
------------------------------
.. automodule:: oauth2client.django_orm
:members:
:undoc-members:
:show-inheritance:
oauth2client.file module
------------------------
.. automodule:: oauth2client.file
:members:
:undoc-members:
:show-inheritance:
oauth2client.flask_util module
------------------------------
.. automodule:: oauth2client.flask_util
:members:
:undoc-members:
:show-inheritance:
oauth2client.gce module
-----------------------
.. automodule:: oauth2client.gce
:members:
:undoc-members:
:show-inheritance:
oauth2client.keyring_storage module
-----------------------------------
.. automodule:: oauth2client.keyring_storage
:members:
:undoc-members:
:show-inheritance:
oauth2client.locked_file module
-------------------------------
.. automodule:: oauth2client.locked_file
:members:
:undoc-members:
:show-inheritance:
oauth2client.multistore_file module
-----------------------------------
.. automodule:: oauth2client.multistore_file
:members:
:undoc-members:
:show-inheritance:
oauth2client.old_run module
---------------------------
.. automodule:: oauth2client.old_run
:members:
:undoc-members:
:show-inheritance:
oauth2client.service_account module
-----------------------------------
.. automodule:: oauth2client.service_account
:members:
:undoc-members:
:show-inheritance:
oauth2client.tools module
-------------------------
.. automodule:: oauth2client.tools
:members:
:undoc-members:
:show-inheritance:
oauth2client.util module
------------------------
.. automodule:: oauth2client.util
:members:
:undoc-members:
:show-inheritance:
oauth2client.xsrfutil module
----------------------------
.. automodule:: oauth2client.xsrfutil
:members:
:undoc-members:
:show-inheritance:
.. toctree::
oauth2client.appengine
oauth2client.client
oauth2client.clientsecrets
oauth2client.crypt
oauth2client.devshell
oauth2client.django_orm
oauth2client.file
oauth2client.flask_util
oauth2client.gce
oauth2client.keyring_storage
oauth2client.locked_file
oauth2client.multistore_file
oauth2client.old_run
oauth2client.service_account
oauth2client.tools
oauth2client.util
oauth2client.xsrfutil
Module contents
---------------

View File

@@ -0,0 +1,7 @@
oauth2client.service_account module
===================================
.. automodule:: oauth2client.service_account
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.tools module
=========================
.. automodule:: oauth2client.tools
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.util module
========================
.. automodule:: oauth2client.util
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
oauth2client.xsrfutil module
============================
.. automodule:: oauth2client.xsrfutil
:members:
:undoc-members:
:show-inheritance:

View File

@@ -24,7 +24,7 @@ if [[ -z "${SKIP_GAE_SDK}" ]]; then
fi
rm -rf docs/_build/* docs/source/*
sphinx-apidoc -f -o docs/source oauth2client
sphinx-apidoc --separate --force -o docs/source oauth2client
# We only have one package, so modules.rst is overkill.
rm -f docs/source/modules.rst
cd docs