summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2021-05-29 13:21:47 +0200
committerJuan Luis Cano Rodríguez <hello@juanlu.space>2021-05-29 13:21:50 +0200
commit1631291b0e63d02c9eb35ed6681093540b8cf66f (patch)
treead3f17d7fd41117e980e2df17b7717da3d2184d7 /doc/tutorial
parentffa8e110d0fd064d9e59c6fe58b7d25eaa666088 (diff)
downloadsphinx-git-1631291b0e63d02c9eb35ed6681093540b8cf66f.tar.gz
Consistent heading styles
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst
index 1c1bad29b..147c28c3d 100644
--- a/doc/tutorial/index.rst
+++ b/doc/tutorial/index.rst
@@ -32,7 +32,7 @@ Getting started
---------------
Setting up our project and development environment
-..................................................
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On a new directory,
create a file called ``README.rst``
@@ -77,7 +77,7 @@ You can do a basic verification running this command:
If you see a similar output, you are on the right path!
Creating the documentation layout
-.................................
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Then, from the command line,
run the following command:
@@ -146,7 +146,7 @@ You should see something like this:
There we go! You created your first HTML documentation using Sphinx.
Making some tweaks to the index
-...............................
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ``index.rst`` file that ``sphinx-quickstart`` created
has some content already,