Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport/2.11/docs2 #74484

Merged
merged 16 commits into from
Apr 28, 2021
Merged

Backport/2.11/docs2 #74484

merged 16 commits into from
Apr 28, 2021

Commits on Apr 28, 2021

  1. Add description for COLLECTIONS_SCAN_SYS_PATH (ansible#74351)

    Fixes: ansible#74275
    
    Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
    (cherry picked from commit 567361b)
    Akasurde authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    45af02a View commit details
    Browse the repository at this point in the history
  2. lighten navigation background to make section labels easier to read f…

    …or core docs (ansible#74356)
    
    * make section labels for /ansible-core/ docs easier to read, with black text and lighter gray background
    
    (cherry picked from commit 6119fb0)
    samccann authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    f569fb6 View commit details
    Browse the repository at this point in the history
  3. Correct splitext() description, and example (ansible#74377)

    `splitext()` returns a 2-tuple of strings, and the last element of the return value includes the `.`
    
    (cherry picked from commit c295de6)
    moreati authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    7fb1190 View commit details
    Browse the repository at this point in the history
  4. Using "~" instead of "+" for concatination (ansible#74364)

    Changed FAQ examples to conform with the Jinja documentation:
    If both values on either side of a plus/+ are numbers, they will be added whereas using "~" will convert all operands into strings and then concatenate them. Closes ansible#73799.
    
    (cherry picked from commit e6a5245)
    Hu6li authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    f970286 View commit details
    Browse the repository at this point in the history
  5. Docs - Split Developing collections page, add info on optional module…

    …_utils (ansible#74105)
    
    *
    
    (cherry picked from commit c90922e)
    acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    94c8f8d View commit details
    Browse the repository at this point in the history
  6. Add weos4 network platform to documentation (ansible#74088)

    * Add weos4 network platform to documentation
    
    * Fix small format issues
    
    (cherry picked from commit 7ca5ded)
    ernst-s authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    af716f8 View commit details
    Browse the repository at this point in the history
  7. Fix typo in Makefile (ansible#74396)

    Fixed minor typo specfic -> specific
    
    (cherry picked from commit 4880fee)
    hs0210 authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    19d6c28 View commit details
    Browse the repository at this point in the history
  8. Update complex_data_manipulation.rst (ansible#72509)

    (cherry picked from commit c2985c4)
    dhx-mike-palandra authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    9881ac8 View commit details
    Browse the repository at this point in the history
  9. Update VMware library installation docs (ansible#71219)

    Depending upon OS/distro, please use pip/pip3.
    
    (cherry picked from commit ddfc648)
    jakelevinez authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    abf2df3 View commit details
    Browse the repository at this point in the history
  10. Update AWS dev guides to use collections utils and fragments (ansible…

    …#72312)
    
    (cherry picked from commit cf08c23)
    tremble authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    30bfa90 View commit details
    Browse the repository at this point in the history
  11. Use is_boto3_error_code in 'standard' example (ansible#72313)

    Use is_boto3_error_code in 'standard' example rather than e.response['Error']['Code'] (ansible#72313)
    
    Co-authored-by: Sloane Hertel <shertel@redhat.com>
    (cherry picked from commit 63afb33)
    tremble authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    54f70fd View commit details
    Browse the repository at this point in the history
  12. Update Kubernetes collection name in docs (ansible#74440)

    (cherry picked from commit 8d499bb)
    Akasurde authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    213929f View commit details
    Browse the repository at this point in the history
  13. Update argcomplete docs links on installation guide (ansible#74410)

    Link on installation docs is outdated. Switch to currently docs at: https://kislyuk.github.io/argcomplete/
    
    (cherry picked from commit f97787c)
    lidimayra authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a7be4fa View commit details
    Browse the repository at this point in the history
  14. fix spacing to fix header, reorg contributing page (ansible#74421)

    Co-authored-by: John R Barker <john@johnrbarker.com>
    (cherry picked from commit 9d9b08b)
    acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    2bfee18 View commit details
    Browse the repository at this point in the history
  15. Update first_found documentation (ansible#70502)

    * import_tasks do not work with loop, use use include_tasks instead
    * update documentation
    
    (cherry picked from commit bacede7)
    Alexhha authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    03a4636 View commit details
    Browse the repository at this point in the history
  16. Product-related updates. (ansible#74454)

    (cherry picked from commit 34c9ed8)
    wenottingham authored and acozine committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    76ccc4d View commit details
    Browse the repository at this point in the history