From 9f5384459ec55a42f83a258810a73a003c7b611c Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Fri, 17 Jun 2022 11:16:30 +0100 Subject: [PATCH] Add filenames as targets to all documents --- core-developers/becoming-coredev.rst | 1 + core-developers/developer-log.rst | 1 + developer-workflow/c-api.rst | 2 ++ developer-workflow/communication-channels.rst | 1 + developer-workflow/development-cycle.rst | 1 + developer-workflow/extension-modules.rst | 1 + developer-workflow/lang-changes.rst | 1 + developer-workflow/stdlib.rst | 1 + documenting/help-documenting.rst | 1 + documenting/start-documenting.rst | 1 + getting-started/fixing-issues.rst | 1 + getting-started/getting-help.rst | 1 + getting-started/git-boot-camp.rst | 5 +++-- getting-started/pull-request-lifecycle.rst | 1 + getting-started/setup-building.rst | 1 + internals/garbage-collector.rst | 1 + testing/new-buildbot-worker.rst | 1 + testing/run-write-tests.rst | 1 + testing/silence-warnings.rst | 1 + triaging/github-bpo-faq.rst | 1 + triaging/issue-tracker.rst | 1 + triaging/labels.rst | 1 + 22 files changed, 25 insertions(+), 2 deletions(-) diff --git a/core-developers/becoming-coredev.rst b/core-developers/becoming-coredev.rst index fd762b568f..39d6d3143e 100644 --- a/core-developers/becoming-coredev.rst +++ b/core-developers/becoming-coredev.rst @@ -1,3 +1,4 @@ +.. _becoming-coredev: .. _coredev: ============================== diff --git a/core-developers/developer-log.rst b/core-developers/developer-log.rst index 160b7060ec..5a7ff01dde 100644 --- a/core-developers/developer-log.rst +++ b/core-developers/developer-log.rst @@ -1,3 +1,4 @@ +.. _developer-log: .. _developers: Developer Log diff --git a/developer-workflow/c-api.rst b/developer-workflow/c-api.rst index b49b579d04..1d042f70c2 100644 --- a/developer-workflow/c-api.rst +++ b/developer-workflow/c-api.rst @@ -1,3 +1,5 @@ +.. _c-api: + ======================= Changing Python's C API ======================= diff --git a/developer-workflow/communication-channels.rst b/developer-workflow/communication-channels.rst index f6e210f67b..47919a260d 100644 --- a/developer-workflow/communication-channels.rst +++ b/developer-workflow/communication-channels.rst @@ -1,3 +1,4 @@ +.. _communication-channels: .. _communication: ============================== diff --git a/developer-workflow/development-cycle.rst b/developer-workflow/development-cycle.rst index 460c633d2e..c44e714c7b 100644 --- a/developer-workflow/development-cycle.rst +++ b/developer-workflow/development-cycle.rst @@ -1,3 +1,4 @@ +.. _development-cycle: .. _devcycle: Development Cycle diff --git a/developer-workflow/extension-modules.rst b/developer-workflow/extension-modules.rst index f69eabefdb..3a5a759a53 100644 --- a/developer-workflow/extension-modules.rst +++ b/developer-workflow/extension-modules.rst @@ -1,3 +1,4 @@ +.. _extension-modules: .. _extensions: ================================== diff --git a/developer-workflow/lang-changes.rst b/developer-workflow/lang-changes.rst index 1a29939f13..108b7b334a 100644 --- a/developer-workflow/lang-changes.rst +++ b/developer-workflow/lang-changes.rst @@ -1,3 +1,4 @@ +.. _lang-changes: .. _langchanges: Changing the Python Language diff --git a/developer-workflow/stdlib.rst b/developer-workflow/stdlib.rst index 99e1eda289..208629bd41 100644 --- a/developer-workflow/stdlib.rst +++ b/developer-workflow/stdlib.rst @@ -1,3 +1,4 @@ +.. _stdlib: .. _stdlibchanges: Adding to the Stdlib diff --git a/documenting/help-documenting.rst b/documenting/help-documenting.rst index a70495d1f6..c8e320ccd8 100644 --- a/documenting/help-documenting.rst +++ b/documenting/help-documenting.rst @@ -1,3 +1,4 @@ +.. _help-documenting: .. _docquality: ========================== diff --git a/documenting/start-documenting.rst b/documenting/start-documenting.rst index 201c4cd8c8..8a0db24045 100644 --- a/documenting/start-documenting.rst +++ b/documenting/start-documenting.rst @@ -1,3 +1,4 @@ +.. _start-documenting: .. _documenting: =============== diff --git a/getting-started/fixing-issues.rst b/getting-started/fixing-issues.rst index 14eb5439b2..70d33dd77f 100644 --- a/getting-started/fixing-issues.rst +++ b/getting-started/fixing-issues.rst @@ -1,3 +1,4 @@ +.. _fixing-issues: .. _fixingissues: ================================= diff --git a/getting-started/getting-help.rst b/getting-started/getting-help.rst index f22c225fd9..60284d955a 100644 --- a/getting-started/getting-help.rst +++ b/getting-started/getting-help.rst @@ -1,3 +1,4 @@ +.. _getting-help: .. _help: Where to Get Help diff --git a/getting-started/git-boot-camp.rst b/getting-started/git-boot-camp.rst index 9196da0817..f3d33b2972 100644 --- a/getting-started/git-boot-camp.rst +++ b/getting-started/git-boot-camp.rst @@ -1,10 +1,11 @@ -.. highlight:: console - +.. _git-boot-camp: .. _gitbootcamp: Git Bootcamp and Cheat Sheet ============================ +.. highlight:: console + .. note:: This section provides instructions on common tasks in CPython's diff --git a/getting-started/pull-request-lifecycle.rst b/getting-started/pull-request-lifecycle.rst index 6485535d41..e51c67fa9c 100644 --- a/getting-started/pull-request-lifecycle.rst +++ b/getting-started/pull-request-lifecycle.rst @@ -1,3 +1,4 @@ +.. _pull-request-lifecycle: .. _patch: .. _pullrequest: diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index f62edf3d58..1f3af1e8f3 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -1,3 +1,4 @@ +.. _setup-building: .. _setup: ================== diff --git a/internals/garbage-collector.rst b/internals/garbage-collector.rst index c058d79332..e79a746837 100644 --- a/internals/garbage-collector.rst +++ b/internals/garbage-collector.rst @@ -1,3 +1,4 @@ +.. _garbage-collector: .. _gc: .. _garbage_collector: diff --git a/testing/new-buildbot-worker.rst b/testing/new-buildbot-worker.rst index a0cdbf3318..53c186ea73 100644 --- a/testing/new-buildbot-worker.rst +++ b/testing/new-buildbot-worker.rst @@ -1,3 +1,4 @@ +.. _new-buildbot-worker: .. _buildworker: ==================== diff --git a/testing/run-write-tests.rst b/testing/run-write-tests.rst index bed187a0ae..fb72bb5694 100644 --- a/testing/run-write-tests.rst +++ b/testing/run-write-tests.rst @@ -1,3 +1,4 @@ +.. _run-write-tests: .. _runtests: ========================= diff --git a/testing/silence-warnings.rst b/testing/silence-warnings.rst index 160d56e24e..e32da9a9c3 100644 --- a/testing/silence-warnings.rst +++ b/testing/silence-warnings.rst @@ -1,3 +1,4 @@ +.. _silence-warnings: .. _silencewarnings: ==================================== diff --git a/triaging/github-bpo-faq.rst b/triaging/github-bpo-faq.rst index 7fa390ffac..d69d04fc9c 100644 --- a/triaging/github-bpo-faq.rst +++ b/triaging/github-bpo-faq.rst @@ -1,3 +1,4 @@ +.. _github-bpo-faq: .. _gh-faq: =========================== diff --git a/triaging/issue-tracker.rst b/triaging/issue-tracker.rst index 629cb41720..6a0ae22d65 100644 --- a/triaging/issue-tracker.rst +++ b/triaging/issue-tracker.rst @@ -1,3 +1,4 @@ +.. _issue-tracker: .. _tracker: ============= diff --git a/triaging/labels.rst b/triaging/labels.rst index a762ab25f6..34b359c4b1 100644 --- a/triaging/labels.rst +++ b/triaging/labels.rst @@ -1,3 +1,4 @@ +.. _labels: .. _gh-labels: =============