File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Hello world!
4
4
5
5
This is a test for delivering a README in the ReST format.
6
6
7
+ ------------------------------------------------------------------------------
8
+ Table of contents
9
+ ------------------------------------------------------------------------------
10
+
11
+ .. contents ::
12
+
7
13
.. _section1 :
8
14
9
15
------------------------------------------------------------------------------
@@ -22,7 +28,11 @@ Let's try some code:
22
28
Subsection 1.1
23
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24
30
25
- Let's try a link to :ref: ` section < section1 >` 1 above.
31
+ Let's try making links:
26
32
27
- To be continued...
33
+ * a local link with regular syntax to :ref: `section 1 <section1 >` above
34
+ * a local link with global syntax to `section 1 <section1 >`_ above
35
+ * an absolute link to `GitHub home page <https://github.com >`_
36
+ * plain text automatically converted to an absolute link https://github.com
28
37
38
+ To be continued...
You can’t perform that action at this time.
0 commit comments