diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-11 17:27:17 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-11 17:27:21 -0400 |
commit | a01f3a093c523220bee214ce4d6a2da11c5dcc41 (patch) | |
tree | 2c48448947ad498316be4e8dcea6cbb6f3ef870e | |
parent | 37704a38636b172b296a3b108f4c898156089c96 (diff) | |
download | knowledge-a01f3a093c523220bee214ce4d6a2da11c5dcc41.tar.gz knowledge-a01f3a093c523220bee214ce4d6a2da11c5dcc41.zip |
remove 'reStructured Text' page
-rw-r--r-- | reStructured Text.page | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/reStructured Text.page b/reStructured Text.page deleted file mode 100644 index c624ded..0000000 --- a/reStructured Text.page +++ /dev/null @@ -1,19 +0,0 @@ -================ -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/ - |