OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="examples-of-rest-markup-for-devsite-document-title"> | 3 <section id="examples-of-rest-markup-for-devsite-document-title"> |
4 <h1 id="examples-of-rest-markup-for-devsite-document-title">Examples of ReST mar
kup for devsite (Document title)</h1> | 4 <h1 id="examples-of-rest-markup-for-devsite-document-title">Examples of ReST mar
kup for devsite (Document title)</h1> |
5 <p>This is an auto-generated table of contents for this document. <code>:local:<
/code> and | 5 <p>This is an auto-generated table of contents for this document. <code>:local:<
/code> and |
6 <code>:backlinks: none</code> are required to make the devsite look consistent; | 6 <code>:backlinks: none</code> are required to make the devsite look consistent; |
7 <code>:depth:</code> level can be controlled.</p> | 7 <code>:depth:</code> level can be controlled.</p> |
8 <div class="contents local topic" id="contents"> | 8 <div class="contents local" id="contents" style="display: none"> |
9 <ul class="small-gap"> | 9 <ul class="small-gap"> |
10 <li><a class="reference internal" href="#document-structure" id="id1">Document s
tructure</a></li> | 10 <li><a class="reference internal" href="#document-structure" id="id1">Document s
tructure</a></li> |
11 <li><p class="first"><a class="reference internal" href="#basic-markup" id="id2"
>Basic markup</a></p> | 11 <li><p class="first"><a class="reference internal" href="#basic-markup" id="id2"
>Basic markup</a></p> |
12 <ul class="small-gap"> | 12 <ul class="small-gap"> |
13 <li><a class="reference internal" href="#unicode-samples" id="id3">Unicode sampl
es</a></li> | 13 <li><a class="reference internal" href="#unicode-samples" id="id3">Unicode sampl
es</a></li> |
14 </ul> | 14 </ul> |
15 </li> | 15 </li> |
16 <li><a class="reference internal" href="#images" id="id4">Images</a></li> | 16 <li><a class="reference internal" href="#images" id="id4">Images</a></li> |
17 <li><p class="first"><a class="reference internal" href="#links" id="id5">Links<
/a></p> | 17 <li><p class="first"><a class="reference internal" href="#links" id="id5">Links<
/a></p> |
18 <ul class="small-gap"> | 18 <ul class="small-gap"> |
(...skipping 11 matching lines...) Expand all Loading... |
30 </ul> | 30 </ul> |
31 </li> | 31 </li> |
32 <li><p class="first"><a class="reference internal" href="#expandable-sections" i
d="id14">Expandable sections</a></p> | 32 <li><p class="first"><a class="reference internal" href="#expandable-sections" i
d="id14">Expandable sections</a></p> |
33 <ul class="small-gap"> | 33 <ul class="small-gap"> |
34 <li><a class="reference internal" href="#expandable-section" id="id15">Expandabl
e Section</a></li> | 34 <li><a class="reference internal" href="#expandable-section" id="id15">Expandabl
e Section</a></li> |
35 </ul> | 35 </ul> |
36 </li> | 36 </li> |
37 <li><a class="reference internal" href="#lists" id="id16">Lists</a></li> | 37 <li><a class="reference internal" href="#lists" id="id16">Lists</a></li> |
38 <li><a class="reference internal" href="#tables" id="id17">Tables</a></li> | 38 <li><a class="reference internal" href="#tables" id="id17">Tables</a></li> |
39 </ul> | 39 </ul> |
40 </div> | 40 |
41 <section id="document-structure"> | 41 </div><section id="document-structure"> |
42 <h2 id="document-structure">Document structure</h2> | 42 <h2 id="document-structure">Document structure</h2> |
43 <p>A document starts with a Sphinx target which serves as the document name | 43 <p>A document starts with a Sphinx target which serves as the document name |
44 throughout the tree. It can serve as a link target in other documents that want | 44 throughout the tree. It can serve as a link target in other documents that want |
45 to link to this one (see the Links section below).</p> | 45 to link to this one (see the Links section below).</p> |
46 <p>It follows with the document title (which doesn’t get generated to the
HTML body | 46 <p>It follows with the document title (which doesn’t get generated to the
HTML body |
47 in production mode, but is picked up by the devsite from <code><head><t
itle></code>.</p> | 47 in production mode, but is picked up by the devsite from <code><head><t
itle></code>.</p> |
48 </section><section id="basic-markup"> | 48 </section><section id="basic-markup"> |
49 <h2 id="basic-markup">Basic markup</h2> | 49 <h2 id="basic-markup">Basic markup</h2> |
50 <p>In general, follow the rules from <a class="reference external" href="http://
sphinx-doc.org/rest.html">http://sphinx-doc.org/rest.html</a></p> | 50 <p>In general, follow the rules from <a class="reference external" href="http://
sphinx-doc.org/rest.html">http://sphinx-doc.org/rest.html</a></p> |
51 <p>Some <strong>bold text</strong> and <em>italic text</em> and <code>fixed-font
text</code>. Non marked-up text | 51 <p>Some <strong>bold text</strong> and <em>italic text</em> and <code>fixed-font
text</code>. Non marked-up text |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 <tr class="row-odd"><td>body row 2</td> | 245 <tr class="row-odd"><td>body row 2</td> |
246 <td>...</td> | 246 <td>...</td> |
247 <td>...</td> | 247 <td>...</td> |
248 <td> </td> | 248 <td> </td> |
249 </tr> | 249 </tr> |
250 </tbody> | 250 </tbody> |
251 </table> | 251 </table> |
252 </section></section> | 252 </section></section> |
253 | 253 |
254 {{/partials.standard_nacl_article}} | 254 {{/partials.standard_nacl_article}} |
OLD | NEW |