diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-01 23:27:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-03 07:29:27 +0700 |
commit | 787c10cc3309f20583065e2b21c741ff2bcf01e5 (patch) | |
tree | 1a0211e3198000ff32c4153a7f8488288bf37b7e /python/rst2ansi/README | |
parent | 24d777d6fd83580862f659503c66c1cfc690b11a (diff) | |
download | slackbuilds-787c10cc3309f20583065e2b21c741ff2bcf01e5.tar.gz |
python/rst2ansi: Added (A rst converter to ansi-decorated).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/rst2ansi/README')
-rw-r--r-- | python/rst2ansi/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/rst2ansi/README b/python/rst2ansi/README new file mode 100644 index 0000000000..b063b8d0e7 --- /dev/null +++ b/python/rst2ansi/README @@ -0,0 +1,2 @@ +A python module dedicated to rendering RST (reStructuredText) +documents to ansi-escaped strings suitable for display in a terminal. |