From cd67a63b434c33430d8fd32d6d15027b42811d9d Mon Sep 17 00:00:00 2001 From: Jean Jordaan Date: Mon, 1 Aug 2016 11:13:25 +0700 Subject: [PATCH] Fix typo in label, add missing newline before directive Label: s/peed/speed/ --- docs/install.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 `. +Please read this section carefully, or you may miss out on some nice :ref:`speed enhancements `. .. _installing: @@ -17,6 +18,7 @@ Distribute & Pip ---------------- Of course, the recommended way to install Tablib is with `pip `_: + .. code-block:: console $ pip install tablib @@ -50,6 +52,7 @@ To download the full source history from Git, see :ref:`Source Control `. .. _speed-extensions: + Speed Extensions ----------------