diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -3,4 +3,4 @@ syntax: glob *~ projtest/projtest.db projtest/south -doc/_build +docs/_build diff --git a/doc/Makefile b/docs/Makefile rename from doc/Makefile rename to docs/Makefile diff --git a/doc/about.rst b/docs/about.rst rename from doc/about.rst rename to docs/about.rst diff --git a/doc/conf.py b/docs/conf.py rename from doc/conf.py rename to docs/conf.py diff --git a/doc/index.rst b/docs/index.rst rename from doc/index.rst rename to docs/index.rst diff --git a/doc/installation.rst b/docs/installation.rst rename from doc/installation.rst rename to docs/installation.rst