From 26ca57893d5e787b948b365ebeb3a444a3763302 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 4 Aug 2022 16:48:24 +0100 Subject: [PATCH 1/2] Fix small typo in extension hello world tutorial --- doc/development/tutorials/helloworld.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/tutorials/helloworld.rst b/doc/development/tutorials/helloworld.rst index 2273330f1..3e6e78eb9 100644 --- a/doc/development/tutorials/helloworld.rst +++ b/doc/development/tutorials/helloworld.rst @@ -105,7 +105,7 @@ Sphinx. :linenos: :lines: 12- -The simplest thing you can do it call the :meth:`~Sphinx.add_directive` method, +The simplest thing you can do is call the :meth:`~Sphinx.add_directive` method, which is what we've done here. For this particular call, the first argument is the name of the directive itself as used in a reST file. In this case, we would use ``helloworld``. For example: From 7ef46150d1a0e9c8b101ab28c9b25afd1c5744a9 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Sun, 7 Aug 2022 10:16:39 +0100 Subject: [PATCH 2/2] Update doc/development/tutorials/helloworld.rst --- doc/development/tutorials/helloworld.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/tutorials/helloworld.rst b/doc/development/tutorials/helloworld.rst index 3e6e78eb9..8940e3dfd 100644 --- a/doc/development/tutorials/helloworld.rst +++ b/doc/development/tutorials/helloworld.rst @@ -105,7 +105,7 @@ Sphinx. :linenos: :lines: 12- -The simplest thing you can do is call the :meth:`~Sphinx.add_directive` method, +The simplest thing you can do is to call the :meth:`~Sphinx.add_directive` method, which is what we've done here. For this particular call, the first argument is the name of the directive itself as used in a reST file. In this case, we would use ``helloworld``. For example: