ansible/docs/docsite/rst/dev_guide
Toshio Kuratomi 80e7e1a17c
Due to the takeover of freenode we're moving to a different irc network. (#74775)
* Due to the takeover of freenode we're moving to a different irc network.

* Our channels updated to point at the same channel name on libera.chat
* Some links went to webchat.freenode.net.  At this time, libera.chat
  doesn't point you to an official webchat client so I changed these to
  https://libera.chat. (kiwi irc does work with libera.chat so that
  could be another option).
* In general, I used the name irc.libera.net for link names and
  https://libera.chat for link targets.  This is because the irc service
  is hosted on irc.libera.chat but the project web server is hosted on
  libera.chat.  (This appears to also be true for freenode but we were
  using http://irc.freenode.net which doesn't seem to work.  Oops).
* Removed http://irc.freenode.net from the linkcheck exceptions.
  linkcheck was actually correct to flag that as invalid (should have
  been http://frenode.net instead).

* Looks like hte important people in #yaml are now in libera.chat

* Link to where contributors should get help

Add a link target and then link to where contributors should get support
for developing groups of modules.

* Update docs/docsite/rst/dev_guide/developing_modules_in_groups.rst

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: John R Barker <john@johnrbarker.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-06-01 08:48:09 +01:00
..
platforms Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
shared_snippets
style_guide Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
testing/sanity Adding DigitalOcean cloud support to ansible-test (#74222) 2021-05-12 16:07:21 -07:00
debugging.rst Fix typos (#72072) 2020-10-02 10:32:03 -04:00
developing_api.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_collections.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_collections_changelogs.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_collections_contributing.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_collections_creating.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_collections_distributing.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_collections_migrating.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_collections_shared.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_collections_structure.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_collections_testing.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_core.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_inventory.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_locally.rst DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides (#71480) 2020-09-01 12:25:37 -04:00
developing_module_utilities.rst DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides (#71480) 2020-09-01 12:25:37 -04:00
developing_modules.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_modules_best_practices.rst Rebased pr73824 (#73934) 2021-03-17 16:07:38 -04:00
developing_modules_checklist.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_modules_documenting.rst Issue 73792: Removed mentions of R() and M() (#74708) 2021-05-14 14:48:21 -05:00
developing_modules_general.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_modules_general_aci.rst Docsite: replace Latin phrases to English (#71588) 2020-09-03 14:47:57 -05:00
developing_modules_general_windows.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_modules_in_groups.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_plugins.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
developing_program_flow_modules.rst Rebased pr73824 (#73934) 2021-03-17 16:07:38 -04:00
developing_python_3.rst docs: Update Python 2 doc links (#74633) 2021-05-24 15:11:26 -04:00
developing_rebasing.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
index.rst Conscious language added to user guide, development guide, and Ansible community guide, (#73574) 2021-02-12 15:32:44 -06:00
migrating_roles.rst remove deprecated ansible.module_utils._text from documentation (#73211) 2021-04-20 11:53:27 -04:00
module_lifecycle.rst Update the module lifecycle document to also cover plugins and collections (#74413) 2021-05-06 10:16:43 -04:00
overview_architecture.rst Docsite: replace Latin phrases to English (#71588) 2020-09-03 14:47:57 -05:00
testing.rst Due to the takeover of freenode we're moving to a different irc network. (#74775) 2021-06-01 08:48:09 +01:00
testing_compile.rst Extend dev guide for collection testing and collection hacking (#68899) 2020-04-15 15:51:19 -05:00
testing_documentation.rst dev_guide: Correct path to ansible-test requirements files (#66626) 2020-01-21 10:16:48 -05:00
testing_httptester.rst Add support for GSSAPI/Kerberos to urls.py (#72113) 2020-10-13 14:16:07 +10:00
testing_integration.rst dev_guide/testing_integration: update image list (#74017) 2021-03-25 11:24:01 -07:00
testing_integration_legacy.rst Docsite: replace Latin phrases to English (#71588) 2020-09-03 14:47:57 -05:00
testing_pep8.rst Remove obsolete docs on pep8 sanity test. 2019-08-01 22:34:09 -07:00
testing_running_locally.rst Wording changes to docs (#70082) 2020-12-08 16:46:34 -05:00
testing_sanity.rst testing_sanity.rst: add argument for running in docker (#71223) 2020-09-01 12:00:13 -04:00
testing_units.rst Fix 404 links (#71256) 2020-08-17 13:52:45 -04:00
testing_units_modules.rst Change Shippable refs in docs to Azure Pipelines. 2021-05-05 17:21:48 -07:00
testing_validate-modules.rst Remove deprecated common.removed module_util. 2021-04-29 16:07:56 -07:00