summaryrefslogtreecommitdiffstats
path: root/reStructured Text.page
blob: c624dede53a4151aae7f6aeaabd3422f1c21d301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
================
ReStructuredText
================

reStructured text is a markup language commonly used in wikis (including
`Git Wiki`_) and software documentation. It strives to be readable in 
its raw text
form, extensible, easy to write, and flexible in output. Writers
exist to output HTML, XHTML, LaTeX, and several other formats

reStructured text is closely tied to the python community and is used
in the formating of PEPs. The most popular implementation is `docutils`_.

I also have a cheatsheet_.

.. _docutils: http://docutils.sourceforge.net/
.. _Git Wiki: /k/gitwiki/
.. _cheatsheet: /k/sheets/rst/