Rename docs dir to doc for publishing

The publishing docs expect the documentation to be present in the
/doc directory not the /docs directory.  If the documentation is in
the /docs directory, according to fungi the docs won't be published
properly.

Change-Id: I718fec7e69d298a5cb2376ca4e2455e12169566e
Partially-Implements: blueprint kola-tox-doc
This commit is contained in:
Steven Dake 2015-09-02 22:33:01 -07:00
parent 3ed7b3c3b4
commit 233864ff32
12 changed files with 7 additions and 7 deletions

View File

@ -21,9 +21,9 @@ Getting Started
===============
Please get started by reading the `Developer
Quickstart <https://github.com/stackforge/kolla/blob/master/docs/dev-quickstart.rst>`__
Quickstart <https://github.com/stackforge/kolla/blob/master/doc/dev-quickstart.rst>`__
followed by the `Ansible Deployment
Guide <https://github.com/stackforge/kolla/blob/master/docs/ansible-deployment.rst>`__.
Guide <https://github.com/stackforge/kolla/blob/master/doc/ansible-deployment.rst>`__.
Docker Images
-------------
@ -31,7 +31,7 @@ Docker Images
The `Docker images <https://docs.docker.com/userguide/dockerimages/>`__
are built by the Kolla project maintainers. A detailed process for
contributing to the images can be found in the `image building
guide <https://github.com/stackforge/kolla/blob/master/docs/image-building.rst>`__.
guide <https://github.com/stackforge/kolla/blob/master/doc/image-building.rst>`__.
Images reside in the Docker Hub `Kollaglue
repo <https://registry.hub.docker.com/repos/kollaglue/>`__.
@ -71,7 +71,7 @@ Directories
Ansible.
- demos - Contains a few demos to use with Kolla.
- devenv - Contains an OpenStack-Heat based development environment.
- docs - Contains documentation.
- doc - Contains documentation.
- etc - Contains a reference etc directory structure which requires
configuration of a small number of configuration variables to achieve
a working All-in-One (AIO) deployment.

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -24,7 +24,7 @@ data_files =
share/kolla/ansible = ansible/*
share/kolla/devenv = devenv/*
share/kolla/docker = docker/*
share/kolla/docs = docs/*
share/kolla/doc = doc/*
share/kolla/etc_examples = etc/*
share/kolla/vagrant = vagrant/*
share/kolla = tools/init-runonce
@ -45,5 +45,5 @@ setup-hooks =
[build_sphinx]
all_files = 1
build-dir = docs/build
source-dir = docs/
build-dir = doc/build
source-dir = doc/