diff --git a/documentation/source/readme/reStructuredText Basics.rst b/documentation/source/readme/reStructuredText Basics.rst index aa96740322bf84705cb1db859b9ade5193c1b10b..5960779b59b92ecc6e621d5bbf3c7244c660cf7d 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**