summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/module_docs.py
Commit message (Expand)AuthorAgeFilesLines
* Enable documentation in pluginsBrian Coca2017-03-231-147/+0
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-18/+10
* PEP8 E712 fixes (#21916)Matt Martz2017-02-241-1/+1
* Remove unnecessary shebangs and execute bits.Matt Clay2017-02-221-1/+0
* DOC options must be a dict when used with extends_documentation_fragment (#21...Matt Martz2017-02-211-1/+1
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* parse yaml metadata and more info on fragment errBrian Coca2017-01-181-4/+8
* Add --all option to ansible-doc.Matt Clay2016-12-121-1/+0
* Remove remnants of obsolete fireball mode.Matt Clay2016-12-091-1/+0
* add metadata to doc support (#18802)Matt Davis2016-12-081-4/+24
* Performance improvement using in-operator on dictsDag Wieers2016-11-171-1/+1
* Python 3 fixes for ansible-doc.Matt Clay2016-11-031-3/+3
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-2/+4
* Fixes to the documentation build (#15356)Toshio Kuratomi2016-04-111-3/+5
* Changes to convert to unicode at the bordersToshio Kuratomi2016-01-281-3/+3
* Fix unsupported format characterThilo Uttendorfer2015-12-311-1/+1
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-0/+4
* galaxy updatesBrian Coca2015-10-051-0/+2
* Support print as a functionMarius Gedminas2015-08-271-0/+0
* ported module_docs to use displayBrian Coca2015-08-271-4/+10
* optimized module docsBrian Coca2015-07-271-48/+54
* fragments can now be a listBrian Coca2015-07-141-9/+11
* added missing imports to doc moduleBrian Coca2015-06-031-1/+1
* Import missing MutableMapping classMatt Martz2015-06-031-0/+1
* Merge branch 'v2_final' into devel_switch_v2James Cammarata2015-05-281-4/+2
|\
| * Making the switch to v2James Cammarata2015-05-031-2/+2
* | Fix extending non-dict types from doc fragmentsToshio Kuratomi2015-05-041-1/+10
|/
* ansible-doc now shows return value docsBrian Coca2015-02-191-1/+5
* Resolve option conflict differently.Michael DeHaan2014-08-051-3/+1
* (A) Fix a bug in the doc generator that was clobbering the force parameter fo...Michael DeHaan2014-08-051-1/+3
* Fixes #6894 add missing file and remove debug lineJames Tanner2014-04-081-1/+0
* Fixes #6894 create docs fragment for filesJames Tanner2014-04-081-1/+1
* Use common file argument system previously implemented by @sivel for rax modu...Michael DeHaan2014-04-031-2/+11
* Use PluginLoader for module docs fragmentsMatt Martz2014-04-031-6/+19
* Add support for shared module documentation fragmentsMatt Martz2014-04-031-0/+20
* Don't need to document these guys.Michael DeHaan2014-01-021-1/+1
* fixed x-bits in gittrbs2013-06-161-0/+0
* Some formatting fixes so docs will build, etc.Michael DeHaan2013-05-291-0/+1
* more places to use yaml.safe_loadMichael DeHaan2013-02-231-1/+1
* Add support for additional EXAMPLES string in Ansible modulesJan-Piet Mens2013-02-181-3/+9
* Fixup ec2_facts docs parsingMichael DeHaan2013-01-261-1/+0
* CLI: ansible-doc shows lists of modules & module docs on command-lineJan-Piet Mens2012-11-301-2/+3
* Move get_docstring from module_formatter into ansible/utilsJan-Piet Mens2012-11-091-0/+50