Merge pull request #7359 from tk0miya/update_docs

Fix document
This commit is contained in:
Takeshi KOMIYA 2020-03-22 18:05:59 +09:00 committed by GitHub
commit eb00870b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)::