Skip to content

Commit 1a89c09

Browse files
Fix the redirect to the new ai usage guidelines. (#1806)
* Fix the redirect to the new ai usage guidelines. Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 0ee1a98 commit 1a89c09

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
"gitbootcamp.rst": "getting-started/git-boot-camp.rst",
164164
"pullrequest.rst": "getting-started/pull-request-lifecycle.rst",
165165
"setup.rst": "getting-started/setup-building.rst",
166+
"getting-started/generative-ai.rst": "getting-started/ai-tools.rst",
166167
# CPython Internals
167168
"compiler.rst": "internals.rst",
168169
"exploring.rst": "internals.rst",
@@ -205,7 +206,7 @@
205206
"contrib/project/github.rst": "index.rst",
206207
"contrib/project/governance.rst": "index.rst",
207208
"contrib/project/roles.rst": "index.rst",
208-
"contrib/project/ai-tools.rst": "getting-started/ai-tools.rst",
209+
"contrib/project/generative-ai": "getting-started/ai-tools.rst",
209210
"contrib/project/outreach.rst": "index.rst",
210211
"contrib/project/directory-structure.rst": "getting-started/setup-building.rst",
211212
"contrib/project/index.rst": "index.rst",

getting-started/ai-tools.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _ai-tools:
2+
.. _generative-ai:
23

34
=============================
45
Guidelines for using AI tools

0 commit comments

Comments
 (0)