@@ -14,7 +14,15 @@ to Python_ -- for both new and experienced contributors. It is
1414:ref: `maintained <devguide >` by the same
1515community that maintains Python. We welcome your contributions!
1616
17- Start with the area that best matches what you want to do.
17+ Getting started
18+ ---------------
19+
20+ To jump directly into exploring potential code contributions, refer
21+ to the :ref: `quick reference guide <quick-reference >` in the section on
22+ :ref: `getting started <getting-started >` with code contributions.
23+
24+ More generally, start with the links in the table below that
25+ best match what you want to do.
1826If you still have questions after reviewing the material in
1927this guide, then the `Core Python Mentorship `_ group is available to help guide new
2028contributors through the process.
@@ -58,6 +66,8 @@ reading and understanding everything. If you do choose to skip
5866around within the guide, be aware that some sections build on each other,
5967so you may need to backtrack for missing concepts or terminology.
6068
69+
70+
6171For broader open-source contribution advice, a number of individuals from the
6272Python community have contributed to a series
6373of excellent guides at `Open Source Guides <https://opensource.guide/ >`__.
@@ -73,16 +83,6 @@ For example,
7383 :width: 100%
7484
7585
76- Quick reference
77- ---------------
78-
79- .. note ::
80-
81- The quick reference documentation has been moved to serve as a cheat-sheet and overview
82- in :ref: `Getting started <getting-started >`.
83-
84- Go to :ref: `the new quick reference <quick-reference >`.
85-
8686Proposing changes to Python itself
8787----------------------------------
8888
0 commit comments