diff --git a/docs/build/html/build-the-docs.html b/docs/build/html/build-the-docs.html index 2779226..b3e1a84 100644 --- a/docs/build/html/build-the-docs.html +++ b/docs/build/html/build-the-docs.html @@ -210,7 +210,7 @@
modules.rst in our Sphinx source root directory. The modules.rst file is usefull when more than one modules (.py files) are included in our Python source directory, but since we only have one module and to keep thing simple, we can ignore it for the purposes of this tutorial. Let’s have a look at the contents of simpleble.rst:
+The above command generates two files: simpleble.rst and modules.rst in our Sphinx source root directory. The modules.rst file is useful when more than one modules (.py files) are included in our Python source directory, but since we only have one module and to keep thing simple, we can ignore it for the purposes of this tutorial. Let’s have a look at the contents of simpleble.rst:
simpleble module
================
diff --git a/docs/source/build-the-docs.rst b/docs/source/build-the-docs.rst
index 9d73f88..a42c73b 100644
--- a/docs/source/build-the-docs.rst
+++ b/docs/source/build-the-docs.rst
@@ -54,7 +54,7 @@ Now let's see how we can auto-generate documentation from the docstrings in our
Creating file ./source/simpleble.rst.
Creating file ./source/modules.rst.
-The above command generates two files: ``simpleble.rst`` and ``modules.rst`` in our `Sphinx source root` directory. The ``modules.rst`` file is usefull when more than one modules (``.py`` files) are included in our Python source directory, but since we only have one module and to keep thing simple, we can ignore it for the purposes of this tutorial. Let's have a look at the contents of ``simpleble.rst``:
+The above command generates two files: ``simpleble.rst`` and ``modules.rst`` in our `Sphinx source root` directory. The ``modules.rst`` file is useful when more than one modules (``.py`` files) are included in our Python source directory, but since we only have one module and to keep thing simple, we can ignore it for the purposes of this tutorial. Let's have a look at the contents of ``simpleble.rst``:
.. code-block:: RST