Skip to content

Commit 85c8353

Browse files
author
Eric Fried
committed
Split plugin docs per project
Once [1] fixed plugin doc generation, the (single) page it produced was unusably huge. This commit splits it into one page per project. Note that there are four plugin projects that didn't have sections included: - cue - murano - tripleo - watcher These were noted in hidden rst which is preserved in the (new) index page. [1] Id9be39971110fd2eb4519a0582c9bf2514cdcacd Change-Id: I0214ddb00a5a292a46d7cfb539d6dcc540fdae79 Story: #1735016 Task: #37239
1 parent 8cdc734 commit 85c8353

24 files changed

+153
-147
lines changed

doc/source/_extra/.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ redirectmatch 301 ^/python-openstackclient/([^/]+)/command-wrappers.html$ /pytho
2020
redirectmatch 301 ^/python-openstackclient/([^/]+)/developing.html$ /python-openstackclient/$1/contributor/developing.html
2121
redirectmatch 301 ^/python-openstackclient/([^/]+)/humaninterfaceguide.html$ /python-openstackclient/$1/contributor/humaninterfaceguide.html
2222
redirectmatch 301 ^/python-openstackclient/([^/]+)/plugins.html$ /python-openstackclient/$1/contributor/plugins.html
23+
redirectmatch 301 ^/python-openstackclient/([^/]+)/cli/plugin-commands.html$ /python-openstackclient/$1/cli/plugin-commands/index.html

doc/source/cli/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Manual Page <man/openstack>
99
command-list
1010
commands
11-
plugin-commands
11+
plugin-commands/index
1212
authentication
1313
interactive
1414
decoder

doc/source/cli/plugin-commands.rst

Lines changed: 0 additions & 146 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
aodh
2+
----
3+
4+
.. list-plugins:: openstack.alarming.v2
5+
:detailed:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
barbican
2+
--------
3+
4+
.. list-plugins:: openstack.key_manager.v1
5+
:detailed:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
congress
2+
--------
3+
4+
.. list-plugins:: openstack.congressclient.v1
5+
:detailed:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
designate
2+
---------
3+
4+
.. list-plugins:: openstack.dns.v2
5+
:detailed:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
gnocchi
2+
-------
3+
4+
.. list-plugins:: openstack.metric.v1
5+
:detailed:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
heat
2+
----
3+
4+
.. list-plugins:: openstack.orchestration.v1
5+
:detailed:
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
.. _plugin-commands:
2+
3+
===============
4+
Plugin Commands
5+
===============
6+
7+
.. toctree::
8+
:maxdepth: 1
9+
10+
aodh
11+
barbican
12+
congress
13+
designate
14+
gnocchi
15+
heat
16+
ironic
17+
ironic-inspector
18+
karbor
19+
mistral
20+
neutron
21+
octavia
22+
placement
23+
rsd
24+
sahara
25+
searchlight
26+
senlin
27+
trove
28+
zaqar
29+
zun
30+
31+
.. TODO(efried): Make pages for the following once they're fixed.
32+
33+
.. cue
34+
.. # cueclient is not in global-requirements
35+
.. # list-plugins:: openstack.mb.v1
36+
.. # :detailed:
37+
38+
.. murano
39+
.. # the murano docs cause warnings and a broken docs build
40+
.. # .. list-plugins:: openstack.application_catalog.v1
41+
.. # :detailed:
42+
43+
.. tripleo
44+
.. # tripleoclient is not in global-requirements
45+
.. # list-plugins:: openstack.tripleoclient.v1
46+
.. # :detailed:
47+
48+
.. watcher
49+
.. # watcherclient is not in global-requirements
50+
.. # list-plugins:: openstack.infra_optim.v1
51+
.. # :detailed:

0 commit comments

Comments
 (0)