From 29fc368a642f8490b1864a41de957ac48c7af9bb Mon Sep 17 00:00:00 2001 From: mariatta Date: Wed, 20 May 2026 21:53:21 -0700 Subject: [PATCH 1/3] Fix the redirect to the new ai usage guidelines. --- conf.py | 2 ++ getting-started/ai-tools.rst | 1 + 2 files changed, 3 insertions(+) diff --git a/conf.py b/conf.py index 2758938fe..2bbe9f076 100644 --- a/conf.py +++ b/conf.py @@ -206,6 +206,8 @@ "contrib/project/governance.rst": "index.rst", "contrib/project/roles.rst": "index.rst", "contrib/project/ai-tools.rst": "getting-started/ai-tools.rst", + "contrib/project/generative-ai.rst": "getting-started/ai-tools.rst", + "getting-started/generative-ai.rst": "getting-started/ai-tools.rst", "contrib/project/outreach.rst": "index.rst", "contrib/project/directory-structure.rst": "getting-started/setup-building.rst", "contrib/project/index.rst": "index.rst", diff --git a/getting-started/ai-tools.rst b/getting-started/ai-tools.rst index ba92ea9e1..e7d94d351 100644 --- a/getting-started/ai-tools.rst +++ b/getting-started/ai-tools.rst @@ -1,4 +1,5 @@ .. _ai-tools: +.. _generative-ai: ============================= Guidelines for using AI tools From c3abbc05dc2e7781d7e3f28fc083c09aa73ee831 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 21 May 2026 05:59:28 -0700 Subject: [PATCH 2/3] Update conf.py Co-authored-by: Stan Ulbrych --- conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 2bbe9f076..5f691d035 100644 --- a/conf.py +++ b/conf.py @@ -205,8 +205,7 @@ "contrib/project/github.rst": "index.rst", "contrib/project/governance.rst": "index.rst", "contrib/project/roles.rst": "index.rst", - "contrib/project/ai-tools.rst": "getting-started/ai-tools.rst", - "contrib/project/generative-ai.rst": "getting-started/ai-tools.rst", + "contrib/project/generative-ai": "getting-started/ai-tools.rst", "getting-started/generative-ai.rst": "getting-started/ai-tools.rst", "contrib/project/outreach.rst": "index.rst", "contrib/project/directory-structure.rst": "getting-started/setup-building.rst", From 5c08c3d15add70f631279fc3347cb750f9208547 Mon Sep 17 00:00:00 2001 From: mariatta Date: Thu, 21 May 2026 08:01:36 -0700 Subject: [PATCH 3/3] Reorg --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 5f691d035..dce618448 100644 --- a/conf.py +++ b/conf.py @@ -163,6 +163,7 @@ "gitbootcamp.rst": "getting-started/git-boot-camp.rst", "pullrequest.rst": "getting-started/pull-request-lifecycle.rst", "setup.rst": "getting-started/setup-building.rst", + "getting-started/generative-ai.rst": "getting-started/ai-tools.rst", # CPython Internals "compiler.rst": "internals.rst", "exploring.rst": "internals.rst", @@ -206,7 +207,6 @@ "contrib/project/governance.rst": "index.rst", "contrib/project/roles.rst": "index.rst", "contrib/project/generative-ai": "getting-started/ai-tools.rst", - "getting-started/generative-ai.rst": "getting-started/ai-tools.rst", "contrib/project/outreach.rst": "index.rst", "contrib/project/directory-structure.rst": "getting-started/setup-building.rst", "contrib/project/index.rst": "index.rst",