diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-06-14 13:55:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-06-14 13:55:59 +0000 |
| commit | 9be580399350a55202af22cbbd47bb2c67494cbc (patch) | |
| tree | 77553c6256524f1024a47ce061f26c67226e9f9a | |
| parent | 6a8302b5321c7a9e81d9c458fc72f18663e04187 (diff) | |
| parent | 77e5ce57fd0a5c912ac1c270cb94ac43bb637389 (diff) | |
| download | python-openstackclient-9be580399350a55202af22cbbd47bb2c67494cbc.tar.gz | |
Merge "Move docs to doc."
| -rw-r--r-- | MANIFEST.in | 2 | ||||
| -rw-r--r-- | README.rst | 4 | ||||
| -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.cfg | 6 |
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 * @@ -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 @@ -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 |
