Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | quick and dirty module doc updates (#18944)devel_dasmerge | Matt Davis | 2016-12-07 | 1 | -19/+10 |
| | | | clean up core/extras, plumb in basic metadata display | ||||
* | add metadata to doc support (#18802) | Matt Davis | 2016-12-07 | 1 | -1/+1 |
| | | | | fix broken module docs change doc AST id extraction to use == instead of in | ||||
* | fix docs on related to remove of core/extras | Adrian Likins | 2016-12-06 | 1 | -2/+4 |
| | |||||
* | Move uses of to_bytes, to_text, to_native to use the module_utils version ↵ | Toshio Kuratomi | 2016-09-06 | 1 | -2/+3 |
| | | | | | | | | (#17423) We couldn't copy to_unicode, to_bytes, to_str into module_utils because of licensing. So once created it we had two sets of functions that did the same things but had different implementations. To remedy that, this change removes the ansible.utils.unicode versions of those functions. | ||||
* | Make 'required' optional in module docs (#15906) | Matt Davis | 2016-05-18 | 1 | -2/+4 |
| | | | Updated module dev docs, doc build, ansible-doc to match | ||||
* | typo fix | Brian Coca | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | enforce required 'required' in docs | Brian Coca | 2016-05-05 | 1 | -0/+2 |
| | |||||
* | Fixes to the documentation build (#15356) | Toshio Kuratomi | 2016-04-11 | 1 | -80/+98 |
| | | | | | | | | | | | | | | | | * Could only have one alias before. Subsequent aliases overrode the previous ones. Now multiple aliases work. * Fix BLACKLISTED_MODULES. Previously, modules were listed in the generated documentation despite being blacklisted * Deprecated modules form extras were showing the (E) tag and not the (D) tag. Reversed that now (Probably not necessary to also show the E tag). * Sort the deprecated modules alphabetically in the Category docs as well as the list of all modules * Optimization: Previously rendered the modules to rst twice once in all group and once in individual categories. Fixed to only render them once. * Add fireball to blacklist and remove async_status (as people need to use that). | ||||
* | now check for description and listify if needed | Brian Coca | 2016-02-08 | 1 | -6/+5 |
| | | | | fixes #14371 | ||||
* | Handle utf-8 in module short desc | Toshio Kuratomi | 2016-02-02 | 1 | -1/+2 |
| | |||||
* | Make "make webdocs" compatible with Python 3 | Jeremy Audet | 2015-12-08 | 1 | -2/+2 |
| | | | | | | The `webdocs` make target fails under Python 3. It fails due to a variety of syntax errors, such as the use of `except Foo, e` and `print 'foo'`. Fix #13463 by making code compatible with both Python 2 and 3. | ||||
* | added a skip for the test dir in module repos | Brian Coca | 2015-10-27 | 1 | -0/+4 |
| | |||||
* | better error catching for doc build | Brian Coca | 2015-10-13 | 1 | -1/+5 |
| | |||||
* | Replace .iteritems() with six.iteritems() | Marius Gedminas | 2015-09-03 | 1 | -1/+2 |
| | | | | | | | Replace .iteritems() with six.iteritems() everywhere except in module_utils (because there's no 'six' on the remote host). And except in lib/ansible/galaxy/data/metadata_template.j2, because I'm not sure six is available there. | ||||
* | Change to python3 syntax | Kevin Houdebert | 2015-08-31 | 1 | -6/+7 |
| | |||||
* | removed debug stuff | Brian Coca | 2015-07-28 | 1 | -2/+0 |
| | |||||
* | better handling for weird doc corner cases (abscense of options, bad text ↵ | Brian Coca | 2015-07-28 | 1 | -8/+17 |
| | | | | | | objects, etc) also updated extras to get some docfixes on the module side | ||||
* | just remove version_added when to old, not the whole option! | Brian Coca | 2015-07-20 | 1 | -1/+0 |
| | |||||
* | minor doc reformatting | Brian Coca | 2015-07-17 | 1 | -9/+20 |
| | | | | | | | | | | now version_added < 1.3 does not get shown, up from 1.0 option's version_added is also now filterd against this threshold module version_added is more prominent exaples now uses pure rst instead of intermingled with html formatting aliases now shown in description for options bad version fields now throw warnings instead of exceptions ansible-doc errors now show traceback in very very verbose mode, for easier debugging | ||||
* | docs will not mention versions older than 1.5 | Brian Coca | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v2_final' into devel_switch_v2 | James Cammarata | 2015-05-28 | 1 | -7/+8 |
|\ | | | | | | | | | | | | | | | Conflicts: lib/ansible/inventory/__init__.py lib/ansible/modules/core lib/ansible/utils/__init__.py lib/ansible/utils/module_docs.py | ||||
| * | Fixing up the hacking module_formatter code for v2 | Florian Apolloner | 2015-05-23 | 1 | -7/+8 |
| | | |||||
* | | Make module formatting into links to the other module docs | Toshio Kuratomi | 2015-05-05 | 1 | -1/+1 |
|/ | |||||
* | added module returnval documentation to web docs | Brian Coca | 2015-03-20 | 1 | -1/+4 |
| | |||||
* | Added return values documentation to modules | Brian Coca | 2015-03-20 | 1 | -0/+1 |
| | |||||
* | Merge pull request #9666 from follower/patch-8 | Brian Coca | 2015-02-26 | 1 | -1/+1 |
|\ | | | | | Correct typo of "actively" (Attempt #2) | ||||
| * | Correct typo of "actively" (Attempt #2) | follower | 2014-11-29 | 1 | -1/+1 |
| | | |||||
* | | now module_formatter handles new expanded return values from the module_docs ↵ | Brian Coca | 2015-02-19 | 1 | -1/+1 |
|/ | | | | (still does not thing with new return value docs) | ||||
* | Fix misspelled "necessarily" | follower | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | fixed issue with subclasses across the repos clobbering each other, they | Brian Coca | 2014-11-04 | 1 | -1/+1 |
| | | | | now merge | ||||
* | added blank line before section to avoid sphinx warnings | Brian Coca | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Clarify module list footer. | Michael DeHaan | 2014-11-04 | 1 | -2/+3 |
| | |||||
* | subcategories are now Title case and _ gets changed to a space | Brian Coca | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | now correctly flags and sorts subcategory modules | Brian Coca | 2014-11-03 | 1 | -7/+19 |
| | |||||
* | now displays subcategories correctly | Brian Coca | 2014-11-03 | 1 | -29/+72 |
| | |||||
* | now doc generation does not ignore subdirs of cloud | Brian Coca | 2014-11-03 | 1 | -2/+4 |
| | |||||
* | now correctly processes modules when in subdirs of cloud | Brian Coca | 2014-11-01 | 1 | -3/+4 |
| | |||||
* | corrected text/flag | Brian Coca | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Added note explaning the module tagging | Brian Coca | 2014-10-31 | 1 | -0/+5 |
| | |||||
* | Now adds flags for non core and deprecated modules in listing | Brian Coca | 2014-10-31 | 1 | -28/+49 |
| | |||||
* | now docs handle deprecated modules but still ignore aliases | Brian Coca | 2014-10-30 | 1 | -2/+10 |
| | |||||
* | Created Deprecated module category that only appears when there is | Brian Coca | 2014-10-30 | 1 | -6/+11 |
| | | | | something to show | ||||
* | module formatter skips modules with leading underscore to avoid | Brian Coca | 2014-10-28 | 1 | -0/+3 |
| | | | | | documenting them. Soon will be patched to recognize them as either deprecated or an alias | ||||
* | Docsite formatting | Michael DeHaan | 2014-09-26 | 1 | -2/+1 |
| | |||||
* | Some various comments about the new repos, more to likely come. | Michael DeHaan | 2014-09-26 | 1 | -0/+8 |
| | |||||
* | Updating the module formatter to deal with the new repo structure. | Michael DeHaan | 2014-09-26 | 1 | -6/+11 |
| | |||||
* | Docsite things. | Michael DeHaan | 2014-06-19 | 1 | -0/+6 |
| | |||||
* | Micro-optimization: replace s.find(x)!=-1 with x in s | Cristian Ciupitu | 2014-03-16 | 1 | -1/+1 |
| | | | | | timeit shows a speedup of ~3x on Python 2.7.5 x86_64. It also makes the code a bit shorter. | ||||
* | Remove obsolete module development docs | Lukáš Lalinský | 2014-02-22 | 1 | -1/+1 |
| | |||||
* | Add an "all" category so all modules show up uncategorized there. | Michael DeHaan | 2014-01-02 | 1 | -1/+2 |
| |