diff options
| author | Jean Jordaan <jean.jordaan@gmail.com> | 2016-08-01 11:13:25 +0700 |
|---|---|---|
| committer | Jean Jordaan <jean.jordaan@gmail.com> | 2016-08-01 11:13:25 +0700 |
| commit | cd67a63b434c33430d8fd32d6d15027b42811d9d (patch) | |
| tree | f4164645b9662e18c3ca2bbc5d01f81291ac0e53 | |
| parent | 19b3d6d06a5c03a012770f513408fa5d8f9708bc (diff) | |
| download | tablib-cd67a63b434c33430d8fd32d6d15027b42811d9d.tar.gz | |
Fix typo in label, add missing newline before directive
Label: s/peed/speed/
| -rw-r--r-- | docs/install.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst index c332325..3f93f05 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -1,10 +1,11 @@ .. _install: + Installation ============ This part of the documentation covers the installation of Tablib. The first step to using any software package is getting it properly installed. -Please read this section carefully, or you may miss out on some nice :ref:`speed enhancements <peed-extensions>`. +Please read this section carefully, or you may miss out on some nice :ref:`speed enhancements <speed-extensions>`. .. _installing: @@ -17,6 +18,7 @@ Distribute & Pip ---------------- Of course, the recommended way to install Tablib is with `pip <http://www.pip-installer.org/>`_: + .. code-block:: console $ pip install tablib @@ -50,6 +52,7 @@ To download the full source history from Git, see :ref:`Source Control <scm>`. .. _speed-extensions: + Speed Extensions ---------------- |
