summaryrefslogtreecommitdiff
path: root/docutils/docs/api
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-01-01 15:54:45 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-01-01 15:54:45 +0000
commit196380aa863ef2624faec925655ba705baf1e9c7 (patch)
tree4880a5d627550bd19f87a273a2aba79ac24afcd3 /docutils/docs/api
parentbeaeebae67a5ccbdacf091b026c6aa38103da1ba (diff)
downloaddocutils-196380aa863ef2624faec925655ba705baf1e9c7.tar.gz
added link to examples.py
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2920 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/api')
-rw-r--r--docutils/docs/api/publisher.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docutils/docs/api/publisher.txt b/docutils/docs/api/publisher.txt
index 95bf4d62e..b018bbe90 100644
--- a/docutils/docs/api/publisher.txt
+++ b/docutils/docs/api/publisher.txt
@@ -37,7 +37,7 @@ handles everything else. There are five convenience functions in the
Useful when only portions of the processed document are desired.
Currently only implemented for the HTML Writer.
- There are examples in the ``docutils/examples.py`` module.
+ There are examples in the `docutils/examples.py`_ module.
* ``publish_programmatically``: for custom programmatic use. This
function implements common code and is used by ``publish_file``,
@@ -45,6 +45,7 @@ handles everything else. There are five convenience functions in the
the encoded string output and the Publisher object.
.. _Inside A Docutils Command-Line Front-End Tool: ./cmdline-tool.html
+.. _docutils/examples.py: ../../docutils/examples.py
Configuration