mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
rewrite of the developer guide, part 1 (#45179)
* rewrite of the developer guide, part 1
This commit is contained in:
parent
1325ddbb0b
commit
9a76441c02
39 changed files with 1231 additions and 2882 deletions
|
@ -1,3 +1,5 @@
|
|||
.. orphan:
|
||||
|
||||
Sanity Tests » ansible-var-precedence-check
|
||||
===========================================
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. orphan:
|
||||
|
||||
Sanity Tests » docs-build
|
||||
=========================
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@ Sanity Tests » no-get-exception
|
|||
===============================
|
||||
|
||||
We created a function, ``ansible.module_utils.pycompat24.get_exception`` to
|
||||
help retrieve exceptions in a manner compatible with Python-2.4 through
|
||||
Python-3.6. We no longer support Python-2.4 and Python-2.5 so this is
|
||||
help retrieve exceptions in a manner compatible with Python 2.4 through
|
||||
Python 3.6. We no longer support Python 2.4 and Python 2.5 so this is
|
||||
extraneous and we want to deprecate the function. Porting code should look
|
||||
something like this:
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. orphan:
|
||||
|
||||
Sanity Tests » no-wildcard-import
|
||||
=================================
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. orphan:
|
||||
|
||||
Sanity Tests » pylint-ansible-test
|
||||
==================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue