From ab75982be0a78ae201a2d196da45efd8396f1fd7 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 22 Mar 2020 17:49:17 +0900 Subject: [PATCH] Fix document --- doc/usage/restructuredtext/directives.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)::