summaryrefslogtreecommitdiff
path: root/bin/ansible-doc
Commit message (Expand)AuthorAgeFilesLines
* Modernize install (#76021)Matt Martz2021-10-191-1/+1
* Making the switch to v2James Cammarata2015-05-031-337/+1
* fix ansible-doc listing with new docstringBrian Coca2015-03-041-1/+1
* ansible-doc now shows return value docsBrian Coca2015-02-191-1/+6
* Use termios instead of stty for compatibilityDagobert Michelsen2015-02-061-1/+6
* ignore VERSION file in ansible-docrpe-github2015-01-221-1/+1
* Use --version to see if less can be executedMichael Scherer2014-12-141-1/+1
* Do not assume that stdin is a ttyMichael Scherer2014-12-141-1/+4
* ansible doc now finds modules recursivelyBrian Coca2014-11-011-19/+29
* avoid modifying module var by just passing the substring to the appendBrian Coca2014-10-301-2/+1
* fixed typo in commentsBrian Coca2014-10-301-1/+1
* removed no unused var that was not cleaned up properllyBrian Coca2014-10-301-1/+1
* removed 'column display' options as there is no code handling thisBrian Coca2014-10-301-5/+0
* Several changes to ansible-docBrian Coca2014-10-291-11/+34
* added the ability to keep aliased and deprecated modules prefixed withBrian Coca2014-10-271-1/+3
* Ignore compiled Python for documentation.Ton Kersten2014-10-261-1/+1
* Merge pull request #7462 from chamill/develMichael DeHaan2014-08-111-5/+5
|\
| * Add spaces between sentences in formatted docs.C. Morgan Hamill2014-07-171-5/+5
* | Ignore powershell implementation files with ansible-doc as documentation live...Michael DeHaan2014-07-281-1/+2
* | include default options. #7938Michael Leer2014-07-011-0/+3
|/
* Only display equals sign in summary for required options.Stefhen Hovland2014-02-141-1/+6
* Ensure option output is sorted.Stefhen Hovland2014-02-141-2/+2
* Merge pull request #4466 from sfromm/ansibleJames Tanner2013-11-131-39/+92
|\
| * Add pager support to ansible-docStephen Fromm2013-10-111-39/+88
* | Fix 'ansible-doc -l' runtime error following commit 4430d0fStoned Elipot2013-10-161-1/+1
|/
* Fix empty requirements specifications in modules documentationStoned Elipot2013-05-161-1/+1
* Add Requirements to rst template, ansible-docJan-Piet Mens2013-05-111-0/+6
* ansible-doc: skip directories (new library/ format)Jan-Piet Mens2013-04-301-0/+2
* Make plugin loader path operations more efficient.Michael DeHaan2013-04-201-2/+12
* Add support for additional EXAMPLES string in Ansible modulesJan-Piet Mens2013-02-181-2/+6
* Removing unused import, 'make pyflakes' is now clean.Michael DeHaan2013-02-171-5/+0
* Fix crontab doc formattingMichael DeHaan2013-02-091-1/+3
* Tweak sysctl docs so they'll web-renderMichael DeHaan2013-01-261-0/+1
* Fixup ec2_facts docs parsingMichael DeHaan2013-01-261-3/+6
* cleanup Example output in ansible-docJan-Piet Mens2012-12-141-2/+4
* print Notes heading only if there are anyJan-Piet Mens2012-12-111-1/+1
* CLI: ansible-doc rebasedJan-Piet Mens2012-12-031-11/+16
* CLI: ansible-doc shows lists of modules & module docs on command-lineJan-Piet Mens2012-11-301-0/+203