summaryrefslogtreecommitdiff
path: root/docs/bin/plugin_formatter.py
Commit message (Expand)AuthorAgeFilesLines
* Move common build code from _build_helpers (#55986)Toshio Kuratomi2019-07-161-815/+0
* Fix error when a deprecated alias of a deprecated module is processed. (#57774)Felix Fontein2019-06-181-0/+2
* Add compat tojson filter for jinja2 versions missing it (#56596)Matt Martz2019-05-171-0/+5
* move too old version to 2.3 (#56540)Sandra McCann2019-05-161-1/+1
* Docs: adding stub page for module/plugin aliases (#54448)Felix Fontein2019-04-161-0/+25
* Use ansible.module_utils.six in inventory scripts (#55000)Sam Doran2019-04-091-1/+1
* plugin_formatter: Check if docs are present for given plugin (#53743)Abhijeet Kasurde2019-03-201-0/+4
* become: Add missing documentation for pfexec, dzdo and machinectl (#53314)Abhijeet Kasurde2019-03-061-1/+6
* Check metadata.status presence (#50416)Abhijeet Kasurde2019-02-121-1/+1
* Modules tocfix (#51077)Sandra McCann2019-01-231-3/+23
* Docs: Show parameter types (in purple) (#49966)Dag Wieers2018-12-201-20/+25
* plugin_formatter.py: Improve the output when processing docs (#46541)Dag Wieers2018-12-181-6/+32
* Remove older version_added information from docs (#50097)Dag Wieers2018-12-181-1/+1
* Docs: Add a "seealso" section to the module docs (#45949)Dag Wieers2018-12-121-1/+2
* plugin_formatter.py: accept multiple template dirs (#49765)Evgeni Golov2018-12-111-1/+3
* WIP: fix build errors due to missing certified_supported label (#46835)Sandra McCann2018-10-141-1/+1
* Docs: Keep the module index clean (#46155)Dag Wieers2018-09-271-1/+1
* Docs: Make docsite rebuilds smarter/faster (#45062)Dag Wieers2018-09-121-2/+3
* Fix ansible-doc and docsite generation for removed modulesToshio Kuratomi2018-08-241-3/+13
* make doc templates not case sensitive for the default value (#41158)Zhikang Zhang2018-08-131-0/+22
* Documentation: show non-string non-iterable defaults for choices (#40212)Felix Fontein2018-06-271-0/+6
* Changes to support building docs with old jinja2Toshio Kuratomi2018-06-251-0/+30
* Make alias autodetection for symlinked modules independent of glob() order. (...Felix Fontein2018-05-241-1/+1
* Fix problems in documentation generation (#40050)Felix Fontein2018-05-151-1/+1
* Fixes for multiline doc descriotions breaking rst formattingToshio Kuratomi2018-04-191-1/+1
* Some more fixes for the docs :ref: disambiguationToshio Kuratomi2018-04-181-0/+1
* regex for finding :ref: labels was flawedToshio Kuratomi2018-04-181-1/+1
* Revert "Add a few Jinja2 tests to simplify template (#37514)"Brian Coca2018-03-201-10/+1
* Add a few Jinja2 tests to simplify template (#37514)Dag Wieers2018-03-201-1/+10
* Support <hr/> in module docs (#37030)John R Barker2018-03-051-0/+3
* Ability to link to other pages from plugin docs (#37009)John R Barker2018-03-051-0/+3
* docs: Workaround for non-string values (#36720)Dag Wieers2018-02-271-1/+4
* Improve parameter required values and ref fix (#36680)Dag Wieers2018-02-241-1/+1
* Fix module references in module docs (#36674)Dag Wieers2018-02-241-10/+10
* docsite: Add 'Edit on GitHub' for module docs (#36667)Dag Wieers2018-02-241-0/+2
* Temporary (#31677)Brian Coca2018-01-151-1/+2
* Moved generated module RSTs to their own directory. (#33966)scottb2017-12-211-3/+3
* Keywords docs (#32807)Toshio Kuratomi2017-11-101-1/+8
* more updates to plugin/config generation (#30787)Brian Coca2017-10-111-80/+82
* fixed typo in if, restore module docsBrian Coca2017-09-241-2/+2
* updated plugin docs (#30490)Brian Coca2017-09-221-21/+22
* fix for make webdocsjborean932017-09-201-1/+1
* Generate plugin rst (#28901)Adrian Likins2017-09-191-29/+131
* Misc docs fixesToshio Kuratomi2017-08-221-4/+33
* Fix plugin_formatter.py -l / MODULES=none make webdocsAdrian Likins2017-08-181-1/+1
* Revamp the plugin_formatter doc generatorToshio Kuratomi2017-08-151-241/+260
* metadata 1.1Toshio Kuratomi2017-08-151-3/+0
* Implement ability to limit module documentation building (#24576)Branko Majic2017-08-041-4/+13
* docs: PEP8 compliance (#24681)Dag Wieers2017-05-301-55/+40
* Support py3 in plugin_formatter.py (#24384)Matt Martz2017-05-131-20/+20