File: example.txt

package info (click to toggle)
rest2web 0.5.2~alpha%2Bsvn-r248-2.3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,256 kB
  • ctags: 870
  • sloc: python: 6,285; makefile: 64
file content (29 lines) | stat: -rw-r--r-- 849 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
restindex
    crumb: A Page
    link-title: An Example Page
    page-description:
        This description is for the index page.
        You can use **reST** markup if you want.
    /description
/restindex

==============
 A ReST Title
==============
--------------
 The Subtitle
--------------

..
    This is a comment. To use the 'raw-role', we have to define it *first*.

.. role:: raw-html(raw)
    :format: html

This page is written in {acro;reST;ReStructured Text} markup. That's why it looks like *plain text*.

This page lives at :raw-html:`<em><% pagepath %></em>` [#]_. This tutorial isn't a tutorial on ReStructuredText though. If you're looking for one, you might be better off with the `docutils documentation`_.

.. [#] The file path is dynamically inserted by rest2web.

.. _docutils documentation: http://docutils.sourceforge.net