diff options
author | Jason Madden <jamadden@gmail.com> | 2017-11-08 11:51:03 -0600 |
---|---|---|
committer | Jason Madden <jamadden@gmail.com> | 2017-11-08 11:51:03 -0600 |
commit | fbc54516fcdaa1b516606e6ac2c6b569bd25ed94 (patch) | |
tree | 7192b316e31a25f7e0b6ddde522a79087fc7868e /docs/index.rst | |
parent | 7e3ebd8032aaa081637bc2c378416da607960584 (diff) | |
download | zope-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.rst | 35 |
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` |