content
This commit is contained in:
parent
5dba54b9d5
commit
2c273a2626
100 changed files with 1534 additions and 0 deletions
BIN
source/restructuredtext/image.png
Normal file
BIN
source/restructuredtext/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
8
source/restructuredtext/index.rst
Normal file
8
source/restructuredtext/index.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
################
|
||||
ReStructuredText
|
||||
################
|
||||
|
||||
.. toctree::
|
||||
|
||||
tree
|
||||
syntax
|
78
source/restructuredtext/syntax.rst
Normal file
78
source/restructuredtext/syntax.rst
Normal file
|
@ -0,0 +1,78 @@
|
|||
******
|
||||
Syntax
|
||||
******
|
||||
|
||||
Sections
|
||||
========
|
||||
|
||||
.. code:: restructuredtext
|
||||
|
||||
####
|
||||
Part
|
||||
####
|
||||
|
||||
*******
|
||||
Chapter
|
||||
*******
|
||||
|
||||
Section
|
||||
=======
|
||||
|
||||
SubSection
|
||||
----------
|
||||
|
||||
SubSubSection
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
Paragraph
|
||||
"""""""""
|
||||
|
||||
ToSort
|
||||
======
|
||||
|
||||
.. code:: restructuredtext
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<div></div>
|
||||
|
||||
* *1 star*
|
||||
* **2 stars**
|
||||
* ``2 backquotes``
|
||||
|
||||
After this comma,
|
||||
| output new line
|
||||
|
||||
|
||||
.. comment
|
||||
|
||||
..
|
||||
multiline
|
||||
|
||||
comment
|
||||
|
||||
.. image:: image.png
|
||||
|
||||
Indent 0
|
||||
|
||||
Indent 1 which
|
||||
continues here.
|
||||
|
||||
Indent 2
|
||||
|
||||
* item
|
||||
|
||||
* subitem
|
||||
|
||||
* item
|
||||
|
||||
#. first
|
||||
#. second
|
||||
|
||||
----
|
||||
|
||||
.. epigraph::
|
||||
|
||||
No matter where you go, there you are.
|
||||
|
||||
-- Buckaroo Banzai
|
7
source/restructuredtext/tree.rst
Normal file
7
source/restructuredtext/tree.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
****
|
||||
Tree
|
||||
****
|
||||
|
||||
.. code::
|
||||
|
||||
index
|
Loading…
Add table
Add a link
Reference in a new issue