diff options
| author | Eric Fried <openstack@fried.cc> | 2019-10-21 17:31:04 -0500 |
|---|---|---|
| committer | Eric Fried <openstack@fried.cc> | 2019-10-21 17:45:35 -0500 |
| commit | 3fd63c0021d5ddddfb0ecce5d5f38799bcb13661 (patch) | |
| tree | a5d01ded95e043eacedb39e229620e525882525e /doc/source/cli/plugin-commands/rsd.rst | |
| parent | 85c83530ee63e1c66bc132d4b0c97d7f2b077ee8 (diff) | |
| download | python-openstackclient-3fd63c0021d5ddddfb0ecce5d5f38799bcb13661.tar.gz | |
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
Diffstat (limited to 'doc/source/cli/plugin-commands/rsd.rst')
| -rw-r--r-- | doc/source/cli/plugin-commands/rsd.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/cli/plugin-commands/rsd.rst b/doc/source/cli/plugin-commands/rsd.rst index d7962014..9436c5ae 100644 --- a/doc/source/cli/plugin-commands/rsd.rst +++ b/doc/source/cli/plugin-commands/rsd.rst @@ -1,5 +1,7 @@ rsd --- +.. TODO(efried): Cut over to autoprogram-cliff once rsd plugin docs build + .. list-plugins:: openstack.rsd.v1 :detailed: |
