ceph/doc/_ext
Kefu Chai fbbe4474ac doc/_ext: parse prefix and args for command signature
unlike the commands defined by C++, the commands defined by python
now uses "prefix" and "args" properties of elements in COMMAND class
attribute to define their command and arguments. the "cmd" property is
still available for the ceph CLI.

but the ceph_command sphinx extension should now use "prefix" and "args"
for printing out the usage of commands implemented using python. in
this change, the extension is updated to read "prefix" and "args"
properties of command defined by python modules.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-01-15 17:25:27 +08:00
..
ceph_commands.py doc/_ext: parse prefix and args for command signature 2021-01-15 17:25:27 +08:00
ceph_releases.py doc: drop py2 support 2020-07-05 10:58:28 +08:00