File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ instructions please see the :ref:`setup guide <setup>`.
156156 .. code-block :: shell
157157
158158 pre-commit install
159- pre-commit run
159+ pre-commit run --all-files
160160
161161 See :ref: `install-pre-commit ` for more details. If everything is ok, commit.
162162
@@ -216,7 +216,7 @@ Key resources
216216 * `Browse online <https://github.com/python/cpython/ >`__
217217 * `Download a snapshot of the 'main' branch <https://github.com/python/cpython/archive/main.zip >`__
218218
219- * :pep: ` PEPs < 0 >` (Python Enhancement Proposals)
219+ * PEPs _ (Python Enhancement Proposals)
220220* :ref: `help `
221221* :ref: `developers `
222222* :ref: `gitbootcamp `
@@ -283,8 +283,10 @@ developers to work on them. Some major examples that may be of interest are:
283283 and learning to code on low-cost microcontroller boards.
284284
285285
286+ Full table of contents
287+ ----------------------
288+
286289.. toctree ::
287- :hidden:
288290 :maxdepth: 3
289291
290292 getting-started/index
@@ -300,6 +302,7 @@ developers to work on them. Some major examples that may be of interest are:
300302
301303
302304.. _Buildbot status : https://buildbot.python.org/#/
305+ .. _PEPs : https://peps.python.org/
303306.. _python.org maintenance : https://pythondotorg.readthedocs.io/
304307.. _Python : https://www.python.org/
305308.. _Core Python Mentorship : https://www.python.org/dev/core-mentorship/
You can’t perform that action at this time.
0 commit comments