Skip to content

Commit 4e639e3

Browse files
Hugo's other suggestions
1 parent a41054c commit 4e639e3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)