summaryrefslogtreecommitdiffstats
path: root/reStructured Text.page
diff options
context:
space:
mode:
Diffstat (limited to 'reStructured Text.page')
-rw-r--r--reStructured Text.page19
1 files changed, 19 insertions, 0 deletions
diff --git a/reStructured Text.page b/reStructured Text.page
new file mode 100644
index 0000000..c624ded
--- /dev/null
+++ b/reStructured Text.page
@@ -0,0 +1,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/
+