summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/dev_guide/index.rst
blob: 228014ed8e1b2407f65792e17ffe07d5cc2fc307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
***************
Developer Guide
***************

Welcome to the Ansible Developer Guide!

The purpose of this guide is to document all of the paths available to you for interacting and shaping Ansible with code, ranging from developing modules and plugins to helping to develop the Ansible Core Engine via pull requests.

To get started, select one of the following topics.


.. toctree::
   :maxdepth: 2

   overview_architecture
   developing_modules
   developing_program_flow_modules
   developing_module_utilities
   developing_plugins
   developing_inventory
   developing_core
   developing_python3
   developing_api
   developing_rebasing
   testing
   repomerge
   ../release_and_maintenance
   ../committer_guidelines
   ./style_guide/index