Skip to content

Commit

Permalink
Nuke old docs tree, update other refs to docs files
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Apr 7, 2014
1 parent f49d6cd commit 6f8049a
Show file tree
Hide file tree
Showing 41 changed files with 12 additions and 7,659 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.rst
Expand Up @@ -25,9 +25,10 @@ Patch submission guidelines
which category your change falls in, just ask on IRC or the mailing list --
it's often a judgement call.
* **Make sure documentation is updated** -- at the very least, keep docstrings
current, and if necessary, update the ReST documentation in ``docs/``. For
example, new ``env.*`` settings should be added to ``docs/usage/env.rst``.
* **Add a changelog entry** at the top of ``docs/changelog.rst`` following
current, and if necessary, update the ReST documentation in ``sites/docs/``.
For example, new ``env.*`` settings should be added to
``sites/docs/usage/env.rst``.
* **Add a changelog entry** at the top of ``sites/www/changelog.rst`` following
existing entries' styles. Don't forget to attribute yourself if you'd like
credit!

Expand Down
2 changes: 1 addition & 1 deletion INSTALL
@@ -1,2 +1,2 @@
For installation help, please see http://fabfile.org/ or (if using a source
checkout) docs/installation.rst.
checkout) sites/www/installation.rst.
5 changes: 3 additions & 2 deletions MANIFEST.in
Expand Up @@ -2,8 +2,9 @@ include AUTHORS
include INSTALL
include LICENSE
include README.rst
recursive-include docs *
recursive-exclude docs/_build *
recursive-include sites *
recursive-exclude sites/docs/_build *
recursive-exclude sites/www/_build *
include requirements.txt
recursive-include tests *
recursive-exclude tests *.pyc *.pyo
88 changes: 0 additions & 88 deletions docs/Makefile

This file was deleted.

0 comments on commit 6f8049a

Please sign in to comment.