summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-09-11 23:14:56 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-09-11 23:14:56 -0400
commit8be372b8cc317fb070041ae0431e10c475beeea6 (patch)
tree643e87cf1be3dea4ff3cfcdd23942be22effd0ed
parentf8d8d3058ae81b68a9bb63e0bd311c4a05a8f1f2 (diff)
downloadtablib-8be372b8cc317fb070041ae0431e10c475beeea6.tar.gz
Readme cleanups.
-rw-r--r--README.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 550d9f8..a738ccd 100644
--- a/README.rst
+++ b/README.rst
@@ -9,7 +9,6 @@ Tabbed: format-agnostic tabular dataset library
/ /_ / /_/ / _ /_/ /_ /_/ // __// /_/ /
\__/ \__,_/ /_.___/ /_.___/ \___/ \__,_/
-.. *Tabbed is under active documentation-driven development.*
Tabbed is a format-agnostic tabular dataset library, written in Python.
@@ -22,7 +21,6 @@ Formats supported:
- YAML
- Excel
- CSV
-.. - HTML
At this time, Tabbed supports the **export** of it's powerful Dataset object instances into any of the above formats. Import is underway.
@@ -75,8 +73,6 @@ Manipulate rows by index: ::
print data[0:1]
# >>> [('George', 'Washington', 2.6), ('Henry', 'Ford', 2.3)]
- .. # Update saved file
- .. data.save()