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

partial update of community docs to reflect collections transition #70488

Merged
merged 6 commits into from
Jul 14, 2020

Conversation

acozine
Copy link
Contributor

@acozine acozine commented Jul 6, 2020

SUMMARY

Updates pages on bug reporting, how to help, and more for the collections New World Order.

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

docs.ansible.com
collections

@ansibot ansibot added affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. docsite This issue/PR relates to the documentation website. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Jul 6, 2020
Co-authored-by: Sandra McCann <samccann@redhat.com>
@acozine acozine requested a review from gundalow July 7, 2020 21:17
@acozine acozine removed the needs_triage Needs a first human triage before being processed. label Jul 7, 2020
@acozine
Copy link
Contributor Author

acozine commented Jul 9, 2020

Related to #67939.

@samccann samccann merged commit f1f782f into ansible:devel Jul 14, 2020
samccann pushed a commit to samccann/ansible that referenced this pull request Jul 16, 2020
acozine added a commit that referenced this pull request Jul 17, 2020
* Suggest ansible ad-hoc command while developing module (#70308)

If a local module has no documentation, the doc command will fail without any hints of what is wrong. Add another way to confirm the presence of a local module.
* Update docs/docsite/rst/dev_guide/developing_locally.rst

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 82e5d03)

* Update AWS Integration test docmentation (#70454)

(cherry picked from commit e1ba7dc)

* Update hacking/shippable docs.

The `--all` option downloads more than is needed for analyzing code coverage.

(cherry picked from commit fb7740a)

* Document that subversion module requires subversion (#70537)

(cherry picked from commit 64c2cb2)

* update documentation link to python 3 (#70509)

update the docs link for strftime on the filters page to point to the python3 docs

(cherry picked from commit f7db428)

* Update windows_winrm.rst (#70306)

gcc also needed to be installed alongside python-devel, krb5-devel, krb5-libs, and krb5-workstation.

(cherry picked from commit f4ea43c)

* updated requirements file for docs build (#70609)

(cherry picked from commit 38ccfb4)

* Clarify that index_var is 0 indexed (#70548)

A little further down the page is another index, ansible_loop.index, which shares a similar description but is 1 indexed.
Its zero indexed twin has a 0 suffix.

``ansible_loop.index``      The current iteration of the loop. (1 indexed)
``ansible_loop.index0``     The current iteration of the loop. (0 indexed)

To remove ambiguity around the usage of index_var, explicitly mention that this variable is 0 indexed.

(cherry picked from commit c410311)

* docs: update module development docs (#70594)

Update module development docs for flattened modules directory.

Fixes: #70261 (at least partially)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 20209c5)

* Doc: fix examples of changelog entries. (#70551)

(cherry picked from commit edcd1a1)

* Document tags are not supported with task meta. (#70590)

fixes #70338

(cherry picked from commit 40591d5)

* docs: update date format in removed_at_date (#70597)

removed_at_date requires YYYY-MM-DD format.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 375c6b4)

* partial update of community docs to reflect collections transition (#70488)

(cherry picked from commit f1f782f)

Co-authored-by: Michael Ritsema <michaelritsema@users.noreply.github.com>
Co-authored-by: Mark Chappell <mchappel@redhat.com>
Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Alan Rominger <arominge@redhat.com>
Co-authored-by: FloMiau <37121807+FloMiau@users.noreply.github.com>
Co-authored-by: mahadelmi <mahadelmi@cmail.carleton.ca>
Co-authored-by: Sayee <57951841+sayee-jadhav@users.noreply.github.com>
Co-authored-by: Karl Goetz <goetzk@users.noreply.github.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
@acozine acozine deleted the issues_to_colls branch August 3, 2020 18:23
@ansible ansible locked and limited conversation to collaborators Aug 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. docsite This issue/PR relates to the documentation website. has_issue support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants