Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Oniro Core
docs
Commits
b06bba57
Commit
b06bba57
authored
4 years ago
by
Pooja Halappanavar
Browse files
Options
Downloads
Patches
Plain Diff
Update reStructuredText Basics.rst
parent
687c242b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/source/readme/reStructuredText Basics.rst
+1
-55
1 addition, 55 deletions
documentation/source/readme/reStructuredText Basics.rst
with
1 addition
and
55 deletions
documentation/source/readme/reStructuredText Basics.rst
+
1
−
55
View file @
b06bba57
...
...
@@ -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**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment