mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
35 lines
624 B
ReStructuredText
35 lines
624 B
ReStructuredText
.. Tablib documentation master file, created by
|
|
sphinx-quickstart on Tue Oct 5 15:25:21 2010.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to Tablib's documentation!
|
|
==================================
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
Dataset Object
|
|
--------------
|
|
.. module:: tablib
|
|
|
|
.. autoclass:: Databook
|
|
:members:
|
|
:inherited-members:
|
|
|
|
Databook Object
|
|
---------------
|
|
|
|
.. autoclass:: Dataset
|
|
:members:
|
|
:inherited-members:
|