Changed toctree max depth to 3.

Minor refactor on headers for usage docs
This commit is contained in:
Brandon Taylor
2014-08-21 12:32:36 -04:00
parent 67b6cc0713
commit cf490e7918
12 changed files with 36 additions and 13 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ Contents:
---------
.. toctree::
:maxdepth: 2
:maxdepth: 3
quickstart
configuration
+2 -2
View File
@@ -38,8 +38,8 @@ Example assuming a model named "Category"::
See `this link <http://south.readthedocs.org/en/latest/tutorial/part3.html>`_ for more information on Data Migrations.
Django Admin Integration
^^^^^^^^^^^^^^^^^^^^^^^^
Django Admin
------------
To enable sorting in the admin, you need to inherit from ``SortableAdmin``::