From b06bba57204535f849d56e75d5417d52af1fd017 Mon Sep 17 00:00:00 2001 From: Pooja Halappanavar <pooja.halappanavar@huawei.com> Date: Tue, 29 Dec 2020 12:56:11 +0000 Subject: [PATCH] Update reStructuredText Basics.rst --- .../source/readme/reStructuredText Basics.rst | 56 +------------------ 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/documentation/source/readme/reStructuredText Basics.rst b/documentation/source/readme/reStructuredText Basics.rst index aa96740..5960779 100644 --- a/documentation/source/readme/reStructuredText Basics.rst +++ b/documentation/source/readme/reStructuredText Basics.rst @@ -19,61 +19,7 @@ You can easily find text editors that render reStructuredText with syntax highli Open this link for complete installation process - `<https://sphinx-rtd-tutorial.readthedocs.io/en/latest/install.html>`_ - - -2. **Adding scripts to the the Envionment variable** - -* Navigate to control panel>system and security>system - -* **Click** advanced system settings>advanced>environment variables - -* Select path and click **edit** - -* Click **new** and add **c:/user/<username>/appdata/local/programs/python/python39/script** - -* Click **ok** - -.. figure:: /images/Environment variable.png - -.. figure:: /images/path.png - - -3. **Creating the files** - -* Open command promt then type **sphinx-quickstart** - -* Select root path by entering y letter - -* Enter project name, author name, project release name - -* Then select project language by entering y letter - -* Command will appear like see the command that finished an intial directory structure has been created - -* Now go to local file and check for source folder - -* Inside source folder rst file will be there - - -.. figure:: /images/quickstart.png - - -4. **How to do authoring** - -* Open rst file in note pad++ - -* Type the content or edit it then save it - -* Now to get the HTML format open command promt and enter make html - -* Go to build file in local folder - -* Search for html folder and then check for html file, open it in browser - -* If you want make any chages in the content then edit rst file and save it - -.. figure:: /images/source.png + `<https://sphinx-rtd-tutorial.readthedocs.io/en/latest/index.html>`_ **How to use reStructuredText** -- GitLab