summaryrefslogtreecommitdiff
path: root/hacking/module_formatter.py
Commit message (Expand)AuthorAgeFilesLines
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-2/+3
* Make 'required' optional in module docs (#15906)Matt Davis2016-05-181-2/+4
* typo fixBrian Coca2016-05-051-1/+1
* enforce required 'required' in docsBrian Coca2016-05-051-0/+2
* Fixes to the documentation build (#15356)Toshio Kuratomi2016-04-111-80/+98
* now check for description and listify if neededBrian Coca2016-02-081-6/+5
* Handle utf-8 in module short descToshio Kuratomi2016-02-021-1/+2
* Make "make webdocs" compatible with Python 3Jeremy Audet2015-12-081-2/+2
* added a skip for the test dir in module reposBrian Coca2015-10-271-0/+4
* better error catching for doc buildBrian Coca2015-10-131-1/+5
* Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-031-1/+2
* Change to python3 syntaxKevin Houdebert2015-08-311-6/+7
* removed debug stuffBrian Coca2015-07-281-2/+0
* better handling for weird doc corner cases (abscense of options, bad text obj...Brian Coca2015-07-281-8/+17
* just remove version_added when to old, not the whole option!Brian Coca2015-07-201-1/+0
* minor doc reformattingBrian Coca2015-07-171-9/+20
* docs will not mention versions older than 1.5Brian Coca2015-07-171-1/+1
* Merge branch 'v2_final' into devel_switch_v2James Cammarata2015-05-281-7/+8
|\
| * Fixing up the hacking module_formatter code for v2Florian Apolloner2015-05-231-7/+8
* | Make module formatting into links to the other module docsToshio Kuratomi2015-05-051-1/+1
|/
* added module returnval documentation to web docsBrian Coca2015-03-201-1/+4
* Added return values documentation to modulesBrian Coca2015-03-201-0/+1
* Merge pull request #9666 from follower/patch-8Brian Coca2015-02-261-1/+1
|\
| * Correct typo of "actively" (Attempt #2)follower2014-11-291-1/+1
* | now module_formatter handles new expanded return values from the module_docs ...Brian Coca2015-02-191-1/+1
|/
* Fix misspelled "necessarily"follower2014-11-291-1/+1
* fixed issue with subclasses across the repos clobbering each other, theyBrian Coca2014-11-041-1/+1
* added blank line before section to avoid sphinx warningsBrian Coca2014-11-041-1/+1
* Clarify module list footer.Michael DeHaan2014-11-041-2/+3
* subcategories are now Title case and _ gets changed to a spaceBrian Coca2014-11-041-1/+1
* now correctly flags and sorts subcategory modulesBrian Coca2014-11-031-7/+19
* now displays subcategories correctlyBrian Coca2014-11-031-29/+72
* now doc generation does not ignore subdirs of cloudBrian Coca2014-11-031-2/+4
* now correctly processes modules when in subdirs of cloudBrian Coca2014-11-011-3/+4
* corrected text/flagBrian Coca2014-10-311-1/+1
* Added note explaning the module taggingBrian Coca2014-10-311-0/+5
* Now adds flags for non core and deprecated modules in listingBrian Coca2014-10-311-28/+49
* now docs handle deprecated modules but still ignore aliasesBrian Coca2014-10-301-2/+10
* Created Deprecated module category that only appears when there isBrian Coca2014-10-301-6/+11
* module formatter skips modules with leading underscore to avoidBrian Coca2014-10-281-0/+3
* Docsite formattingMichael DeHaan2014-09-261-2/+1
* Some various comments about the new repos, more to likely come.Michael DeHaan2014-09-261-0/+8
* Updating the module formatter to deal with the new repo structure.Michael DeHaan2014-09-261-6/+11
* Docsite things.Michael DeHaan2014-06-191-0/+6
* Micro-optimization: replace s.find(x)!=-1 with x in sCristian Ciupitu2014-03-161-1/+1
* Remove obsolete module development docsLukáš Lalinský2014-02-221-1/+1
* Add an "all" category so all modules show up uncategorized there.Michael DeHaan2014-01-021-1/+2
* Add note about how to submit doc changes to generated module docs, limit TOC ...Michael DeHaan2013-12-251-1/+2
* do not produce too deep toc for category listsMikhail Sobolev2013-12-251-6/+9
* remove trailing whitespacesMikhail Sobolev2013-12-251-4/+4