From 964bf565223c97f7f6c280297ea8205b8bdff991 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 12 Aug 2020 01:24:40 +0200 Subject: [PATCH] Drop unnecessary RST file endings from index ToC --- docs/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 161c3c3c2..6a132fc1e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,8 +16,8 @@ Welcome to |project|'s documentation! :maxdepth: 2 :caption: Contents: - installation_guide.rst - user_guide.rst + installation_guide + user_guide .. toctree:: :caption: What's new @@ -27,10 +27,10 @@ Welcome to |project|'s documentation! .. toctree:: :caption: Contributing - contributing/code_of_conduct.rst - contributing/guidelines.rst - contributing/security.rst - contributing/testing_guide.rst + contributing/code_of_conduct + contributing/guidelines + contributing/security + contributing/testing_guide