diff options
| author | Eric Fried <openstack@fried.cc> | 2019-10-22 14:18:51 -0500 |
|---|---|---|
| committer | Eric Fried <openstack@fried.cc> | 2019-10-28 14:05:37 -0500 |
| commit | 977b0c8591e40d3f59bbc1af9adc75f2c2edb694 (patch) | |
| tree | 1bb877225188cd94633add5b380f395bd0ef1e14 /doc/source/cli | |
| parent | fcae62841f9a0ddc70a7e5be5202eea379378d70 (diff) | |
| download | python-openstackclient-977b0c8591e40d3f59bbc1af9adc75f2c2edb694.tar.gz | |
Use autoprogram-cliff for remaining plugin docs
Sphinx errors have been fixed in the plugin projects for octavia, rsd,
trove, watcher, and zun, so we can now use autoprogram-cliff to generate
the docs for those.
Change-Id: Ia7790c5e86957afd0aec8f9a04ffc7aa968b4eeb
Story: #1735016
Task: #37241
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/plugin-commands/octavia.rst | 8 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/rsd.rst | 5 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/trove.rst | 5 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/watcher.rst | 8 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/zun.rst | 8 |
5 files changed, 5 insertions, 29 deletions
diff --git a/doc/source/cli/plugin-commands/octavia.rst b/doc/source/cli/plugin-commands/octavia.rst index ce6259dd..640af1ac 100644 --- a/doc/source/cli/plugin-commands/octavia.rst +++ b/doc/source/cli/plugin-commands/octavia.rst @@ -1,10 +1,4 @@ octavia ------- -.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed - -For more details, see the :python-octaviaclient-doc:`python-octaviaclient -plugin documentation </cli/index>`. - -.. list-plugins:: openstack.load_balancer.v2 - :detailed: +.. autoprogram-cliff:: openstack.load_balancer.v2 diff --git a/doc/source/cli/plugin-commands/rsd.rst b/doc/source/cli/plugin-commands/rsd.rst index 9436c5ae..d28cea31 100644 --- a/doc/source/cli/plugin-commands/rsd.rst +++ b/doc/source/cli/plugin-commands/rsd.rst @@ -1,7 +1,4 @@ rsd --- -.. TODO(efried): Cut over to autoprogram-cliff once rsd plugin docs build - -.. list-plugins:: openstack.rsd.v1 - :detailed: +.. autoprogram-cliff:: openstack.rsd.v2 diff --git a/doc/source/cli/plugin-commands/trove.rst b/doc/source/cli/plugin-commands/trove.rst index 75da2272..43560d4e 100644 --- a/doc/source/cli/plugin-commands/trove.rst +++ b/doc/source/cli/plugin-commands/trove.rst @@ -1,7 +1,4 @@ trove ----- -.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed - -.. list-plugins:: openstack.database.v1 - :detailed: +.. autoprogram-cliff:: openstack.database.v1 diff --git a/doc/source/cli/plugin-commands/watcher.rst b/doc/source/cli/plugin-commands/watcher.rst index c888d3a1..9cf6dfee 100644 --- a/doc/source/cli/plugin-commands/watcher.rst +++ b/doc/source/cli/plugin-commands/watcher.rst @@ -1,10 +1,4 @@ watcher ------- -.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed - -For more details, see the :python-watcherclient-doc:`python-watcherclient -plugin documentation </cli/openstack_cli>`. - -.. list-plugins:: openstack.infra_optim.v1 - :detailed: +.. autoprogram-cliff:: openstack.infra_optim.v1 diff --git a/doc/source/cli/plugin-commands/zun.rst b/doc/source/cli/plugin-commands/zun.rst index 69f4f62c..17baac55 100644 --- a/doc/source/cli/plugin-commands/zun.rst +++ b/doc/source/cli/plugin-commands/zun.rst @@ -1,10 +1,4 @@ zun --- -.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed - -For more details, see the :python-zunclient-doc:`python-zunclient plugin -documentation </cli/command-list>`. - -.. list-plugins:: openstack.container.v1 - :detailed: +.. autoprogram-cliff:: openstack.container.v1 |
