1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/docs/docsite/rst/dev_guide
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
..
style_guide
testing Add ansible-test options and docs. () 2017-07-14 16:52:11 -07:00
developing_api.rst
developing_core.rst
developing_inventory.rst
developing_module_utilities.rst New module aireos_command () 2017-07-19 23:14:52 +05:30
developing_modules.rst Tell people to look for an existing module PR () 2017-06-30 20:16:26 +01:00
developing_modules_best_practices.rst
developing_modules_checklist.rst
developing_modules_documenting.rst [Docs] Add note on module development about the copyrights () 2017-07-19 06:58:52 -04:00
developing_modules_general.rst Replace 'simple module development' topic () 2017-07-13 19:06:01 -07:00
developing_modules_general_OLD.rst Replace 'simple module development' topic () 2017-07-13 19:06:01 -07:00
developing_modules_in_groups.rst docs: fix community meetings link () 2017-07-25 09:23:01 -04:00
developing_plugins.rst
developing_program_flow_modules.rst
developing_python3.rst
developing_rebasing.rst
index.rst Improve release and development cycle documentation 2017-07-25 23:38:08 -07:00
Makefile
overview_architecture.rst
repomerge.rst
testing.rst docs: fix community meetings link () 2017-07-25 09:23:01 -04:00
testing_compile.rst docs: fix community meetings link () 2017-07-25 09:23:01 -04:00
testing_httptester.rst docs: fix community meetings link () 2017-07-25 09:23:01 -04:00
testing_integration.rst docs: fix community meetings link () 2017-07-25 09:23:01 -04:00
testing_integration_legacy.rst
testing_pep8.rst docs: fix community meetings link () 2017-07-25 09:23:01 -04:00
testing_running_locally.rst
testing_sanity.rst
testing_units.rst
testing_validate-modules.rst Allow specific __future__ imports in modules 2017-07-27 15:37:26 -07:00