From 1026b7a47e12735faf7cf3ee2859743ffa8f82fd Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sat, 15 Nov 2025 21:38:34 +0000 Subject: [PATCH 1/3] Commit --- developer-workflow/development-cycle.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer-workflow/development-cycle.rst b/developer-workflow/development-cycle.rst index 7f82ea42f..b5ca36c0c 100644 --- a/developer-workflow/development-cycle.rst +++ b/developer-workflow/development-cycle.rst @@ -233,7 +233,8 @@ This includes, for example: Before adding a new repository to the organization, open a discussion to seek consensus in the `Committers Discourse category `_. Once people are satisfied with that, ask the `Python steering council `_ -to grant permission. +to grant permission. Note that this process is not necessary for docs translations, +which can be added at a core team member’s discretion. Note that several repositories remain in the organization for historic reasons, and would probably not be appropriate to add today. From 8648c632cf077b13a82a4d6fcdaf3caffb8dad49 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Fri, 27 Feb 2026 16:06:32 +0000 Subject: [PATCH 2/3] Add link as requested by SC --- developer-workflow/development-cycle.rst | 5 +++-- documentation/translations/coordinating.rst | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/developer-workflow/development-cycle.rst b/developer-workflow/development-cycle.rst index 8cd5167a8..e2d2b17f7 100644 --- a/developer-workflow/development-cycle.rst +++ b/developer-workflow/development-cycle.rst @@ -232,8 +232,9 @@ This includes, for example: Before adding a new repository to the organization, open a discussion to seek consensus in the `Committers Discourse category `__. Once people are satisfied with that, ask the `Python steering council `__ -to grant permission. Note that this process is not necessary for docs translations, -which can be added at a core team member’s discretion. +to grant permission. Note that this process is not necessary for +`docs translations `_, which can be added at a core team +member’s discretion. Note that several repositories remain in the organization for historic reasons, and would probably not be appropriate to add today. diff --git a/documentation/translations/coordinating.rst b/documentation/translations/coordinating.rst index a7872b6ae..0cb3560f2 100644 --- a/documentation/translations/coordinating.rst +++ b/documentation/translations/coordinating.rst @@ -123,6 +123,8 @@ consistency. This is often done with a glossary. More information about the use of glossaries can be found in the :ref:`translation-style-guide`. +.. _translation-repo: + Moving the repo to the ``python`` org ------------------------------------- From 05e4e51e3ab91693fce84d5499fec1988fd14b6f Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Fri, 27 Feb 2026 16:07:29 +0000 Subject: [PATCH 3/3] Move reference. --- documentation/translations/coordinating.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/translations/coordinating.rst b/documentation/translations/coordinating.rst index 0cb3560f2..82cfce74f 100644 --- a/documentation/translations/coordinating.rst +++ b/documentation/translations/coordinating.rst @@ -64,6 +64,8 @@ to make your translation easier to find. In the entry you can also include links to guides or other resources for translators. +.. _translation-repo: + Repository ---------- @@ -123,8 +125,6 @@ consistency. This is often done with a glossary. More information about the use of glossaries can be found in the :ref:`translation-style-guide`. -.. _translation-repo: - Moving the repo to the ``python`` org -------------------------------------