From 3cc2ce5144c6149f85010d7c4b9cebea77a70f7c Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Tue, 22 May 2012 00:55:50 +0200 Subject: [PATCH] Use rubric headers for the "next steps" headings --- doc/installation.rst | 3 +-- doc/introduction.rst | 7 +++---- doc/tutorial.rst | 3 +-- 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 ` 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 ` and read the :doc:`tutorial -`. +Follow the :doc:`installation guide ` and continue with the +:doc:`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 ` can be used as a reference.