Standardise on "reStructuredText" over "reST" in documentation

This commit is contained in:
Adam Turner
2024-07-14 06:00:08 +01:00
parent 26576590ed
commit f2640a4286
18 changed files with 111 additions and 101 deletions

View File

@@ -138,7 +138,7 @@ The simplest thing you can do is to call the
:meth:`.Sphinx.add_role` and :meth:`.Sphinx.add_directive` methods,
which is what we've done here.
For this particular call, the first argument is the name of the role/directive itself
as used in a reST file.
as used in a reStructuredText file.
In this case, we would use ``hello``. For example:
.. code-block:: rst