diff --git a/README.rst b/README.rst index 64e99cb..a141082 100644 --- a/README.rst +++ b/README.rst @@ -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/*`` diff --git a/docs/1_readme.rst b/docs/1_readme.rst deleted file mode 100644 index afebc71..0000000 --- a/docs/1_readme.rst +++ /dev/null @@ -1,3 +0,0 @@ -.. readme: - -.. include:: ../README.rst diff --git a/docs/2_contributing.rst b/docs/2_contributing.rst deleted file mode 100644 index 6af7dea..0000000 --- a/docs/2_contributing.rst +++ /dev/null @@ -1,3 +0,0 @@ -.. contributing: - -.. include:: ../CONTRIBUTING.rst diff --git a/docs/3_changelog.rst b/docs/3_changelog.rst deleted file mode 100644 index 2bb2503..0000000 --- a/docs/3_changelog.rst +++ /dev/null @@ -1,3 +0,0 @@ -.. changelog: - -.. include:: ../CHANGES.rst diff --git a/docs/index.rst b/docs/index.rst index 1c405d7..6866099 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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