mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
The Python3 dev doc is more general than just modules (#22950)
The Python3 dev doc is more general than just modules * Rename it to make that obvious. * Move generally applicable Python3 information to the Controller section * Add a Py3/Py2 section on formatting strings * Fix code-blocks to highlight as python * Enhance python3 support page * Add Python3/Python2 compat note
This commit is contained in:
parent
6f40cb9647
commit
3180b4757e
6 changed files with 195 additions and 76 deletions
|
@ -59,7 +59,7 @@ The following topics will discuss how to develop and work with modules:
|
|||
Best practices, recommendations, and things to avoid.
|
||||
:doc:`developing_modules_checklist`
|
||||
Checklist for contributing your module to Ansible.
|
||||
:doc:`developing_modules_python3`
|
||||
:doc:`developing_python3`
|
||||
Adding Python 3 support to modules (all new modules must be Python-2.6 and Python-3.5 compatible).
|
||||
:doc:`developing_modules_in_groups`
|
||||
A guide for partners wanting to submit multiple modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue