diff options
| -rw-r--r-- | docs/index.rst | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst index 77ce7cf..d78b926 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,20 +3,20 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Tablib: Pythonic Tabular Datasets +Tablib: Pythonic Tabular Datasets ================================= Release |version|. .. Contents: -.. +.. .. .. toctree:: .. :maxdepth: 2 -.. +.. .. Indices and tables .. ================== -.. +.. .. * :ref:`genindex` .. * :ref:`modindex` .. * :ref:`search` @@ -26,6 +26,18 @@ Tablib is an :ref:`MIT Licensed <mit>` format-agnostic tabular dataset library, I recommend you start with :ref:`Installation <install>`. +Testimonials +------------ + +`The Library of Congress <http://www.loc.gov/>`_, +`National Geographic <http://www.nationalgeographic.com/>`, +`Digg, Inc <http://digg.com/>`_, +`Northrop Grumman <http://www.northropgrumman.com/>`_, +`Discovery Channel <http://dsc.discovery.com/>`_, +`The Sunlight Foundation <http://sunlightfoundation.com/>`_, and +`NetApp, Inc <http://netapp.com>`_ use Tablib internally. + + User's Guide ------------ |
