summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteve Martinelli <s.martinelli@gmail.com>2016-12-14 22:48:09 -0500
committerSteve Martinelli <s.martinelli@gmail.com>2016-12-15 13:42:14 +0000
commit1d930a281f5715c31dc8b66e78ffd8c6b6a4159b (patch)
tree38a6aeca8e6b5f9e73cf5205c50e59c295d3cb0d /doc
parent29a879c0ed5d1af5dca0cf6fd0394487f97b1670 (diff)
downloadkeystonemiddleware-1d930a281f5715c31dc8b66e78ffd8c6b6a4159b.tar.gz
clean up a few doc building warnings
Fixed two warnings: - keystonemiddleware/auth_token/__init__.py:docstring of keystonemiddleware.auth_token.BaseAuthProtocol.kwargs_to_fetch_token WARNING: Inline strong start-string without end-string. - keystonemiddleware/doc/source/api/modules.rst WARNING: document isn't included in any toctree Change-Id: Iaec9adb228fe9131365ab1c15d4c85567921ccdd
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index b784d02..97ca5f7 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -47,6 +47,13 @@ using `Gerrit`_.
Run tests with ``tox -e py27`` if running with python 2.7. See the
``tox.ini`` file for other test environment options.
+Code Documentation
+==================
+.. toctree::
+ :maxdepth: 1
+
+ api/modules
+
Indices and tables
==================