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
1c40cc4b
Commit
1c40cc4b
authored
4 years ago
by
Pooja Halappanavar
Browse files
Options
Downloads
Patches
Plain Diff
Update reStructuredText Basics.rst
parent
99709fc8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/source/readme/reStructuredText Basics.rst
+12
-5
12 additions, 5 deletions
documentation/source/readme/reStructuredText Basics.rst
with
12 additions
and
5 deletions
documentation/source/readme/reStructuredText Basics.rst
+
12
−
5
View file @
1c40cc4b
...
@@ -30,6 +30,12 @@ Paragraphs in reStructuredText are blocks of text separated by at least one blan
...
@@ -30,6 +30,12 @@ Paragraphs in reStructuredText are blocks of text separated by at least one blan
Inline markup for font styles is similar to markdown:
Inline markup for font styles is similar to markdown:
**Syntax**
.. figure:: Images/Font_style.PNG
**Output**
* Use one asterisk (*text*) for italics
* Use one asterisk (*text*) for italics
* Use two asterisks (**text**) for bolding
* Use two asterisks (**text**) for bolding
* Use two backticks (``text``) for code samples
* Use two backticks (``text``) for code samples
...
@@ -110,7 +116,7 @@ reSt supports an image directive, used like: .. figure:: Images/image name.PNG
...
@@ -110,7 +116,7 @@ reSt supports an image directive, used like: .. figure:: Images/image name.PNG
**Syntax**
**Syntax**
.. figure:: Images/multi_data.PNG
.. figure:: Images/multi_data.PNG
**Output**
**Output**
...
@@ -123,8 +129,10 @@ Directive is a generic block of explicit markup. While docutils provides a numbe
...
@@ -123,8 +129,10 @@ Directive is a generic block of explicit markup. While docutils provides a numbe
**Syntax**
**Syntax**
.. figure:: Images/toctree.PNG
.. figure:: Images/toctree.PNG
:width: 50px
:height: 100px
:Height: 50px
:width: 150px
:scale: 50%
:align: right
**Output**
**Output**
...
@@ -139,8 +147,7 @@ The "list-table" directive is used to create a table from data in a uniform two-
...
@@ -139,8 +147,7 @@ The "list-table" directive is used to create a table from data in a uniform two-
**Syntax**
**Syntax**
.. figure:: Images/List-table.PNG
.. figure:: Images/List-table.PNG
:width: 50
:Height: 50
**Output**
**Output**
...
...
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