diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-06-03 17:25:41 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-06-03 17:25:41 +0000 |
| commit | 2dad21dddb2fc6be7e90a6467f6e407b96e1af69 (patch) | |
| tree | 6da9f6dcc7f207942b2a811abcdc5bd83515dc5a /docutils/docs/dev/rst | |
| parent | d9e45e35b43120598571592be6d2d4fe30eab7d5 (diff) | |
| download | docutils-2dad21dddb2fc6be7e90a6467f6e407b96e1af69.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2196 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev/rst')
| -rw-r--r-- | docutils/docs/dev/rst/alternatives.txt | 11 | ||||
| -rw-r--r-- | docutils/docs/dev/rst/problems.txt | 3 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docutils/docs/dev/rst/alternatives.txt b/docutils/docs/dev/rst/alternatives.txt index 7e60cc025..3bd60c258 100644 --- a/docutils/docs/dev/rst/alternatives.txt +++ b/docutils/docs/dev/rst/alternatives.txt @@ -1540,8 +1540,7 @@ __ http://thread.gmane.org/gmane.text.docutils.devel/1386 verbose; excessive punctuation is required to get the job done. For more of the reasoning behind the syntax, see `Problems With - StructuredText (Hyperlinks) - <http://docutils.sf.net/spec/rst/problems.html#hyperlinks>`__ and + StructuredText (Hyperlinks) <problems.html#hyperlinks>`__ and `Reworking Footnotes`_. 2. "I expect directives to also look like ``.. this:`` [one colon] @@ -1565,7 +1564,8 @@ __ http://thread.gmane.org/gmane.text.docutils.devel/1386 directive block (including the directive itself) will be included as a literal block. Thus "::" is a natural choice. - -- http://docutils.sf.net/spec/rst/reStructuredText.html#directives + -- `restructuredtext.html#directives + <../../ref/rst/restructuredtext.html#directives>`__ The last reason is not particularly compelling; it's more of a convenient coincidence or mnemonic. @@ -1615,8 +1615,7 @@ __ http://thread.gmane.org/gmane.text.docutils.devel/1386 aspect, but ".. comment::" would certainly detract from the latter. .. _author's note: - .. _reStructuredText's goals: - http://docutils.sf.net/spec/rst/introduction.html#goals + .. _reStructuredText's goals: ../../ref/rst/introduction.html#goals 5. "Recently I sent someone an rst document, and they got confused; I had to explain to them that '..' marks comments, *unless* it's a @@ -2404,7 +2403,7 @@ something different). The `"role" directive`__ has been implemented. -__ http://docutils.sf.net/spec/rst/directives.html#role +__ ../../ref/rst/directives.html#role Character Processing diff --git a/docutils/docs/dev/rst/problems.txt b/docutils/docs/dev/rst/problems.txt index a8747af88..9fcdf6d2a 100644 --- a/docutils/docs/dev/rst/problems.txt +++ b/docutils/docs/dev/rst/problems.txt @@ -858,7 +858,8 @@ cleanly readable text. .. _README: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/ python/python/dist/src/README .. _Emacs table mode: http://table.sourceforge.net/ -.. _reStructuredText Markup Specification: reStructuredText.html +.. _reStructuredText Markup Specification: + ../../ref/rst/restructuredtext.html .. |
