mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-13 01:53:11 +00:00
Enumerate documentation source files
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
6d8aea8aab
commit
e50bbd4701
10 changed files with 15 additions and 17 deletions
|
|
@ -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.
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
.. _usage:
|
||||
.. _integration:
|
||||
|
||||
Integration
|
||||
===========
|
||||
|
|
@ -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
|
||||
------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue