ansible/docs
Toshio Kuratomi 3a2670e0fd Allow specific __future__ imports in modules
We do want to allow certain from __future__ imports in modules that make
it easier to code compatible python2 and python3.  Note that
unicode_literals is specifically left out and should never be allowed.
Now that python-3.4+ allows u"" there's no good reason to use
unicode_literals.

Also switch tables in the validate_modules documentation to simple table format
2017-07-27 15:37:26 -07:00
..
api docs: PEP8 compliance (#24681) 2017-05-30 18:08:25 +01:00
bin Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
docsite Allow specific __future__ imports in modules 2017-07-27 15:37:26 -07:00
man added docs to CLI docstringsadded 2017-03-24 15:52:36 -04:00
templates Render returned dictionaries Fixes #24775 (#24777) 2017-05-18 15:13:33 +01:00