summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-09-18 19:10:21 +0000
committerGerrit Code Review <review@openstack.org>2012-09-18 19:10:21 +0000
commit1db2f54e0bc2d9ac3b8140ff71b6f87e1f92a1cd (patch)
tree9cff395dda840155af3870ff36a9f1a73b495b2f
parent4d0854f338f919fdc3b925420a285536e096a5a9 (diff)
parentfba9f7666d1efe89b851dc859c127ee85851040e (diff)
downloadnova-1db2f54e0bc2d9ac3b8140ff71b6f87e1f92a1cd.tar.gz
nova-1db2f54e0bc2d9ac3b8140ff71b6f87e1f92a1cd.tar.xz
nova-1db2f54e0bc2d9ac3b8140ff71b6f87e1f92a1cd.zip
Merge "Fix doc/README.rst to render properly"
-rw-r--r--doc/README.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/README.rst b/doc/README.rst
index 342aba911..a85f7bc91 100644
--- a/doc/README.rst
+++ b/doc/README.rst
@@ -8,15 +8,15 @@ Included documents:
Building the docs
-----------------
-From the root nova director:
+From the root nova director::
- python setup.py build_sphinx
+ python setup.py build_sphinx
Building just the man pages
---------------------------
-from the root nova director:
+from the root nova director::
- python setup.py build_sphinx -b man
+ python setup.py build_sphinx -b man
Installing the man pages
@@ -25,7 +25,8 @@ After building the man pages, they can be found in ``doc/build/man/``.
You can install the man page onto your system by following the following steps:
Example for ``nova-manage``::
- # mkdir /usr/local/man/man1
- # install -g 0 -o 0 -m 0644 doc/build/man/nova-manage.1 /usr/local/man/man1/nova-manage.1
- # gzip /usr/local/man/man1/nova-manage.1
- # man nova-manage
+
+ mkdir /usr/local/man/man1
+ install -g 0 -o 0 -m 0644 doc/build/man/nova-manage.1 /usr/local/man/man1/nova-manage.1
+ gzip /usr/local/man/man1/nova-manage.1
+ man nova-manage