Skip to content

Commit

Permalink
Apply style suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com>
  • Loading branch information
astrojuanlu and ericholscher committed Jun 21, 2021
1 parent 5a057d3 commit 63678c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Using a third-party theme
~~~~~~~~~~~~~~~~~~~~~~~~~

Themes, on the other hand, are a particular class of extensions that allow you
to customize the appearance of your documentation. Again, Sphinx has several
to customize the appearance of your documentation. Sphinx has several
:ref:`built-in themes <builtin-themes>`, and there are also third-party ones.

For example, to use the `Furo <https://pradyunsg.me/furo/>`_ third-party theme
Expand Down Expand Up @@ -355,7 +355,7 @@ styles, which means that, by using ``---`` for the "Installation" section
after ``===`` for the "Usage" section, you have declared "Installation" to
be a *subsection* of "Usage".

In addition, add a ``toctree`` :ref:`directive <rst-directives>` at the end
To complete the process, you can add a ``toctree`` :ref:`directive <rst-directives>` at the end
of ``index.rst`` including the document you just created,
as follows:

Expand Down Expand Up @@ -390,7 +390,7 @@ One powerful feature of Sphinx is the ability to seamlessly add
a document, a section, a figure, a code object, etc. This tutorial is full of
them!

To add a straightforward cross-reference, write this sentence right after the
To add a cross-reference, write this sentence right after the
introduction paragraph in ``index.rst``:

.. code-block:: rest
Expand All @@ -408,6 +408,7 @@ For example, to reference the "Installation" subsection, add a label right
before the heading, as follows:

.. code-block:: rest
:emphasize-lines: 4
Usage
=====
Expand Down

0 comments on commit 63678c6

Please sign in to comment.