ansible/docs/docsite/rst/dev_guide
Pilou 60160c1e90 doc: exercising module code locally: update cmd (#45697)
The documented way to execute module code locally wasn't always working:

    $ python ./lib/ansible/modules/files/file.py <<< '{"ANSIBLE_MODULE_ARGS": {}}'
    Traceback (most recent call last):
      File "./lib/ansible/modules/files/file.py", line 177, in <module>
        from ansible.module_utils.basic import AnsibleModule
      File "~/ansible/lib/ansible/module_utils/basic.py", line 78, in <module>
        import tempfile
      File "~/ansible/lib/ansible/modules/files/tempfile.py", line 69, in <module>
        from tempfile import mkstemp, mkdtemp
    ImportError: cannot import name 'mkstemp'
2018-09-19 10:10:55 -04:00
..
shared_snippets rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
style_guide Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing/sanity BOTMETA Validator + Bulk tidyup, support:(core,community,network) (#44903) 2018-09-14 12:33:23 +01:00
debugging.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_api.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_core.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_inventory.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_locally.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_module_utilities.rst adds license details to dev guide pages (#45574) 2018-09-12 16:10:38 -04:00
developing_modules.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_modules_best_practices.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_modules_checklist.rst Restore license agreement (#45809) 2018-09-18 14:47:22 -05:00
developing_modules_documenting.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_modules_general.rst doc: exercising module code locally: update cmd (#45697) 2018-09-19 10:10:55 -04:00
developing_modules_general_aci.rst Improvements to structure 2018-09-14 09:24:08 +02:00
developing_modules_general_windows.rst Improve the local toctree (and title) (#45590) 2018-09-13 13:12:43 -05:00
developing_modules_in_groups.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_plugins.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_program_flow_modules.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_python_3.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_rebasing.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
index.rst Restore license agreement (#45809) 2018-09-18 14:47:22 -05:00
Makefile
module_lifecycle.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
overview_architecture.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
testing.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
testing_compile.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_documentation.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_httptester.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_integration.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_pep8.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_running_locally.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_sanity.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_units.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_units_modules.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_validate-modules.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00