From 862e98dfe59c2c81b0aec09b6ac3d0f5495db403 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 10 Oct 2023 17:10:28 +0200 Subject: [PATCH] Fix wrongly indented nested list. (#1184) --- index.rst | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) 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 `