You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
api docs: PEP8 compliance (#24681) 8 years ago
bin Initial ansible-test sanity docs. (#26775) 7 years ago
docsite Allow specific __future__ imports in modules 7 years ago
man added docs to CLI docstringsadded 8 years ago
templates Render returned dictionaries Fixes #24775 (#24777) 8 years ago