diff --git a/doc/usage/restructuredtext/directives.rst b/doc/usage/restructuredtext/directives.rst index 1bb34aeb8..7b9bd2f80 100644 --- a/doc/usage/restructuredtext/directives.rst +++ b/doc/usage/restructuredtext/directives.rst @@ -50,8 +50,9 @@ tables of contents. The ``toctree`` directive is the central element. The representation of "TOC tree" is changed in each output format. The builders that output multiple files (ex. HTML) treat it as a collection of - hyperlinks. On the other hand, the builders output a single file (ex. LaTeX, - man page, etc.) replace it with the content of the documents on the TOC tree. + hyperlinks. On the other hand, the builders that output a single file (ex. + LaTeX, man page, etc.) replace it with the content of the documents on the + TOC tree. Consider this example (taken from the Python docs' library reference index)::