From 6bb93c36c267fc7c8dc2d43e659f4ab756df4b55 Mon Sep 17 00:00:00 2001 From: Gururaj Shetty <gururaj.shetty@huawei.com> Date: Mon, 11 Jan 2021 12:18:52 +0000 Subject: [PATCH] Update reStructuredText Basics.rst --- documentation/source/readme/reStructuredText Basics.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/source/readme/reStructuredText Basics.rst b/documentation/source/readme/reStructuredText Basics.rst index bc3eb63..8df6ddd 100644 --- a/documentation/source/readme/reStructuredText Basics.rst +++ b/documentation/source/readme/reStructuredText Basics.rst @@ -54,7 +54,7 @@ You add documents listing them in the content of the directive: For Populating our documentation, refer https://sphinx-rtd-tutorial.readthedocs.io/en/latest/build-the-docs.html Building our Documentation -========================== +************************** In Sphinx source files, you can use most features of standard reStructuredText. Some of the basic syntax with examples are explained below: @@ -176,13 +176,13 @@ True True True Publishing the documentation to ReadTheDocs -=========================================== +******************************************* Once documentation is built, procees to upload it to read the docs. To pubish the document to ReadTheDocs, see https://sphinx-rtd-tutorial.readthedocs.io/en/latest/read-the-docs.html. Reference -========= +********* `<https://www.sphinx-doc.org/en/master/contents.html>`_ -- GitLab