summaryrefslogtreecommitdiff
path: root/doc/markup
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-10 09:24:23 +0100
committerGeorg Brandl <georg@python.org>2014-01-10 09:24:23 +0100
commitfcee847ae02aa464e803549b5ab3457c349c86ad (patch)
tree2d25dc82057caa20998aca42b8d102cba1c1442e /doc/markup
parent5cc6157c48e3b287d1f5d768ef7a35b515b5de9f (diff)
parent4784bb7e32d0ba3ce6dbb0f22d39a091e7577b97 (diff)
downloadsphinx-git-fcee847ae02aa464e803549b5ab3457c349c86ad.tar.gz
Merged in plaindocs/sphinx (pull request #185)
Diffstat (limited to 'doc/markup')
-rw-r--r--doc/markup/toctree.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/markup/toctree.rst b/doc/markup/toctree.rst
index 41c265f85..90666b725 100644
--- a/doc/markup/toctree.rst
+++ b/doc/markup/toctree.rst
@@ -141,8 +141,9 @@ tables of contents. The ``toctree`` directive is the central element.
In the end, all documents in the :term:`source directory` (or subdirectories)
must occur in some ``toctree`` directive; Sphinx will emit a warning if it
finds a file that is not included, because that means that this file will not
- be reachable through standard navigation. Use :confval:`exclude_patterns` to
- explicitly exclude documents or directories from building.
+ be reachable through standard navigation. Use :ref:`metadata` to remove the
+ warning, and :confval:`exclude_patterns` to explicitly exclude documents or
+ directories from building.
The "master document" (selected by :confval:`master_doc`) is the "root" of
the TOC tree hierarchy. It can be used as the documentation's main page, or