summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/doc.py
Commit message (Expand)AuthorAgeFilesLines
* show keyword documentation in ansible-doc (#72476)Brian Coca2020-11-091-84/+178
* rethink wording (#70028)Brian Coca2020-10-301-3/+3
* ansible-doc: export has_action when --json is used (#72359)Felix Fontein2020-10-301-14/+15
* ansible-doc: show correct plugin name (#71966)Felix Fontein2020-09-281-3/+3
* Update ansible doc formats (#71070)Toshio Kuratomi2020-08-051-0/+26
* plugin loader: return collection name; ansible-doc: handle ansible.builtin co...Felix Fontein2020-07-111-19/+17
* ansible-doc: include collection name in text output (#70401)Felix Fontein2020-07-101-9/+12
* ansible-doc man formatter: fail with better error message when description is...Felix Fontein2020-07-061-0/+2
* ansible-doc: avoid problems with YAML anchors when formatting man page (#70045)Felix Fontein2020-06-301-2/+6
* Plugin/module docs: parse return values, add collection names in them (versio...Felix Fontein2020-06-111-15/+8
* Support `removed_at_date` in ansible-doc (#70002)Nilashish Chakraborty2020-06-111-3/+8
* Deprecation revisited (#69926)Felix Fontein2020-06-091-2/+14
* ansible-doc: properly handle suboptions (#69795)Felix Fontein2020-06-081-10/+13
* starting metadata sunset (#69454)Brian Coca2020-06-041-133/+61
* Fix return value interpretation of PluginLoader.find_plugin_with_context(). (...Felix Fontein2020-05-291-1/+1
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-7/+20
* collection routing (#67684)Matt Davis2020-05-261-4/+5
* fix a-doc listing plugins and add tests (#68600)Brian Coca2020-04-301-9/+16
* add collection plugin listing to ansible-doc (#68522)Brian Coca2020-03-311-40/+63
* Revert "ansilbe-doc list collections plugins (#67928)"Matt Clay2020-03-281-21/+2
* ansilbe-doc list collections plugins (#67928)Brian Coca2020-03-271-2/+21
* doc: Handle exception in parsing parameter description (#60933)Abhijeet Kasurde2019-11-121-1/+5
* WIP - Fix ansible-doc bugs and add integration tests. (#62461)Matt Clay2019-09-171-58/+90
* Fix ansible-doc traceback and sanity test. (#62040)Matt Clay2019-09-101-1/+4
* point at corresponding version (#59200)Brian Coca2019-07-251-13/+6
* Add JSON output option to ansible-doc (#58209)Brian Coca2019-07-031-120/+139
* Enable adjacent collections for ansible-doc (#57764)Brian Coca2019-06-121-2/+7
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-16/+15
* Remove unused internal -a argument and functionality (#52602)Matt Martz2019-02-191-10/+2
* ansible-doc: fix traceback when passing `-a` arg (#52036)Martin Krizek2019-02-191-1/+5
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-031-1/+1
* Cleanups and fixes to cliToshio Kuratomi2019-01-031-60/+79
* Split up the base_parser functionToshio Kuratomi2019-01-031-3/+3
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-25/+30
* Docs: Add a "seealso" section to the module docs (#45949)Dag Wieers2018-12-121-15/+42
* fixes to ansible-doc (#47682)Brian Coca2018-12-101-9/+9
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-091-1/+1
* ansible-doc: list types of plugin available (#47055)Abhijeet Kasurde2018-11-061-1/+2
* Update ansible-doc for invariants in the metadata/plugin_doc apiToshio Kuratomi2018-10-311-15/+10
* Fix from sivel for ansible-docToshio Kuratomi2018-10-251-4/+6
* Adoc fixes (#47137)Brian Coca2018-10-171-30/+22
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-2/+1
* Fix ansible-doc and docsite generation for removed modulesToshio Kuratomi2018-08-241-9/+32
* use faster method to get short_description from DOCUMENTATION (#42705)Eric Rinish2018-07-271-4/+4
* doc fixBrian Coca2018-06-211-0/+2
* fix truncated list functions in ansible-doc (#41281)Matt Davis2018-06-071-2/+2
* fix ansible-doc regression from missing plugins (#41167)Matt Davis2018-06-061-1/+4
* adds ansible-doc JSON plugin data dumpMatt Davis2018-06-041-75/+140
* add keywords handling to ansible-docBrian Coca2018-05-231-6/+8