From e7744ace1b2d7d392169828047dce9a79e330413 Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Sun, 30 Aug 2026 15:31:06 +1000 Subject: [PATCH] GH-1895: Move quick reference link higher on landing page --- index.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.rst b/index.rst index 84936f3ec..b9f0055dc 100644 --- a/index.rst +++ b/index.rst @@ -14,7 +14,15 @@ to Python_ -- for both new and experienced contributors. It is :ref:`maintained ` by the same community that maintains Python. We welcome your contributions! -Start with the area that best matches what you want to do. +Getting started +--------------- + +To jump directly into exploring potential code contributions, refer +to the :ref:`quick reference guide ` in the section on +:ref:`getting started ` with code contributions. + +More generally, start with the links in the table below that +best match what you want to do. If you still have questions after reviewing the material in this guide, then the `Core Python Mentorship`_ group is available to help guide new contributors through the process. @@ -58,6 +66,8 @@ reading and understanding everything. If you do choose to skip around within the guide, be aware that some sections build on each other, so you may need to backtrack for missing concepts or terminology. + + For broader open-source contribution advice, a number of individuals from the Python community have contributed to a series of excellent guides at `Open Source Guides `__. @@ -73,16 +83,6 @@ For example, :width: 100% -Quick reference ---------------- - -.. note:: - - The quick reference documentation has been moved to serve as a cheat-sheet and overview - in :ref:`Getting started `. - -Go to :ref:`the new quick reference `. - Proposing changes to Python itself ----------------------------------