File: heading-level-guide.txt

package info (click to toggle)
glance 2%3A30.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,416 kB
  • sloc: python: 74,906; sh: 175; makefile: 111
file content (31 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
===============
Heading level 1
===============

ReStructured Text doesn't care what markers you use for headings,
but it does require you to be consistent.  Here's what we are using
in the Image API reference documents.

Level 1 is mostly used in the .rst files.  For the .inc files,
the top-level heading will most likely be a Level 2.

Heading level 2
***************

Heading level 3
~~~~~~~~~~~~~~~

Heading level 4
---------------

Heading level 5
+++++++++++++++

Heading level 6
###############

Heading level 7
"""""""""""""""

Heading level 8
'''''''''''''''