diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-29 20:01:21 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-29 20:01:21 -0500 |
commit | 87a1af4efe5bb515d9e687e2f7dfc84dfb8ee522 (patch) | |
tree | 5f55b752fab6b966a228900e1863e2581070b45b | |
parent | 3a620a304ef4b323871b21c83776078b9aae8135 (diff) | |
download | sqlalchemy-87a1af4efe5bb515d9e687e2f7dfc84dfb8ee522.tar.gz |
- fix some RST whitespace syntactical issues in toctrees
- have the topmost toctree only include page names
- add glossary to toctree, remove search by itself
-rw-r--r-- | doc/build/changelog/index.rst | 8 | ||||
-rw-r--r-- | doc/build/contents.rst | 17 |
2 files changed, 13 insertions, 12 deletions
diff --git a/doc/build/changelog/index.rst b/doc/build/changelog/index.rst index 0f5d090a3..8c5be99b8 100644 --- a/doc/build/changelog/index.rst +++ b/doc/build/changelog/index.rst @@ -10,15 +10,15 @@ Current Migration Guide ------------------------ .. toctree:: - :maxdepth: 1 + :titlesonly: - migration_10 + migration_10 Change logs ----------- .. toctree:: - :maxdepth: 2 + :titlesonly: changelog_10 changelog_09 @@ -36,7 +36,7 @@ Older Migration Guides ---------------------- .. toctree:: - :maxdepth: 1 + :titlesonly: migration_09 migration_08 diff --git a/doc/build/contents.rst b/doc/build/contents.rst index 95b5e9a19..a7277cf90 100644 --- a/doc/build/contents.rst +++ b/doc/build/contents.rst @@ -7,17 +7,18 @@ Full table of contents. For a high level overview of all documentation, see :ref:`index_toplevel`. .. toctree:: - :maxdepth: 3 + :titlesonly: + :includehidden: - intro - orm/index - core/index - dialects/index - faq/index - changelog/index + intro + orm/index + core/index + dialects/index + faq/index + changelog/index Indices and tables ------------------ +* :ref:`glossary` * :ref:`genindex` -* :ref:`search` |