From f609992014eabb877b0f967919bd517d3ead8bb6 Mon Sep 17 00:00:00 2001 From: Matthew Hughes Date: Tue, 25 Jun 2024 19:41:15 +0100 Subject: [PATCH 1/2] Document `pip` Discord channel A link is provided to the PyPA Discord, rather than the specific channel, because the former presents the user with an invite, but for channel links I'm not sure how nice the process is for users who aren't already part of the Discord. The channel is only document under the development docs, since we want to keep it focussed on questions around developing on the codebase, and not move more general discussions from GitHub issues --- docs/html/development/index.rst | 4 +++- news/bcfde343-3f44-464e-9229-7af962defac6.trivial.rst | 0 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 news/bcfde343-3f44-464e-9229-7af962defac6.trivial.rst diff --git a/docs/html/development/index.rst b/docs/html/development/index.rst index 31df114ae1c..ed22cad7741 100644 --- a/docs/html/development/index.rst +++ b/docs/html/development/index.rst @@ -8,7 +8,8 @@ testing, and documentation. You can also join ``#pypa`` (general packaging discussion and user support) and ``#pypa-dev`` (discussion about development of packaging tools) `on Libera.chat`_, -or the `distutils-sig mailing list`_, to ask questions or get involved. +or the ``#pip`` channel on the `PyPA Discord`_, or the `distutils-sig mailing list`_, +to ask questions or get involved. .. toctree:: :maxdepth: 2 @@ -28,3 +29,4 @@ or the `distutils-sig mailing list`_, to ask questions or get involved. .. _`on Libera.chat`: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev .. _`distutils-sig mailing list`: https://mail.python.org/mailman3/lists/distutils-sig.python.org/ +.. _`PyPA Discord`: https://discord.gg/pypa diff --git a/news/bcfde343-3f44-464e-9229-7af962defac6.trivial.rst b/news/bcfde343-3f44-464e-9229-7af962defac6.trivial.rst new file mode 100644 index 00000000000..e69de29bb2d From 21e024acd92347cbb3a3354e83b96217232c0d3c Mon Sep 17 00:00:00 2001 From: Matthew Hughes Date: Fri, 12 Jul 2024 09:02:14 +0100 Subject: [PATCH 2/2] Remove link to `distutils-sig` mailing list This list has been made read-only, so it's no longer possible to "ask questions or get involved" there --- docs/html/development/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/html/development/index.rst b/docs/html/development/index.rst index ed22cad7741..d8500756edf 100644 --- a/docs/html/development/index.rst +++ b/docs/html/development/index.rst @@ -8,8 +8,7 @@ testing, and documentation. You can also join ``#pypa`` (general packaging discussion and user support) and ``#pypa-dev`` (discussion about development of packaging tools) `on Libera.chat`_, -or the ``#pip`` channel on the `PyPA Discord`_, or the `distutils-sig mailing list`_, -to ask questions or get involved. +or the ``#pip`` channel on the `PyPA Discord`_, to ask questions or get involved. .. toctree:: :maxdepth: 2 @@ -28,5 +27,4 @@ to ask questions or get involved. references might be broken. .. _`on Libera.chat`: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev -.. _`distutils-sig mailing list`: https://mail.python.org/mailman3/lists/distutils-sig.python.org/ .. _`PyPA Discord`: https://discord.gg/pypa