From fa359aa34ef94792a004cda08bc12c8aa793eed0 Mon Sep 17 00:00:00 2001 From: sailajakommineni Date: Tue, 28 Nov 2023 06:34:27 +0000 Subject: [PATCH] modified --- .github/checking.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/checking.txt b/.github/checking.txt index 088650fd172..fb995327df4 100644 --- a/.github/checking.txt +++ b/.github/checking.txt @@ -3,7 +3,7 @@ This directory contains the files required to create open-source documentation. Tools used: [Sphinx] (http://www.sphinx-doc.org/). ## Configuration files -* **index.rst** - This is the main document. This is one of the main things that Sphinx adds to restructured text: a way to connect multiple files to a single hierarchy of documents, including the 'table of contents tree'. +* **index** - This is the main document. This is one of the main things that Sphinx adds to restructured text: a way to connect multiple files to a single hierarchy of documents, including the 'table of contents tree'. * **conf.py**: The configuration directory must contain a file named conf.py. This file (containing Python code) is called the “build configuration file” and contains (almost) all the configuration needed to customize Sphinx input and output behavior. * **.md files**: Create all the markdown files that are referenced in the document tree with the appropriate content.