summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-11-08 11:51:03 -0600
committerJason Madden <jamadden@gmail.com>2017-11-08 11:51:03 -0600
commitfbc54516fcdaa1b516606e6ac2c6b569bd25ed94 (patch)
tree7192b316e31a25f7e0b6ddde522a79087fc7868e /docs/index.rst
parent7e3ebd8032aaa081637bc2c378416da607960584 (diff)
downloadzope-traversing-rtd-docs.tar.gz
Publish docs using Sphinx.rtd-docs
Some doc formatting fixes and cleanups. Add quite a bit of docs about namespaces and the various ones we supply. Fixes #5
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..67fdd2b
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,35 @@
+.. include:: ../README.rst
+
+
+API Documentation:
+
+.. toctree::
+ :maxdepth: 2
+
+ interfaces
+ api
+ adapters
+ namespace
+ publicationtraverse
+
+Browser Documentation:
+
+.. toctree::
+ :maxdepth: 2
+
+ browser/interfaces
+ browser/absoluteurl
+
+
+.. toctree::
+ :maxdepth: 2
+
+ changelog
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`