|
179 | 179 | "tracker.rst": "triage/issue-tracker.rst", |
180 | 180 | "gh-labels.rst": "triage/labels.rst", |
181 | 181 | "triaging.rst": "triage/triaging.rst", |
| 182 | + # Contributing guide draft pages |
| 183 | + "contrib/code/git.rst": "getting-started/git-boot-camp.rst", |
| 184 | + "contrib/code/pull-request-lifecycle.rst": "getting-started/pull-request-lifecycle.rst", |
| 185 | + "contrib/code/setup.rst": "getting-started/setup-building.rst", |
| 186 | + "contrib/code/testing.rst": "testing/index.rst", |
| 187 | + "contrib/code/developer-workflow.rst": "developer-workflow/index.rst", |
| 188 | + "contrib/code/index.rst": "index.rst", |
| 189 | + "contrib/code/development-tools.rst": "development-tools/index.rst", |
| 190 | + "contrib/doc/devguide.rst": "documentation/devguide.rst", |
| 191 | + "contrib/doc/help-documenting.rst": "documentation/help-documenting.rst", |
| 192 | + "contrib/doc/markup.rst": "documentation/markup.rst", |
| 193 | + "contrib/doc/pull-request-lifecycle.rst": "getting-started/pull-request-lifecycle.rst", |
| 194 | + "contrib/doc/start-documenting.rst": "documentation/start-documenting.rst", |
| 195 | + "contrib/doc/style-guide.rst": "documentation/style-guide.rst", |
| 196 | + "contrib/doc/translating.rst": "documentation/translations/index.rst", |
| 197 | + "contrib/doc/index.rst": "documentation/index.rst", |
| 198 | + "contrib/intro/index.rst": "index.rst", |
| 199 | + "contrib/project/channels.rst": "developer-workflow/communication-channels.rst", |
| 200 | + "contrib/project/conduct.rst": "index.rst", |
| 201 | + "contrib/project/github.rst": "index.rst", |
| 202 | + "contrib/project/governance.rst": "index.rst", |
| 203 | + "contrib/project/roles.rst": "index.rst", |
| 204 | + "contrib/project/generative-ai.rst": "getting-started/generative-ai.rst", |
| 205 | + "contrib/project/outreach.rst": "index.rst", |
| 206 | + "contrib/project/directory-structure.rst": "getting-started/setup-building.rst", |
| 207 | + "contrib/project/index.rst": "index.rst", |
| 208 | + "contrib/security.rst": "index.rst", |
| 209 | + "contrib/triage/issue-tracker.rst": "triage/issue-tracker.rst", |
| 210 | + "contrib/triage/labels.rst": "triage/labels.rst", |
| 211 | + "contrib/triage/reviewing.rst": "triage/triaging.rst", |
| 212 | + "contrib/triage/triage-team.rst": "triage/triage-team.rst", |
| 213 | + "contrib/triage/triaging.rst": "triage/triaging.rst", |
| 214 | + "contrib/triage/index.rst": "triage/index.rst", |
| 215 | + "contrib/user-success.rst": "index.rst", |
| 216 | + "contrib/core-team/committing.rst": "core-team/committing.rst", |
| 217 | + "contrib/core-team/experts.rst": "core-team/experts.rst", |
| 218 | + "contrib/core-team/index.rst": "core-team/index.rst", |
| 219 | + "contrib/core-team/join-team.rst": "core-team/join-team.rst", |
| 220 | + "contrib/core-team/motivations.rst": "core-team/motivations.rst", |
| 221 | + "contrib/core-team/responsibilities.rst": "core-team/responsibilities.rst", |
| 222 | + "contrib/core-team/team-log.rst": "core-team/team-log.rst", |
| 223 | + "contrib/workflows/codespaces.rst": "getting-started/setup-building.rst", |
| 224 | + "contrib/workflows/compile.rst": "getting-started/setup-building.rst", |
| 225 | + "contrib/workflows/get-source.rst": "getting-started/setup-building.rst", |
| 226 | + "contrib/workflows/index.rst": "getting-started/setup-building.rst", |
| 227 | + "contrib/workflows/install-dependencies.rst": "getting-started/setup-building.rst", |
| 228 | + "contrib/workflows/install-git.rst": "getting-started/setup-building.rst", |
| 229 | + "contrib/workflows/regenerate.rst": "getting-started/setup-building.rst", |
| 230 | + "contrib/workflows/troubleshooting.rst": "getting-started/setup-building.rst", |
| 231 | + "contrib/index.rst": "index.rst", |
182 | 232 | } |
183 | 233 |
|
184 | 234 | intersphinx_mapping = { |
|
202 | 252 |
|
203 | 253 | # prolog and epilogs |
204 | 254 | rst_prolog = f""" |
205 | | -.. |draft| replace:: |
206 | | - This is part of a **Draft** of the Python Contributor's Guide. |
207 | | - Text in square brackets are notes about content to fill in. |
208 | | - Currently, the devguide and this new Contributor's Guide co-exist in the |
209 | | - repo. We are using Sphinx include directives to demonstrate the re-organization. |
210 | | - The final Contributor's Guide will replace the devguide with content in only one |
211 | | - place. |
212 | | - We welcome help with this! |
213 | | -
|
214 | | -.. |purpose| replace:: |
215 | | - The :ref:`contrib-plan` page has more details about the current state of this draft |
216 | | - and **how you can help**. See more info about the Contributor Guide in the |
217 | | - discussion forum: `Refactoring the DevGuide`_. |
218 | | -
|
219 | | -.. _Refactoring the DevGuide: https://discuss.python.org/t/refactoring-the-devguide-into-a-contribution-guide/63409 |
220 | 255 |
|
221 | 256 | .. |main_version| replace:: {_main_version} |
222 | 257 |
|
|
0 commit comments