Merge pull request #135 from overthink/doc-fixes

Fix funny typo, refs to tablib.org
This commit is contained in:
Kenneth Reitz 2014-01-08 11:40:59 -08:00
commit 79a2bb888f
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<h3><a href="http://tablib.org">About Tablib</a></h3> <h3><a href="http://docs.python-tablib.org">About Tablib</a></h3>
<p> <p>
Tablib is an MIT Licensed format-agnostic tabular dataset library, written in Python. It allows you to import, export, and manipulate tabular data sets. Advanced features include, segregation, dynamic columns, tags & filtering, and seamless format import & export. Tablib is an MIT Licensed format-agnostic tabular dataset library, written in Python. It allows you to import, export, and manipulate tabular data sets. Advanced features include, segregation, dynamic columns, tags & filtering, and seamless format import & export.
</p> </p>
@ -13,7 +13,7 @@
<h3>Useful Links</h3> <h3>Useful Links</h3>
<ul> <ul>
<li><a href="http://tablib.org/">The Tablib Website</a></li> <li><a href="http://docs.python-tablib.org/">The Tablib Website</a></li>
<li><a href="http://pypi.python.org/pypi/tablib">Tablib @ PyPI</a></li> <li><a href="http://pypi.python.org/pypi/tablib">Tablib @ PyPI</a></li>
<li><a href="http://github.com/kennethreitz/tablib">Tablib @ GitHub</a></li> <li><a href="http://github.com/kennethreitz/tablib">Tablib @ GitHub</a></li>
<li><a href="http://github.com/kennethreitz/tablib/issues">Issue Tracker</a></li> <li><a href="http://github.com/kennethreitz/tablib/issues">Issue Tracker</a></li>

View File

@ -67,7 +67,7 @@ Feature / Hotfix / Release branches follow a `Successful Git Branching Model`_ .
``master`` ``master``
Current production release (|version|) on PyPi. Current production release (|version|) on PyPi.
``gh-pages`` ``gh-pages``
Current release of http://tablib.org. Current release of http://docs.python-tablib.org.
Each release is tagged. Each release is tagged.

View File

@ -55,7 +55,7 @@ and `The Sunlight Foundation <http://sunlightfoundation.com/>`_ use Tablib inter
Tablib by @kennethreitz saved my life. I had to consolidate like 5 huge poorly maintained lists of domains and data. It was a breeze! Tablib by @kennethreitz saved my life. I had to consolidate like 5 huge poorly maintained lists of domains and data. It was a breeze!
**Dave Coutts** **Dave Coutts**
It's turning into one of my most used modules of 2010. You really hit a sweat spot for managing tabular data with a minimal amount of code and effort. It's turning into one of my most used modules of 2010. You really hit a sweet spot for managing tabular data with a minimal amount of code and effort.
**Joshua Ourisman** **Joshua Ourisman**
Tablib has made it so much easier to deal with the inevitable 'I want an Excel file!' requests from clients... Tablib has made it so much easier to deal with the inevitable 'I want an Excel file!' requests from clients...