Enumerate documentation source files

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
Aleksi Häkli 2019-02-25 22:35:44 +02:00
parent 6d8aea8aab
commit e50bbd4701
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
10 changed files with 15 additions and 17 deletions

View file

@ -1,3 +1,5 @@
.. _usage:
Usage
=====
@ -24,4 +26,4 @@ In your code, you can use the ``axes.attempts.reset`` function.
- ``reset()`` will reset all lockouts and access records.
- ``reset(ip=ip)`` will clear lockouts and records for the given IP address.
- ``reset(username=username)`` will clear lockouts and records for the given username.
- ``reset(username=username)`` will clear lockouts and records for the given username.

View file

@ -1,4 +1,4 @@
.. _usage:
.. _integration:
Integration
===========

View file

@ -1,12 +1,7 @@
.. _index:
.. Django Axes documentation master file, created by
sphinx-quickstart on Sat Jul 30 16:37:41 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Django Axes's documentation!
=======================================
Django Axes Documentation
=========================
Contents
--------
@ -14,14 +9,15 @@ Contents
.. toctree::
:maxdepth: 2
requirements
installation
usage
configuration
customization
migration
development
architecture
1_requirements
2_installation
3_usage
4_configuration
5_customization
6_integration
7_migration
8_development
9_architecture
Indices and tables
------------------