From: Mike Bayer Date: Tue, 30 Dec 2014 01:01:21 +0000 (-0500) Subject: - fix some RST whitespace syntactical issues in toctrees X-Git-Tag: rel_1_0_0b1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87a1af4efe5bb515d9e687e2f7dfc84dfb8ee522;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix some RST whitespace syntactical issues in toctrees - have the topmost toctree only include page names - add glossary to toctree, remove search by itself --- 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`