summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorDaniel Roseman <daniel.roseman@digital.cabinet-office.gov.uk>2015-06-09 11:50:40 +0100
committerTim Graham <timograham@gmail.com>2015-06-09 12:41:39 -0400
commitfd0949181f993fb8a15c5b0128840f71ee1d7b0e (patch)
tree0e964284b562b8c8b8a3fc0b03aec8a7ad9deceb /docs/index.txt
parent1725d009918e7d37390d5abd34034f3defca5fc3 (diff)
Fixed #24961 -- Added links to all auth docs pages from index.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 342904b24d..8b9d60df22 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -275,7 +275,12 @@ Common Web application tools
Django offers multiple tools commonly needed in the development of Web
applications:
-* :doc:`Authentication <topics/auth/index>`
+* **Authentication:**
+ :doc:`Overview <topics/auth/index>` |
+ :doc:`Using the authentication system <topics/auth/default>` |
+ :doc:`Password management <topics/auth/passwords>` |
+ :doc:`Customizing authentication <topics/auth/customizing>` |
+ :doc:`API Reference <ref/contrib/auth>`
* :doc:`Caching <topics/cache>`
* :doc:`Logging <topics/logging>`
* :doc:`Sending emails <topics/email>`