Fix document

This commit is contained in:
Takeshi KOMIYA 2020-03-22 17:49:17 +09:00
parent a6c1cc2ace
commit ab75982be0

View File

@ -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 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 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, hyperlinks. On the other hand, the builders that output a single file (ex.
man page, etc.) replace it with the content of the documents on the TOC tree. 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):: Consider this example (taken from the Python docs' library reference index)::