summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-05-22 00:55:50 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-05-22 00:55:50 +0200
commit3cc2ce5144c6149f85010d7c4b9cebea77a70f7c (patch)
treeeffe44bd0d41d1ba0d1a374b1aa82b7d61dd6656 /doc
parent05f021d488ee691e240531d230f9e3904f04a147 (diff)
downloadhappybase-3cc2ce5144c6149f85010d7c4b9cebea77a70f7c.tar.gz
Use rubric headers for the "next steps" headings
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.rst3
-rw-r--r--doc/introduction.rst7
-rw-r--r--doc/tutorial.rst3
3 files changed, 5 insertions, 8 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index 74a12d6..d3d903e 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -56,8 +56,7 @@ and entering the following statement::
If you don't see any errors, the installation was successful. Congratulations!
-Next steps
-==========
+.. rubric:: Next steps
Now that you successfully installed HappyBase on your machine, continue with
the :doc:`tutorial <tutorial>` to learn how to use it.
diff --git a/doc/introduction.rst b/doc/introduction.rst
index e94d13b..6a756cd 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -104,11 +104,10 @@ luck maintaining your code ‒ or is it Thrift boilerplate? ‒ while your
application evolves.
-Next steps
-==========
+.. rubric:: Next steps
-Follow the :doc:`installation guide <installation>` and read the :doc:`tutorial
-<tutorial>`.
+Follow the :doc:`installation guide <installation>` and continue with the
+:doc:`tutorial <tutorial>`.
.. vim: set spell spelllang=en:
diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index 516e003..a7817d4 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -414,8 +414,7 @@ methods can be used to retrieve or set a counter value directly::
:py:meth:`~Table.counter_dec` instead!
-Next steps
-==========
+.. rubric:: Next steps
The next step is to try it out for yourself. The :doc:`API documentation <api>`
can be used as a reference.