From 87a1af4efe5bb515d9e687e2f7dfc84dfb8ee522 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 29 Dec 2014 20:01:21 -0500 Subject: [PATCH] - fix some RST whitespace syntactical issues in toctrees - have the topmost toctree only include page names - add glossary to toctree, remove search by itself --- doc/build/changelog/index.rst | 8 ++++---- 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 0f5d090a30..8c5be99b84 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 95b5e9a19a..a7277cf90a 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` -- 2.47.3