summaryrefslogtreecommitdiff
path: root/docutils/docs
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-06-27 03:58:47 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-06-27 03:58:47 +0000
commit485d3bcce889774f9cb684ceaa604a2a104db829 (patch)
treea7ea7c6547c3578dddcc3a8478678b258470c2d9 /docutils/docs
parent4773185270ba4b20f641b442614d438c5badb85f (diff)
downloaddocutils-485d3bcce889774f9cb684ceaa604a2a104db829.tar.gz
fix
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2397 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
-rw-r--r--docutils/docs/api/runtime-settings.txt4
-rw-r--r--docutils/docs/index.txt6
2 files changed, 5 insertions, 5 deletions
diff --git a/docutils/docs/api/runtime-settings.txt b/docutils/docs/api/runtime-settings.txt
index 0f591143d..b0666537d 100644
--- a/docutils/docs/api/runtime-settings.txt
+++ b/docutils/docs/api/runtime-settings.txt
@@ -56,8 +56,8 @@ Runtime Settings Processing for Command-Line Tools
==================================================
1. A command-line front-end tool imports and calls
- ``docutils.core.publish_cmdline``. The relevant _`convenience
- function parameters` are described above.
+ ``docutils.core.publish_cmdline``. The relevant `convenience
+ function parameters`_ are described above.
2. ``docutils.core.publish_cmdline`` initializes a
``docutils.core.Publisher`` object, then calls its ``publish``
diff --git a/docutils/docs/index.txt b/docutils/docs/index.txt
index ccca012ed..3d50888fc 100644
--- a/docutils/docs/index.txt
+++ b/docutils/docs/index.txt
@@ -154,9 +154,9 @@ __ http://www.python.org/peps/pep-0258.html
`PEP 258`_ is an overview of the architecture of Docutils.
-* `The Docutils Publisher <api/publisher.txt>`__
-* `Inside A Docutils Command-Line Front-End Tool <api/cmdline-tool.txt>`__
-* `Docutils Runtime Settings <api/runtime-settings.txt>`__
+* `The Docutils Publisher <api/publisher.html>`__
+* `Inside A Docutils Command-Line Front-End Tool <api/cmdline-tool.html>`__
+* `Docutils Runtime Settings <api/runtime-settings.html>`__
* (`Docutils Transforms <ref/transforms.html>`__ should be moved here)