Skip to content

Commit aeb094e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Link to (some) plugin doc pages"
2 parents 77b5e9d + fcae628 commit aeb094e

4 files changed

Lines changed: 15 additions & 0 deletions

File tree

doc/source/cli/plugin-commands/octavia.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ octavia
33

44
.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed
55
6+
For more details, see the :python-octaviaclient-doc:`python-octaviaclient
7+
plugin documentation </cli/index>`.
8+
69
.. list-plugins:: openstack.load_balancer.v2
710
:detailed:

doc/source/cli/plugin-commands/watcher.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ watcher
33

44
.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed
55
6+
For more details, see the :python-watcherclient-doc:`python-watcherclient
7+
plugin documentation </cli/openstack_cli>`.
8+
69
.. list-plugins:: openstack.infra_optim.v1
710
:detailed:

doc/source/cli/plugin-commands/zun.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ zun
33

44
.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed
55
6+
For more details, see the :python-zunclient-doc:`python-zunclient plugin
7+
documentation </cli/command-list>`.
8+
69
.. list-plugins:: openstack.container.v1
710
:detailed:

doc/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
repository_name = 'openstack/python-openstackclient'
3535
use_storyboard = True
3636

37+
openstack_projects = [
38+
'python-octaviaclient',
39+
'python-watcherclient',
40+
'python-zunclient',
41+
]
42+
3743
# Add any paths that contain templates here, relative to this directory.
3844
#templates_path = ['_templates']
3945

0 commit comments

Comments
 (0)