aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d8a9f5d..630025e 100644
--- a/README.rst
+++ b/README.rst
@@ -19,6 +19,16 @@ Currently it can convert a subset of rST (e.g. this README) to HTML5:
# or
cargo run -- README.rst
+The contained packages are:
+
+::
+
+ document_tree
+ ├── renderer
+ │ └──────┐
+ └── parser │
+ └──────┴── rst
+
This project is dual-licensed under Apache 2.0 and MIT.
.. _Docutils Document Tree: http://docutils.sourceforge.net/docs/ref/doctree.html