Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Reorganise the devguide to directories #901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update topic table, delete appendix
  • Loading branch information
AA-Turner committed Jul 11, 2022
commit 1fe880b35f3eb539d2588d9689086e7a521cfab3
70 changes: 0 additions & 70 deletions 70 appendix.rst

This file was deleted.

45 changes: 14 additions & 31 deletions 45 index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,36 +115,20 @@ Core developers and contributors alike will find the following guides useful:

Guide for contributing to Python:

+------------------------+---------------------+-----------------------+---------------------+
| New Contributors | Documentarians | Triagers | Core Developers |
+========================+=====================+=======================+=====================+
| :ref:`setup` | :ref:`docquality` | :ref:`tracker` | :ref:`coredev` |
+------------------------+---------------------+-----------------------+---------------------+
| :ref:`help` | :ref:`documenting` | :ref:`triaging` | :ref:`developers` |
+------------------------+---------------------+-----------------------+---------------------+
| :ref:`pullrequest` | :ref:`style-guide` | :ref:`helptriage` | :ref:`committing` |
+------------------------+---------------------+-----------------------+---------------------+
| :ref:`runtests` | :ref:`rst-primer` | :ref:`experts` | :ref:`devcycle` |
+------------------------+---------------------+-----------------------+---------------------+
| :ref:`fixingissues` | :ref:`translating` | | :ref:`motivations` |
+------------------------+---------------------+-----------------------+---------------------+
| :ref:`communication` | | | :ref:`office hour` |
+------------------------+---------------------+-----------------------+---------------------+
| :ref:`gitbootcamp` | | | |
+------------------------+---------------------+-----------------------+---------------------+
AA-Turner marked this conversation as resolved.
Show resolved Hide resolved

Advanced tasks and topics for once you are comfortable:

* :ref:`silencewarnings`
* Fixing issues found by the :ref:`buildbots <buildbots>`
* :ref:`coverity`
* Helping out with reviewing `open pull requests`_.
See :ref:`how to review a Pull Request <how-to-review-a-pull-request>`.
* :ref:`fixingissues`

It is **recommended** that the above documents be read as needed. New
contributors will build understanding of the CPython workflow by reading the
sections mentioned in this table. You
======================== =================== ======================= =======================
Contributors Documentarians Triagers Core Developers
======================== =================== ======================= =======================
:ref:`setup` :ref:`docquality` :ref:`tracker` :ref:`responsibilities`
:ref:`help` :ref:`documenting` :ref:`triaging` :ref:`developers`
:ref:`pullrequest` :ref:`style-guide` :ref:`helptriage` :ref:`committing`
:ref:`runtests` :ref:`rst-primer` :ref:`experts` :ref:`devcycle`
:ref:`fixingissues` :ref:`translating` :ref:`labels` :ref:`motivations`
:ref:`communication` :ref:`gh-faq` :ref:`office hour`
:ref:`gitbootcamp` :ref:`triage-team` :ref:`experts`
:ref:`devcycle`
======================== =================== ======================= =======================

We **recommend** that the documents in this guide be read as needed. You
can stop where you feel comfortable and begin contributing immediately without
reading and understanding these documents all at once. If you do choose to skip
around within the documentation, be aware that it is written assuming preceding
Expand Down Expand Up @@ -265,7 +249,6 @@ Full Table of Contents
internals/index
advanced-tools/index
versions
appendix

.. _Buildbot status: https://www.python.org/dev/buildbot/
.. _Misc directory: https://github.com/python/cpython/tree/main/Misc
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.