Skip to content
Snippets Groups Projects
Commit 4479f1c7 authored by Gururaj Shetty's avatar Gururaj Shetty
Browse files

Merge branch 'Poojahalappanavar15-master-patch-78900' into 'master'

Update reStructuredText Basics.rst

See merge request docs/developer-guide!49
parents 687c242b b06bba57
No related branches found
No related tags found
No related merge requests found
......@@ -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**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment