summaryrefslogtreecommitdiff
path: root/doc/ext
diff options
context:
space:
mode:
authorEric Holscher <eric@ericholscher.com>2013-07-11 13:30:17 -0700
committerEric Holscher <eric@ericholscher.com>2013-07-11 13:30:17 -0700
commitc50a0da03427bc346441e0637fb8da48b0325e3c (patch)
treed386e542068b96706ab28d69b5a34d7c1153de71 /doc/ext
parent1e4ec3956730cbf853564a51c126fafbcc76c1ce (diff)
downloadsphinx-c50a0da03427bc346441e0637fb8da48b0325e3c.tar.gz
Add link to referenced docutils docs.
Diffstat (limited to 'doc/ext')
-rw-r--r--doc/ext/tutorial.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ext/tutorial.rst b/doc/ext/tutorial.rst
index de61e201..c09be29a 100644
--- a/doc/ext/tutorial.rst
+++ b/doc/ext/tutorial.rst
@@ -174,7 +174,7 @@ A directive class is a class deriving usually from
doesn't exist yet in Docutils 0.4, Sphinx has another base class called
``sphinx.util.compat.Directive`` that you can derive your directive from, and it
will work with both Docutils 0.4 and 0.5 upwards. The directive interface is
-covered in detail in the docutils documentation; the important thing is that the
+covered in detail in the `docutils documentation`_; the important thing is that the
class has a method ``run`` that returns a list of nodes.
The ``todolist`` directive is quite simple::
@@ -341,3 +341,4 @@ an italic node) with the backreference. The reference URI is built by
used builder, and appending the todo node's (the target's) ID as the anchor
name.
+.. _docutils documentation: http://docutils.sourceforge.net/docs/ref/rst/directives.html