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/api.rst | |
| parent | d4b659ece9dc1fa682d2d937752acf6cc0b82ae6 (diff) | |
| download | tablib-e69546a0ffed82b937e91e34d5d1c1f597575fb5.tar.gz | |
Major documentation update.
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/api.rst b/docs/api.rst index 28f3f70..ce169b7 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -3,7 +3,7 @@ API === -.. module:: flask +.. module:: tablib This part of the documentation covers all the interfaces of Tablib. For parts where Tablib depends on external libraries, we document the most @@ -12,15 +12,16 @@ important right here and provide links to the canonical documentation. Dataset Object -------------- -.. module:: tablib - .. autoclass:: Dataset - :members: :inherited-members: + Databook Object --------------- .. autoclass:: Databook - :members: :inherited-members: + + + +Now, go start some :ref:`Tablib Development <development>`.
\ No newline at end of file |
