Use rubric headers for the "next steps" headings

This commit is contained in:
Wouter Bolsterlee
2012-05-22 00:55:50 +02:00
parent 05f021d488
commit 3cc2ce5144
3 changed files with 5 additions and 8 deletions

View File

@@ -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.

View File

@@ -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:

View File

@@ -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.