ansible/docs/docsite/rst/dev_guide/index.rst
scottb 373b1dcf59
Core Docs Refactor and Redesign (#36067)
* Docs refactor as outlined in https://github.com/ansible/proposals/issues/79. Moves content into 'guides'; refactors TOC; fixes CSS; design tweaks to layout and CSS; fixes generated plugin, CLI and module docs to fix links accodingly; more.

* Adding extra blank line for shippable
2018-02-13 07:23:55 -08:00

29 lines
751 B
ReStructuredText

***************
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