Produce complete content for plugin docs
Plugin documentation previously used ``.. list-plugins::`` for each plugin command, which just produced the summary line. This might be useful if there were also a link to the complete (per-project) docs for the commands; but since we have the content available, we might as well produce the complete plugin docs inline. That's going to be most useful to a reader anyway. So this commit switches from ``list-plugins`` to ``autoprogram-cliff`` -- except for the following, whose docs break the build when this is done: - octavia - rsd - trove - zun These fixups are tracked under task #37241 under this same story. Change-Id: I2f17e203fe3da92a709884c9052c8e39ff87f4c8 Story: #1735016 Task: #37240
This commit is contained in:
parent
85c83530ee
commit
3fd63c0021
@ -1,5 +1,4 @@
|
||||
aodh
|
||||
----
|
||||
|
||||
.. list-plugins:: openstack.alarming.v2
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.alarming.v2
|
||||
|
@ -1,5 +1,4 @@
|
||||
barbican
|
||||
--------
|
||||
|
||||
.. list-plugins:: openstack.key_manager.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.key_manager.v1
|
||||
|
@ -1,5 +1,4 @@
|
||||
congress
|
||||
--------
|
||||
|
||||
.. list-plugins:: openstack.congressclient.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.congressclient.v1
|
||||
|
@ -1,5 +1,4 @@
|
||||
designate
|
||||
---------
|
||||
|
||||
.. list-plugins:: openstack.dns.v2
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.dns.v2
|
||||
|
@ -1,5 +1,4 @@
|
||||
gnocchi
|
||||
-------
|
||||
|
||||
.. list-plugins:: openstack.metric.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.metric.v1
|
||||
|
@ -1,5 +1,4 @@
|
||||
heat
|
||||
----
|
||||
|
||||
.. list-plugins:: openstack.orchestration.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.orchestration.v1
|
||||
|
@ -1,5 +1,4 @@
|
||||
ironic-inspector
|
||||
----------------
|
||||
|
||||
.. list-plugins:: openstack.baremetal_introspection.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.baremetal_introspection.v1
|
||||
|
@ -1,5 +1,4 @@
|
||||
ironic
|
||||
------
|
||||
|
||||
.. list-plugins:: openstack.baremetal.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.baremetal.v1
|
||||
|
@ -1,5 +1,4 @@
|
||||
karbor
|
||||
------
|
||||
|
||||
.. list-plugins:: openstack.data_protection.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.data_protection.v1
|
||||
|
@ -1,5 +1,4 @@
|
||||
mistral
|
||||
-------
|
||||
|
||||
.. list-plugins:: openstack.workflow_engine.v2
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.workflow_engine.v2
|
||||
|
@ -1,5 +1,4 @@
|
||||
neutron
|
||||
-------
|
||||
|
||||
.. list-plugins:: openstack.neutronclient.v2
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.neutronclient.v2
|
||||
|
@ -1,5 +1,7 @@
|
||||
octavia
|
||||
-------
|
||||
|
||||
.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed
|
||||
|
||||
.. list-plugins:: openstack.load_balancer.v2
|
||||
:detailed:
|
||||
|
@ -1,5 +1,4 @@
|
||||
placement
|
||||
---------
|
||||
|
||||
.. list-plugins:: openstack.placement.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.placement.v1
|
||||
|
@ -1,5 +1,7 @@
|
||||
rsd
|
||||
---
|
||||
|
||||
.. TODO(efried): Cut over to autoprogram-cliff once rsd plugin docs build
|
||||
|
||||
.. list-plugins:: openstack.rsd.v1
|
||||
:detailed:
|
||||
|
@ -1,5 +1,4 @@
|
||||
sahara
|
||||
------
|
||||
|
||||
.. list-plugins:: openstack.data_processing.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.data_processing.v1
|
||||
|
@ -1,5 +1,4 @@
|
||||
searchlight
|
||||
-----------
|
||||
|
||||
.. list-plugins:: openstack.search.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.search.v1
|
||||
|
@ -1,5 +1,4 @@
|
||||
senlin
|
||||
------
|
||||
|
||||
.. list-plugins:: openstack.clustering.v1
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.clustering.v1
|
||||
|
@ -1,5 +1,7 @@
|
||||
trove
|
||||
-----
|
||||
|
||||
.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed
|
||||
|
||||
.. list-plugins:: openstack.database.v1
|
||||
:detailed:
|
||||
|
@ -1,5 +1,4 @@
|
||||
zaqar
|
||||
-----
|
||||
|
||||
.. list-plugins:: openstack.messaging.v2
|
||||
:detailed:
|
||||
.. autoprogram-cliff:: openstack.messaging.v2
|
||||
|
@ -1,5 +1,7 @@
|
||||
zun
|
||||
---
|
||||
|
||||
.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed
|
||||
|
||||
.. list-plugins:: openstack.container.v1
|
||||
:detailed:
|
||||
|
Loading…
x
Reference in New Issue
Block a user