Skip to content

Commit 93ba995

Browse files
committed
Add filenames as targets to all documents
1 parent 8b53594 commit 93ba995

22 files changed

+25
-2
lines changed

core-developers/becoming-coredev.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _becoming-coredev:
12
.. _coredev:
23

34
==============================

core-developers/developer-log.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _developer-log:
12
.. _developers:
23

34
Developer Log

developer-workflow/c-api.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _c-api:
2+
13
=======================
24
Changing Python's C API
35
=======================

developer-workflow/communication-channels.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _communication-channels:
12
.. _communication:
23

34
==============================

developer-workflow/development-cycle.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _development-cycle:
12
.. _devcycle:
23

34
Development Cycle

developer-workflow/extension-modules.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _extension-modules:
12
.. _extensions:
23

34
==================================

developer-workflow/lang-changes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _lang-changes:
12
.. _langchanges:
23

34
Changing the Python Language

developer-workflow/stdlib.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _stdlib:
12
.. _stdlibchanges:
23

34
Adding to the Stdlib

documenting/help-documenting.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _help-documenting:
12
.. _docquality:
23

34
==========================

documenting/start-documenting.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _start-documenting:
12
.. _documenting:
23

34
===============

getting-started/fixing-issues.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _fixing-issues:
12
.. _fixingissues:
23

34
=================================

getting-started/getting-help.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _getting-help:
12
.. _help:
23

34
Where to Get Help

getting-started/git-boot-camp.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
.. highlight:: console
2-
1+
.. _git-boot-camp:
32
.. _gitbootcamp:
43

54
Git Bootcamp and Cheat Sheet
65
============================
76

7+
.. highlight:: console
8+
89
.. note::
910

1011
This section provides instructions on common tasks in CPython's

getting-started/pull-request-lifecycle.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _pull-request-lifecycle:
12
.. _patch:
23
.. _pullrequest:
34

getting-started/setup-building.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _setup-building:
12
.. _setup:
23

34
==================

internals/garbage-collector.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _garbage-collector:
12
.. _gc:
23
.. _garbage_collector:
34

testing/new-buildbot-worker.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _new-buildbot-worker:
12
.. _buildworker:
23

34
====================

testing/run-write-tests.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _run-write-tests:
12
.. _runtests:
23

34
=========================

testing/silence-warnings.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _silence-warnings:
12
.. _silencewarnings:
23

34
====================================

triaging/github-bpo-faq.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _github-bpo-faq:
12
.. _gh-faq:
23

34
===========================

triaging/issue-tracker.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _issue-tracker:
12
.. _tracker:
23

34
=============

triaging/labels.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _labels:
12
.. _gh-labels:
23

34
=============

0 commit comments

Comments
 (0)