From 885bbcdf6b0980998ac45759eba22c7925aec102 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Wed, 18 Nov 2015 19:19:36 +0900 Subject: [PATCH] Update README for autogenerate_config_docs Change-Id: I0e4d8043b6471949300a9d327a8f301a4ed6e5d3 --- autogenerate_config_docs/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autogenerate_config_docs/README.rst b/autogenerate_config_docs/README.rst index c7ed26a0..6d553c6f 100644 --- a/autogenerate_config_docs/README.rst +++ b/autogenerate_config_docs/README.rst @@ -32,7 +32,7 @@ The workflow is: $ pip install -rrequirements.txt $ ./autohelp-wrapper update $ $EDITOR sources/openstack-manuals/tools/autogenerate-config-flagmappings/*.flagmappings - $ ./autohelp-wrapper docbook + $ ./autohelp-wrapper rst $ # check the results in sources/openstack-manuals This will generate the tables for all the known projects. @@ -48,7 +48,7 @@ names as arguments: $ ./autohelp-wrapper update cinder heat $ # edit the mappings files - $ ./autohelp-wrapper docbook cinder heat + $ ./autohelp-wrapper rst cinder heat Creating mappings for a new project @@ -90,7 +90,7 @@ to work on another branch: .. code-block:: console - $ ./autohelp-wrapper update -b stable/icehouse + $ ./autohelp-wrapper update -b stable/liberty .. note:: The ``-b`` switch doesn't apply to the ``openstack-manuals`` repository