diff options
| author | Zuul <zuul@review.opendev.org> | 2019-10-22 21:43:04 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-10-22 21:43:04 +0000 |
| commit | aeb094e76596af779393a21d4dc0494027729fa3 (patch) | |
| tree | b3a27964a4d1e5182dfcb01f92f43fd691b53e19 | |
| parent | 77b5e9da35f0c24d2c097903193c8962edeed3ef (diff) | |
| parent | fcae62841f9a0ddc70a7e5be5202eea379378d70 (diff) | |
| download | python-openstackclient-aeb094e76596af779393a21d4dc0494027729fa3.tar.gz | |
Merge "Link to (some) plugin doc pages"
| -rw-r--r-- | doc/source/cli/plugin-commands/octavia.rst | 3 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/watcher.rst | 3 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/zun.rst | 3 | ||||
| -rw-r--r-- | doc/source/conf.py | 6 |
4 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/cli/plugin-commands/octavia.rst b/doc/source/cli/plugin-commands/octavia.rst index fb48f0ac..ce6259dd 100644 --- a/doc/source/cli/plugin-commands/octavia.rst +++ b/doc/source/cli/plugin-commands/octavia.rst @@ -3,5 +3,8 @@ 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: diff --git a/doc/source/cli/plugin-commands/watcher.rst b/doc/source/cli/plugin-commands/watcher.rst index 7f9afbdc..c888d3a1 100644 --- a/doc/source/cli/plugin-commands/watcher.rst +++ b/doc/source/cli/plugin-commands/watcher.rst @@ -3,5 +3,8 @@ 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: diff --git a/doc/source/cli/plugin-commands/zun.rst b/doc/source/cli/plugin-commands/zun.rst index 40480e70..69f4f62c 100644 --- a/doc/source/cli/plugin-commands/zun.rst +++ b/doc/source/cli/plugin-commands/zun.rst @@ -3,5 +3,8 @@ 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: diff --git a/doc/source/conf.py b/doc/source/conf.py index 45045002..92febda4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -34,6 +34,12 @@ extensions = ['sphinx.ext.autodoc', repository_name = 'openstack/python-openstackclient' use_storyboard = True +openstack_projects = [ + 'python-octaviaclient', + 'python-watcherclient', + 'python-zunclient', +] + # Add any paths that contain templates here, relative to this directory. #templates_path = ['_templates'] |
