diff --git a/doc/development/tutorials/helloworld.rst b/doc/development/tutorials/helloworld.rst index a042f7b05..6eae5d6a3 100644 --- a/doc/development/tutorials/helloworld.rst +++ b/doc/development/tutorials/helloworld.rst @@ -77,7 +77,7 @@ create directives should extend this class. .. seealso:: - `The docutils documentation on creating directives `_ + `The docutils documentation on creating directives `_ This class contains a ``run`` method. This method is a requirement and it is part of every directive. It contains the main logic of the directive and it @@ -87,7 +87,7 @@ nodes available: text, paragraph, reference, table, etc. .. seealso:: - `The docutils documentation on 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