From a85f8e2305ce9a0b122d9725586fa0433655a222 Mon Sep 17 00:00:00 2001 From: ArtFlag Date: Sat, 22 Dec 2018 11:13:35 +0100 Subject: [PATCH] Minor changes in helloworld --- doc/development/tutorials/helloworld.rst | 4 ++-- 1 file 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 `_ The ``nodes.paragraph`` class creates a new paragraph node. A paragraph node typically contains some text that we can set during instantiation using