diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-09-30 11:36:39 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-09-30 11:36:39 +0000 |
| commit | 0eec9403f33f04cec04999b192d2f37d134d425d (patch) | |
| tree | 1c0523b0a09dd2297c00648c609fdf6d5e8499e4 | |
| parent | d4c4cd18d238f50afda824758da39cf5976cf9a9 (diff) | |
| download | docutils-0eec9403f33f04cec04999b192d2f37d134d425d.tar.gz | |
Small documentation update.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8398 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/docs/ref/rst/roles.txt | 2 | ||||
| -rw-r--r-- | docutils/docs/user/rst/quickref.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docutils/docs/ref/rst/roles.txt b/docutils/docs/ref/rst/roles.txt index 8097fc447..a6dc69dee 100644 --- a/docutils/docs/ref/rst/roles.txt +++ b/docutils/docs/ref/rst/roles.txt @@ -209,7 +209,7 @@ This is equivalent to:: __ http://www.faqs.org/rfcs/rfc2822.html -You can link to a specific section by saying :rfc:`number#anchor` (new in +You can link to a specific section by saying ``:rfc:`number#anchor``` (new in Docutils 0.15). diff --git a/docutils/docs/user/rst/quickref.html b/docutils/docs/user/rst/quickref.html index 05db15f54..fc6525f06 100644 --- a/docutils/docs/user/rst/quickref.html +++ b/docutils/docs/user/rst/quickref.html @@ -1101,7 +1101,7 @@ A transition marker is a horizontal line directive. <p>reStructuredText also provides for <b>embedded URIs</b> (<a - href="../../ref/rst/restructuredtext.html#embedded-uris">details</a>), + href="../../ref/rst/restructuredtext.html#embedded-uris-and-aliases">details</a>), a convenience at the expense of readability. A hyperlink reference may directly embed a target URI inline, within angle brackets. The following is exactly equivalent to the example above: |
