OpenStack typo
change capitalization of OpenStack Change-Id: I1b22f9a9d8797cafd0d61e6e16109d417bcb86d0
This commit is contained in:
parent
6662bec314
commit
1049328e87
@ -1,15 +1,15 @@
|
|||||||
# Sphinx DOC hints
|
# Sphinx DOC hints
|
||||||
|
|
||||||
## Migrating from Openstack Wiki
|
## Migrating from OpenStack Wiki
|
||||||
|
|
||||||
* Install pandoc
|
* Install pandoc
|
||||||
* Copy wiki code into a file, e.g. `source.mw`
|
* Copy wiki code into a file, e.g. `source.mw`
|
||||||
* Convert to .rst
|
* 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
|
TODO: figure how to make YAML samples look nicer with `code::` directive
|
||||||
|
|
||||||
## Using autodoc with sphinxcontrib.pecanwsme.rest and wsmeext.sphinxext plugins
|
## Using autodoc with sphinxcontrib.pecanwsme.rest and wsmeext.sphinxext plugins
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
## Running sphinx-audobuild
|
## 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
|
sphinx-autobuild doc/source doc/build
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ classifiers =
|
|||||||
Intended Audience :: System Administrators
|
Intended Audience :: System Administrators
|
||||||
#License :: OSI Approved :: Apache Software License
|
#License :: OSI Approved :: Apache Software License
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
author = Openstack Mistral Team
|
author = OpenStack Mistral Team
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
|
Loading…
Reference in New Issue
Block a user