This patch removes extra spaces from files.
Closes-Bug: #1603318 Change-Id: I55d47bfb0408d4a8bb59dcc70afd47a3c47ad9b1
This commit is contained in:
parent
bab10869f9
commit
28cc17109b
@ -106,24 +106,24 @@ pygments_style = 'sphinx'
|
||||
|
||||
# -- Options for HTML output --------------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. Major themes that come with
|
||||
# The theme to use for HTML and HTML Help pages. Major themes that come with
|
||||
# Sphinx are currently 'default' and 'sphinxdoc'.
|
||||
# html_theme_path = ["."]
|
||||
# html_theme = '_theme'
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
# html_theme_options = {}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
# html_theme_path = []
|
||||
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# "<project> v<release> documentation".
|
||||
# html_title = None
|
||||
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
# html_short_title = None
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top
|
||||
@ -131,7 +131,7 @@ pygments_style = 'sphinx'
|
||||
# html_logo = None
|
||||
|
||||
# The name of an image file (within the static path) to use as favicon of the
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# pixels large.
|
||||
# html_favicon = None
|
||||
|
||||
@ -172,7 +172,7 @@ html_last_updated_fmt = subprocess.Popen(
|
||||
# html_show_sourcelink = True
|
||||
|
||||
# If true, an OpenSearch description file will be output, and all pages will
|
||||
# contain a <link> tag referring to it. The value of this option must be the
|
||||
# contain a <link> tag referring to it. The value of this option must be the
|
||||
# base URL from which the finished HTML is served.
|
||||
# html_use_opensearch = ''
|
||||
|
||||
|
@ -5,7 +5,7 @@ Pools (pools)
|
||||
List pools
|
||||
===========
|
||||
|
||||
.. rest_method:: GET /v2/pools
|
||||
.. rest_method:: GET /v2/pools
|
||||
|
||||
Lists pools.
|
||||
|
||||
@ -47,7 +47,7 @@ Response Example
|
||||
Create pool
|
||||
============
|
||||
|
||||
.. rest_method:: PUT /v2/pools/{pool_name}
|
||||
.. rest_method:: PUT /v2/pools/{pool_name}
|
||||
|
||||
Creates a pool.
|
||||
|
||||
@ -91,7 +91,7 @@ This operation does not return a response body.
|
||||
Update pool
|
||||
============
|
||||
|
||||
.. rest_method:: PATCH /v2/pools/{pool_name}
|
||||
.. rest_method:: PATCH /v2/pools/{pool_name}
|
||||
|
||||
Updates a pool.
|
||||
|
||||
@ -134,7 +134,7 @@ Response Example
|
||||
Show pool details
|
||||
==================
|
||||
|
||||
.. rest_method:: GET /v2/pools/{pool_name}
|
||||
.. rest_method:: GET /v2/pools/{pool_name}
|
||||
|
||||
Shows details for a pool.
|
||||
|
||||
@ -174,7 +174,7 @@ Response Example
|
||||
Delete pool
|
||||
===============
|
||||
|
||||
.. rest_method:: DELETE /v2/pools/{pool_name}
|
||||
.. rest_method:: DELETE /v2/pools/{pool_name}
|
||||
|
||||
Deletes the specified pool.
|
||||
|
||||
|
@ -5,7 +5,7 @@ Queues (queues)
|
||||
List queues
|
||||
===========
|
||||
|
||||
.. rest_method:: GET /v2/queues
|
||||
.. rest_method:: GET /v2/queues
|
||||
|
||||
Lists queues.
|
||||
|
||||
@ -51,7 +51,7 @@ Response Example
|
||||
Create queue
|
||||
============
|
||||
|
||||
.. rest_method:: PUT /v2/queues/{queue_name}
|
||||
.. rest_method:: PUT /v2/queues/{queue_name}
|
||||
|
||||
Creates a queue.
|
||||
|
||||
@ -93,7 +93,7 @@ This operation does not return a response body.
|
||||
Update queue
|
||||
============
|
||||
|
||||
.. rest_method:: PATCH /v2/queues/{queue_name}
|
||||
.. rest_method:: PATCH /v2/queues/{queue_name}
|
||||
|
||||
Updates a queue.
|
||||
|
||||
@ -145,7 +145,7 @@ Response Example
|
||||
Show queue details
|
||||
==================
|
||||
|
||||
.. rest_method:: GET /v2/queues/{queue_name}
|
||||
.. rest_method:: GET /v2/queues/{queue_name}
|
||||
|
||||
Shows details for a queue.
|
||||
|
||||
@ -182,7 +182,7 @@ Response Example
|
||||
Delete queue
|
||||
===============
|
||||
|
||||
.. rest_method:: DELETE /v2/queues/{queue_name}
|
||||
.. rest_method:: DELETE /v2/queues/{queue_name}
|
||||
|
||||
Deletes the specified queue.
|
||||
|
||||
@ -252,7 +252,7 @@ Response Example
|
||||
Pre-signed queue
|
||||
================
|
||||
|
||||
.. rest_method:: POST /v2/queues/{queue_name}/share
|
||||
.. rest_method:: POST /v2/queues/{queue_name}/share
|
||||
|
||||
Create a pre-signed URL for a given queue.
|
||||
|
||||
|
@ -5,7 +5,7 @@ Subscriptions(subscriptions)
|
||||
List Subscriptions
|
||||
==================
|
||||
|
||||
.. rest_method:: GET /v2/queues/{queue_name}/subscriptions
|
||||
.. rest_method:: GET /v2/queues/{queue_name}/subscriptions
|
||||
|
||||
Lists a queue's subscriptions.
|
||||
|
||||
@ -58,7 +58,7 @@ Response Example
|
||||
Create Subscription
|
||||
===================
|
||||
|
||||
.. rest_method:: POST /v2/queues/{queue_name}/subscriptions
|
||||
.. rest_method:: POST /v2/queues/{queue_name}/subscriptions
|
||||
|
||||
Creates a subscription.
|
||||
|
||||
@ -113,7 +113,7 @@ Response Example
|
||||
Update Subscription
|
||||
===================
|
||||
|
||||
.. rest_method:: PATCH /v2/queues/{queue_name}/subscriptions/{subscription_id}
|
||||
.. rest_method:: PATCH /v2/queues/{queue_name}/subscriptions/{subscription_id}
|
||||
|
||||
Updates a subscription.
|
||||
|
||||
@ -153,7 +153,7 @@ This operation does not return a response body.
|
||||
Show Subscription Details
|
||||
=========================
|
||||
|
||||
.. rest_method:: GET /v2/queues/{queue_name}/subscriptions/{subscription_id}
|
||||
.. rest_method:: GET /v2/queues/{queue_name}/subscriptions/{subscription_id}
|
||||
|
||||
Shows details for a subscription.
|
||||
|
||||
@ -198,7 +198,7 @@ Response Example
|
||||
Delete Subscription
|
||||
===================
|
||||
|
||||
.. rest_method:: DELETE /v2/queues/{queue_name}/subscriptions/{subscription_id}
|
||||
.. rest_method:: DELETE /v2/queues/{queue_name}/subscriptions/{subscription_id}
|
||||
|
||||
Deletes the specified subscription.
|
||||
|
||||
|
@ -8,7 +8,7 @@ The Zaqar API only supports ''major versions'' expressed in request URLs.
|
||||
List major versions
|
||||
===================
|
||||
|
||||
.. rest_method:: GET /
|
||||
.. rest_method:: GET /
|
||||
|
||||
Gets the home document.
|
||||
|
||||
|
@ -78,7 +78,7 @@ function configure_zaqar {
|
||||
cp -p $ZAQAR_DIR/etc/policy.json.sample $ZAQAR_POLICY_CONF
|
||||
fi
|
||||
|
||||
[ ! -d $ZAQAR_API_LOG_DIR ] && sudo mkdir -m 755 -p $ZAQAR_API_LOG_DIR
|
||||
[ ! -d $ZAQAR_API_LOG_DIR ] && sudo mkdir -m 755 -p $ZAQAR_API_LOG_DIR
|
||||
sudo chown $USER $ZAQAR_API_LOG_DIR
|
||||
|
||||
iniset $ZAQAR_CONF DEFAULT debug True
|
||||
|
@ -123,24 +123,24 @@ modindex_common_prefix = ['zaqar.']
|
||||
|
||||
# -- Options for HTML output --------------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. Major themes that come with
|
||||
# The theme to use for HTML and HTML Help pages. Major themes that come with
|
||||
# Sphinx are currently 'default' and 'sphinxdoc'.
|
||||
# html_theme_path = ["."]
|
||||
# html_theme = '_theme'
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
html_theme_options = {}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
#html_theme_path = []
|
||||
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# "<project> v<release> documentation".
|
||||
#html_title = None
|
||||
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
#html_short_title = None
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top
|
||||
@ -148,7 +148,7 @@ html_theme_options = {}
|
||||
#html_logo = None
|
||||
|
||||
# The name of an image file (within the static path) to use as favicon of the
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# pixels large.
|
||||
#html_favicon = None
|
||||
|
||||
@ -189,7 +189,7 @@ html_last_updated_fmt = subprocess.Popen(git_cmd,
|
||||
#html_show_sourcelink = True
|
||||
|
||||
# If true, an OpenSearch description file will be output, and all pages will
|
||||
# contain a <link> tag referring to it. The value of this option must be the
|
||||
# contain a <link> tag referring to it. The value of this option must be the
|
||||
# base URL from which the finished HTML is served.
|
||||
#html_use_opensearch = ''
|
||||
|
||||
|
@ -122,23 +122,23 @@ pygments_style = 'sphinx'
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
html_theme = 'openstackdocs'
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
# html_theme_options = {}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
html_theme_path = [openstackdocstheme.get_html_theme_path()]
|
||||
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# "<project> v<release> documentation".
|
||||
# html_title = None
|
||||
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
# html_short_title = None
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top
|
||||
@ -146,7 +146,7 @@ html_theme_path = [openstackdocstheme.get_html_theme_path()]
|
||||
# html_logo = None
|
||||
|
||||
# The name of an image file (within the static path) to use as favicon of the
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# pixels large.
|
||||
# html_favicon = None
|
||||
|
||||
@ -198,7 +198,7 @@ html_show_sourcelink = False
|
||||
# html_show_copyright = True
|
||||
|
||||
# If true, an OpenSearch description file will be output, and all pages will
|
||||
# contain a <link> tag referring to it. The value of this option must be the
|
||||
# contain a <link> tag referring to it. The value of this option must be the
|
||||
# base URL from which the finished HTML is served.
|
||||
# html_use_opensearch = ''
|
||||
|
||||
|
@ -110,23 +110,23 @@ pygments_style = 'sphinx'
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
html_theme = 'default'
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
# html_theme_options = {}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
# html_theme_path = []
|
||||
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# "<project> v<release> documentation".
|
||||
# html_title = None
|
||||
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
# html_short_title = None
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top
|
||||
@ -134,7 +134,7 @@ html_theme = 'default'
|
||||
# html_logo = None
|
||||
|
||||
# The name of an image file (within the static path) to use as favicon of the
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# pixels large.
|
||||
# html_favicon = None
|
||||
|
||||
@ -182,7 +182,7 @@ html_static_path = ['_static']
|
||||
# html_show_copyright = True
|
||||
|
||||
# If true, an OpenSearch description file will be output, and all pages will
|
||||
# contain a <link> tag referring to it. The value of this option must be the
|
||||
# contain a <link> tag referring to it. The value of this option must be the
|
||||
# base URL from which the finished HTML is served.
|
||||
# html_use_opensearch = ''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user