summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-05-22 00:51:59 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-05-22 00:51:59 +0200
commitf86b1eccf69198dd4a9335cc9a6cd4271beef967 (patch)
tree5169001146632bd1f6b312087620a646bc874d8d /doc
parent70cecd68eb3dae5423ce8dbc82d246876a907a95 (diff)
downloadhappybase-f86b1eccf69198dd4a9335cc9a6cd4271beef967.tar.gz
Doc tweaks
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.rst6
-rw-r--r--doc/introduction.rst4
-rw-r--r--doc/tutorial.rst2
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index 2f8a0dc..f840fff 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -27,11 +27,11 @@ If you use the `virtualenvwrapper` scripts, type this instead:
$ mkvirtualenv envname
-Installing packages
-===================
+Installing the HappyBase package
+================================
The next step is to install HappyBase. The easiest way is to use `pip` to fetch
-the package from the `Python Package Index<http://pypi.python.org/>`_ (PyPI).
+the package from the `Python Package Index <http://pypi.python.org/>`_ (PyPI).
This will also install the Thrift package for Python.
.. code-block:: sh
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 7291e3a..e94d13b 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -104,8 +104,8 @@ luck maintaining your code ‒ or is it Thrift boilerplate? ‒ while your
application evolves.
-How do I get started?
-=====================
+Next steps
+==========
Follow the :doc:`installation guide <installation>` and read the :doc:`tutorial
<tutorial>`.
diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index bf6f15f..516e003 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -415,7 +415,7 @@ methods can be used to retrieve or set a counter value directly::
Next steps
-----------
+==========
The next step is to try it out for yourself. The :doc:`API documentation <api>`
can be used as a reference.