Merge "Move cinder-manage page to cli doc subtree"

This commit is contained in:
Zuul 2018-10-17 03:56:29 +00:00 committed by Gerrit Code Review
commit 946da3b323
5 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1 @@
redirectmatch 301 ^/cinder/([^/]+)/man/cinder-manage.html$ /cinder/$1/cli/cinder-manage.html

View File

@ -2,6 +2,23 @@
Command-Line Interface Reference
================================
In this section you will find information on Cinder's command line utilities.
Cinder Management Commands
--------------------------
These commands are used to manage existing installations. They are designed to
be run by operators in an environment where they have direct access to the
Cinder database.
.. toctree::
:maxdepth: 1
cinder-manage
Additional Tools and Information
--------------------------------
.. toctree::
:maxdepth: 1

View File

@ -149,7 +149,7 @@ modindex_common_prefix = ['cinder.']
# List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual'
man_pages = [
('man/cinder-manage', 'cinder-manage', u'Cloud controller fabric',
('cli/cinder-manage', 'cinder-manage', u'Cloud controller fabric',
[u'OpenStack'], 1)
]
@ -189,6 +189,9 @@ html_theme = 'openstackdocs'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# Add any paths that contain "extra" files, such as .htaccess.
html_extra_path = ['_extra']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
html_last_updated_fmt = '%Y-%m-%d %H:%M'

View File

@ -78,7 +78,6 @@ Full documentation on the python-cinderclient is in the
:maxdepth: 2
cli/index
cinder-manage Usage <man/cinder-manage>
Contributor/Developer Docs
~~~~~~~~~~~~~~~~~~~~~~~~~~