diff options
author | Aaron Ball <nullspoon@oper.io> | 2019-09-28 16:56:28 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2019-09-28 16:57:33 -0600 |
commit | 78c696d898dd7a75c4a35214739e17ce07f8d41d (patch) | |
tree | 559d125434ed4eaf75e16898953e05f6cc32194b /res | |
parent | d978ce62e92746a2f35295d7af0a84ef58f503c5 (diff) | |
download | oper.io-78c696d898dd7a75c4a35214739e17ce07f8d41d.tar.gz oper.io-78c696d898dd7a75c4a35214739e17ce07f8d41d.tar.xz |
Makefile:Add support for ReStructured Text.
This also adds an rst template, so its output is somewhat like that of
asciidoc (for example: no html, head, or body section headers - just the
body content).
Diffstat (limited to 'res')
-rw-r--r-- | res/rst_template.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/rst_template.txt b/res/rst_template.txt new file mode 100644 index 0000000..aaff9a3 --- /dev/null +++ b/res/rst_template.txt @@ -0,0 +1,3 @@ +%(body_pre_docinfo)s +%(docinfo)s +%(body)s |