diff options
| author | KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com> | 2016-08-24 16:35:06 +0900 |
|---|---|---|
| committer | KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com> | 2016-08-24 16:38:21 +0900 |
| commit | 50a5c2a1636c58fb5fa608fa0c2493ab960ba0ff (patch) | |
| tree | c722cfc4c36ea4b6bc8c64f2e00c2a1969701627 | |
| parent | 351bfb79154777dca1bc117e9383606f16b02353 (diff) | |
| download | python-openstackclient-50a5c2a1636c58fb5fa608fa0c2493ab960ba0ff.tar.gz | |
[docs] fix incorrect rst markups
The incorrect md-style markups break Sphinx builds,
which do not properly generate web page.
http://docs.openstack.org/developer/python-openstackclient/plugin-commands.html
Change-Id: I36ae2cf922836cff42653283c0a683359bd91344
| -rw-r--r-- | doc/source/plugin-commands.rst | 72 |
1 files changed, 50 insertions, 22 deletions
diff --git a/doc/source/plugin-commands.rst b/doc/source/plugin-commands.rst index 614e28d9..4cb13e83 100644 --- a/doc/source/plugin-commands.rst +++ b/doc/source/plugin-commands.rst @@ -1,85 +1,113 @@ -================= - Plugin Commands -================= +=============== +Plugin Commands +=============== Note: To see the complete syntax for the plugin commands, see the `CLI_Ref`_ .. list-plugins:: openstack.cli.extension -# aodh +aodh +---- + .. list-plugins:: openstack.alarming.v2 :detailed: -# barbican +barbican +-------- + .. list-plugins:: openstack.key_manager.v1 :detailed: -# congress +congress +-------- + .. list-plugins:: openstack.congressclient.v1 :detailed: -# cue +.. cue .. # cueclient is not in global-requirements .. # list-plugins:: openstack.mb.v1 .. # :detailed: -# designate +designate +--------- + .. list-plugins:: openstack.dns.v1 :detailed: -# gnocchi +.. gnocchi .. # gnocchiclient is not in global-requirements .. # list-plugins:: openstack.metric.v1 .. # :detailed: -# heat +heat +---- + .. list-plugins:: openstack.orchestration.v1 :detailed: -# ironic +ironic +------ + .. list-plugins:: openstack.baremetal.v1 :detailed: -# ironic-inspector +ironic-inspector +---------------- + .. list-plugins:: openstack.baremetal_introspection.v1 :detailed: -# mistral +mistral +------- + .. list-plugins:: openstack.workflow_engine.v2 :detailed: -# murano +murano +------ + .. list-plugins:: openstack.application_catalog.v1 :detailed: -# neutron +neutron +------- + .. list-plugins:: openstack.neutronclient.v2 :detailed: -# sahara +sahara +------ + .. list-plugins:: openstack.data_processing.v1 :detailed: -# searchlight +searchlight +----------- + .. list-plugins:: openstack.search.v1 :detailed: -# senlin +senlin +------ + .. list-plugins:: openstack.clustering.v1 :detailed: -# tripleo +.. tripleo .. # tripleoclient is not in global-requirements .. # list-plugins:: openstack.tripleoclient.v1 .. # :detailed: -# watcher +.. watcher .. # watcherclient is not in global-requirements .. # list-plugins:: openstack.infra_optim.v1 .. # :detailed: -# zaqar +zaqar +----- + .. list-plugins:: openstack.messaging.v1 :detailed: -.. _CLI_Ref: http://docs.openstack.org/cli-reference/openstack.html
\ No newline at end of file +.. _CLI_Ref: http://docs.openstack.org/cli-reference/openstack.html |
