OpenStack typo

change capitalization of OpenStack

Change-Id: I1b22f9a9d8797cafd0d61e6e16109d417bcb86d0
This commit is contained in:
Shuquan Huang 2015-11-15 22:42:30 +08:00
parent 6662bec314
commit 1049328e87
2 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
# Sphinx DOC hints
## Migrating from Openstack Wiki
## Migrating from OpenStack Wiki
* Install pandoc
* Copy wiki code into a file, e.g. `source.mw`
* Convert to .rst
pandoc --from=mediawiki --to=rst --output=doc/source/dsl/dsl_v1.rst doc/source/dsl/source.mw
pandoc --from=mediawiki --to=rst --output=doc/source/dsl/dsl_v1.rst doc/source/dsl/source.mw
* To make code samples fancy:
* To make code samples fancy:
TODO: figure how to make YAML samples look nicer with `code::` directive
## Using autodoc with sphinxcontrib.pecanwsme.rest and wsmeext.sphinxext plugins
@ -18,7 +18,7 @@
## Running sphinx-audobuild
[auto-loader](https://pypi.python.org/pypi/sphinx-autobuild/0.2.3) - rules for convenient development https://pypi.python.org/pypi/sphinx-autobuild/0.2.3. install, and run:
[auto-loader](https://pypi.python.org/pypi/sphinx-autobuild/0.2.3) - rules for convenient development https://pypi.python.org/pypi/sphinx-autobuild/0.2.3. install, and run:
sphinx-autobuild doc/source doc/build

View File

@ -15,7 +15,7 @@ classifiers =
Intended Audience :: System Administrators
#License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
author = Openstack Mistral Team
author = OpenStack Mistral Team
author-email = openstack-dev@lists.openstack.org
[files]