summaryrefslogtreecommitdiff
path: root/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
commit5c318d63f6969cc2f16a2deb108de6743e66b247 (patch)
treef6e8bb297b81c69897ff3ad3abfeae053ecfd75e /docs/api
parent55d46729ca261d3509333e1a8471f94241e36c6b (diff)
downloaddocutils-5c318d63f6969cc2f16a2deb108de6743e66b247.tar.gz
added link to examples.py
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@2920 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/publisher.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api/publisher.txt b/docs/api/publisher.txt
index 95bf4d62e..b018bbe90 100644
--- a/docs/api/publisher.txt
+++ b/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