Merge branch 'development'
[django-tables2.git] / README.rst
1 ===============================================
2 django-tables - An app for creating HTML tables
3 ===============================================
4
5 django-tables simplifies the task of turning sets of datainto HTML tables. It
6 has native support for pagination and sorting. It does for HTML tables what
7 ``django.forms`` does for HTML forms.
8
9 Documentation_ is available on http://readthedocs.org
10
11 .. _Documentation: http://readthedocs.org/docs/django-tables/en/latest/
12
13
14 Building the documentation
15 ==========================
16
17 If you want to build the docs from within a virtualenv, use::
18
19     make html SPHINXBUILD="python $(which sphinx-build)"