summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-06-14 13:55:59 +0000
committerGerrit Code Review <review@openstack.org>2012-06-14 13:55:59 +0000
commit9be580399350a55202af22cbbd47bb2c67494cbc (patch)
tree77553c6256524f1024a47ce061f26c67226e9f9a
parent6a8302b5321c7a9e81d9c458fc72f18663e04187 (diff)
parent77e5ce57fd0a5c912ac1c270cb94ac43bb637389 (diff)
downloadpython-openstackclient-9be580399350a55202af22cbbd47bb2c67494cbc.tar.gz
Merge "Move docs to doc."
-rw-r--r--MANIFEST.in2
-rw-r--r--README.rst4
-rw-r--r--doc/Makefile (renamed from docs/Makefile)0
-rw-r--r--doc/source/conf.py (renamed from docs/source/conf.py)0
-rw-r--r--doc/source/index.rst (renamed from docs/source/index.rst)0
-rw-r--r--setup.cfg6
6 files changed, 6 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 67b02593..fa21b6cf 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
include AUTHORS
include LICENSE
include README.rst
-recursive-include docs *
+recursive-include doc *
recursive-include tests *
diff --git a/README.rst b/README.rst
index 1f022a70..a935ef84 100644
--- a/README.rst
+++ b/README.rst
@@ -101,7 +101,7 @@ Building Contributor Documentation
This documentation is written by contributors, for contributors.
-The source is maintained in the ``docs/source`` folder using
+The source is maintained in the ``doc/source`` folder using
`reStructuredText`_ and built by `Sphinx`_
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
@@ -115,7 +115,7 @@ The source is maintained in the ``docs/source`` folder using
$ export DJANGO_SETTINGS_MODULE=local.local_settings
$ python doc/generate_autodoc_index.py
- $ sphinx-build -b html docs/source build/sphinx/html
+ $ sphinx-build -b html doc/source build/sphinx/html
Results are in the `build/sphinx/html` directory
diff --git a/docs/Makefile b/doc/Makefile
index 2cdd0f5c..2cdd0f5c 100644
--- a/docs/Makefile
+++ b/doc/Makefile
diff --git a/docs/source/conf.py b/doc/source/conf.py
index 6331470b..6331470b 100644
--- a/docs/source/conf.py
+++ b/doc/source/conf.py
diff --git a/docs/source/index.rst b/doc/source/index.rst
index 3be5c5ba..3be5c5ba 100644
--- a/docs/source/index.rst
+++ b/doc/source/index.rst
diff --git a/setup.cfg b/setup.cfg
index 2388434f..27d29865 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,9 +7,9 @@ verbosity=2
detailed-errors=1
[build_sphinx]
-source-dir = docs/
-build-dir = docs/_build
+source-dir = doc/source
+build-dir = doc/build
all_files = 1
[upload_sphinx]
-upload-dir = docs/_build/html
+upload-dir = doc/build/html