diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-03-05 21:14:40 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-03-05 21:14:40 +0000 |
| commit | 0e0d1fa82e4c03cbdbc07d7bb2071ebab67f82db (patch) | |
| tree | b156dedb2db9386d17a51c25f339af69f5e6091b /docutils/docs/ref | |
| parent | 738ea899577f07bbcc96ba58c180331975fdd115 (diff) | |
| download | docutils-0e0d1fa82e4c03cbdbc07d7bb2071ebab67f82db.tar.gz | |
Small documentation updates and fixes.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8631 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/directives.txt | 8 | ||||
| -rw-r--r-- | docutils/docs/ref/rst/restructuredtext.txt | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index 1166f13d8..353e85436 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -333,7 +333,7 @@ In addition, the following options are recognized: Set a `"classes"`_ attribute value on the figure element. See the class_ directive below. -.. _Python Imaging Library: +.. _Python Imaging Library: https://en.wikipedia.org/wiki/Python_Imaging_Library .. _Pillow: https://pypi.org/project/Pillow/ @@ -1875,8 +1875,8 @@ dropped by the writer. .. note:: Data from some `bibliographic fields`_ is automatically extracted and stored in META tags, too. However, Bibliographic Fields are also visible in the document's screen rendering or - printout. - + printout. + For an "invisible" *document title*, see the `metadata document title`_ directive below. @@ -1988,7 +1988,7 @@ _`:name:` : text .. image:: bild.png - New in Docutils 0.8. + (New in Docutils 0.8.) .. _reference name: diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt index 806f7b017..2bdee3834 100644 --- a/docutils/docs/ref/rst/restructuredtext.txt +++ b/docutils/docs/ref/rst/restructuredtext.txt @@ -461,10 +461,11 @@ the "document title" can become the document subtitle. The rest of the sections are then lifted up a level or two. See the `DocTitle transform`_ for details. -.. [#] The `title`_ configuration setting can set a document title that does - not become part of the document body. +.. [#] The `title configuration setting`__ and the `title directive`__ + set a document title that does not become part of the document body. -.. _title: ../../user/config.html#title + __ ../../user/config.html#title + __ directives.html#metadata-document-title Sections @@ -3176,6 +3177,7 @@ Markup errors are handled according to the specification in `PEP .. _colspec: ../doctree.html#colspec .. _thead: ../doctree.html#thead .. _tbody: ../doctree.html#tbody +.. _title: ../doctree.html#title .. _row: ../doctree.html#row .. _entry: ../doctree.html#entry .. _identifier key: ../doctree.html#identifier-keys |
