diff --git a/index.rst b/index.rst
index 20bc228b08..c4450e1e04 100644
--- a/index.rst
+++ b/index.rst
@@ -180,14 +180,20 @@ Key resources
-------------
* Coding style guides
- * :PEP:`7` (Style Guide for C Code)
- * :PEP:`8` (Style Guide for Python Code)
+
+ * :PEP:`7` (Style Guide for C Code)
+ * :PEP:`8` (Style Guide for Python Code)
+
* `Issue tracker`_
- * :ref:`experts`
+
+ * :ref:`experts`
+
* `Buildbot status`_
* Source code
- * `Browse online `_
- * `Snapshot of the *main* branch `_
+
+ * `Browse online `_
+ * `Snapshot of the *main* branch `_
+
* PEPs_ (Python Enhancement Proposals)
* :ref:`help`
* :ref:`developers`
@@ -198,22 +204,24 @@ Key resources
Additional resources
--------------------
-* Anyone can clone the sources for this guide. See
- :ref:`devguide`.
+* Anyone can clone the sources for this guide. See :ref:`devguide`.
* Help with ...
- * :ref:`exploring`
- * :ref:`grammar`
- * :ref:`parser`
- * :ref:`compiler`
- * :ref:`garbage_collector`
+
+ * :ref:`exploring`
+ * :ref:`grammar`
+ * :ref:`parser`
+ * :ref:`compiler`
+ * :ref:`garbage_collector`
+
* Tool support
- * :ref:`gdb`
- * :ref:`clang`
- * Various tools with configuration files as found in the `Misc directory`_
- * Information about editors and their configurations can be found in the
- `wiki `_
-* `python.org maintenance`_
+ * :ref:`gdb`
+ * :ref:`clang`
+ * Various tools with configuration files as found in the `Misc directory`_
+ * Information about editors and their configurations can be found in the
+ `wiki `_
+
+* `python.org maintenance`_
* :ref:`Search this guide `