summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/plugin_docs.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* fix typo in plugin_docs.py (#80195)Ikko Eltociear Ashimine2023-03-161-1/+1
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-011-7/+20
* Remove unused code. (#78499)Matt Clay2022-08-111-3/+0
* Minor typo fix (#77804)Mark Chappell2022-05-161-1/+1
* More information on doc parsing errors (#77685)Brian Coca2022-05-131-28/+27
* expand ansible-doc coverage (#74963)Brian Coca2022-04-271-20/+125
* Plugin/module docs: parse return values, add collection names in them (versio...Felix Fontein2020-06-111-2/+2
* starting metadata sunset (#69454)Brian Coca2020-06-041-27/+12
* Fix metadata defaultsToshio Kuratomi2020-05-051-3/+10
* Close file after using it (#59000)Ewoud Kohl van Wijngaarden2019-07-161-19/+19
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Docs: Add a "seealso" section to the module docs (#45949)Dag Wieers2018-12-121-3/+3
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Set the default metadataToshio Kuratomi2018-10-311-1/+5
* An earlier optimization of ansible-doc -l caused failures. (#47012)Toshio Kuratomi2018-10-171-8/+19
* Reduce noise in warnings from ansible (#40754)Eitan Adler2018-10-091-2/+2
* Docs: Keep the module index clean (#46155)Dag Wieers2018-09-271-1/+2
* Fix ansible-doc and docsite generation for removed modulesToshio Kuratomi2018-08-241-30/+16
* use faster method to get short_description from DOCUMENTATION (#42705)Eric Rinish2018-07-271-0/+40
* Fix encoding issue when parsing plugin examplesToshio Kuratomi2018-05-081-1/+2
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-43/+20
* metadata change was lost in conflict resolution.Toshio Kuratomi2017-08-151-3/+24
* Ansible Config part2 (#27448)Brian Coca2017-08-151-0/+83