summaryrefslogtreecommitdiff
path: root/doc/development/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/tutorials')
-rw-r--r--doc/development/tutorials/helloworld.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/tutorials/helloworld.rst b/doc/development/tutorials/helloworld.rst
index 3769edcdb..66da2244c 100644
--- a/doc/development/tutorials/helloworld.rst
+++ b/doc/development/tutorials/helloworld.rst
@@ -62,7 +62,7 @@ in all directives:
.. rubric:: Directive declaration
Our new directive is declared in the ``HelloWorld`` class, it extends
-docutils_' code:`Directive` class. All extensions that create directives
+docutils_' ``Directive`` class. All extensions that create directives
should extend this class.
.. rubric:: ``run`` method
@@ -83,7 +83,7 @@ available: text, paragraph, reference, table, etc.
.. seealso::
- `docutils nodes`_
+ `The docutils documentation on nodes <docutils nodes>`_
The ``nodes.paragraph`` class creates a new paragraph node. A paragraph
node typically contains some text that we can set during instantiation using