Clean up docs for a simpler structure

This commit is contained in:
Aleksi Häkli 2019-11-13 22:23:51 +02:00
parent f63aeeec3f
commit e8eefc1d3c
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
5 changed files with 5 additions and 33 deletions

View file

@ -481,8 +481,8 @@ With Code coverage:
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``
#. ``twine upload dist/*``

View file

@ -1,3 +0,0 @@
.. readme:
.. include:: ../README.rst

View file

@ -1,3 +0,0 @@
.. contributing:
.. include:: ../CONTRIBUTING.rst

View file

@ -1,3 +0,0 @@
.. changelog:
.. include:: ../CHANGES.rst

View file

@ -3,25 +3,6 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
django-defender documentation
=============================
Contents
--------
.. toctree::
:maxdepth: 2
:numbered: 1
1_readme
2_contributing
3_changelog
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. include:: ../README.rst
.. include:: ../CONTRIBUTING.rst
.. include:: ../CHANGES.rst