- fix some RST whitespace syntactical issues in toctrees

- have the topmost toctree only include page names
- add glossary to toctree, remove search by itself
This commit is contained in:
Mike Bayer
2014-12-29 20:01:21 -05:00
parent 3a620a304e
commit 87a1af4efe
2 changed files with 13 additions and 12 deletions
+4 -4
View File
@@ -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
+9 -8
View File
@@ -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`