mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Clean up docs for a simpler structure
This commit is contained in:
parent
f63aeeec3f
commit
e8eefc1d3c
5 changed files with 5 additions and 33 deletions
|
|
@ -481,8 +481,8 @@ With Code coverage:
|
||||||
PYTHONPATH=$PYTHONPATH:$PWD coverage run --source=defender $(which django-admin.py) test defender --settings=defender.test_settings
|
PYTHONPATH=$PYTHONPATH:$PWD coverage run --source=defender $(which django-admin.py) test defender --settings=defender.test_settings
|
||||||
|
|
||||||
|
|
||||||
How to release
|
Releasing
|
||||||
--------------
|
---------
|
||||||
|
|
||||||
#. ``python setup.py sdist``
|
#. ``python setup.py sdist``
|
||||||
#. ``twine upload dist/*``
|
#. ``twine upload dist/*``
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
.. readme:
|
|
||||||
|
|
||||||
.. include:: ../README.rst
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
.. contributing:
|
|
||||||
|
|
||||||
.. include:: ../CONTRIBUTING.rst
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
.. changelog:
|
|
||||||
|
|
||||||
.. include:: ../CHANGES.rst
|
|
||||||
|
|
@ -3,25 +3,6 @@
|
||||||
You can adapt this file completely to your liking, but it should at least
|
You can adapt this file completely to your liking, but it should at least
|
||||||
contain the root `toctree` directive.
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
django-defender documentation
|
.. include:: ../README.rst
|
||||||
=============================
|
.. include:: ../CONTRIBUTING.rst
|
||||||
|
.. include:: ../CHANGES.rst
|
||||||
Contents
|
|
||||||
--------
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
:numbered: 1
|
|
||||||
|
|
||||||
1_readme
|
|
||||||
2_contributing
|
|
||||||
3_changelog
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
|
||||||
==================
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue