Browse Source

Fixed #28139 -- Added another level of headings in the topics index.

Tim Graham 8 years ago
parent
commit
4b0211dad5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/index.txt

+ 1 - 1
docs/topics/index.txt

@@ -5,7 +5,7 @@ Using Django
 Introductions to all the key parts of Django you'll need to know:
 
 .. toctree::
-   :maxdepth: 1
+   :maxdepth: 2
 
    install
    db/index