diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-10-08 15:46:50 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-10-08 15:46:50 -0400 |
| commit | e69546a0ffed82b937e91e34d5d1c1f597575fb5 (patch) | |
| tree | 6111578c50b1282d4808c2554794e92c56047b08 /docs/install.rst | |
| parent | d4b659ece9dc1fa682d2d937752acf6cc0b82ae6 (diff) | |
| download | tablib-e69546a0ffed82b937e91e34d5d1c1f597575fb5.tar.gz | |
Major documentation update.
Diffstat (limited to 'docs/install.rst')
| -rw-r--r-- | docs/install.rst | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/install.rst b/docs/install.rst index d1cacbf..c8cc48b 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 enhancments <speed>`.. +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 enhancments <speed>`. + +.. _installing: Installing Tablib ----------------- @@ -18,8 +19,8 @@ Or, if you must: :: But, you really shouldn't do that. -.. _speed: +.. _speed: Speed Extentions ---------------- @@ -37,7 +38,7 @@ If you're using Python 2.5 (currently unsupported), you should also install the - +.. _pythonsupport: Pythons Supported ----------------- @@ -49,7 +50,7 @@ At this time, the following Python platforms are officially supported: Support for other Pythons will be rolled out soon. - +.. _updates: Staying Updated --------------- @@ -62,3 +63,5 @@ When a new version is available, upgrading is simple. :: $ pip install tablib --upgrade + +Now, go get a :ref:`Quick Start <quickstart>`.
\ No newline at end of file |
