add the man pages to the toctree
Change-Id: I96e22ebaae6a7381c9cad49edbc6895f85becceb
This commit is contained in:
parent
87ad0a4927
commit
b6acb87c9b
@ -93,6 +93,15 @@ version = glance_version.canonical_version_string()
|
|||||||
# List of directories, relative to source directory, that shouldn't be searched
|
# List of directories, relative to source directory, that shouldn't be searched
|
||||||
# for source files.
|
# for source files.
|
||||||
exclude_trees = ['api']
|
exclude_trees = ['api']
|
||||||
|
exclude_patterns = [
|
||||||
|
# The man directory includes some snippet files that are included
|
||||||
|
# in other documents during the build but that should not be
|
||||||
|
# included in the toctree themselves, so tell Sphinx to ignore
|
||||||
|
# them when scanning for input files.
|
||||||
|
'man/footer.rst',
|
||||||
|
'man/general_options.rst',
|
||||||
|
'man/openstack_options.rst',
|
||||||
|
]
|
||||||
|
|
||||||
# The reST default role (for this markup: `text`) to use for all documents.
|
# The reST default role (for this markup: `text`) to use for all documents.
|
||||||
#default_role = None
|
#default_role = None
|
||||||
|
@ -94,3 +94,12 @@ Using Glance
|
|||||||
glanceapi
|
glanceapi
|
||||||
glanceclient
|
glanceclient
|
||||||
glancemetadefcatalogapi
|
glancemetadefcatalogapi
|
||||||
|
|
||||||
|
Glance Manual Pages
|
||||||
|
===================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:glob:
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
man/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user