aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorPhilipp A2018-12-02 16:15:46 +0100
committerPhilipp A2018-12-02 16:15:46 +0100
commitc7bf1a581871a5bb13195d116d9dc7b83eb83c3a (patch)
tree388ecec400b6467c6ad3a7fa1a99a50dc4a30804 /README.rst
parentd649c218c1bfe556b70e8ff6f1b95bb6d74c2d0c (diff)
downloadrust-rst-c7bf1a581871a5bb13195d116d9dc7b83eb83c3a.tar.bz2
Added doc8 ini and adapted readme stype
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 78bcb5d..c3a1e3d 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,8 @@ RuSTructuredText |travis|
.. image:: rust-rst.svg
-Designed around the `Docutils Document Tree`_ and the `reStructuredText specification`_, this is supposed to become a library able to convert reStructuredText and Docutils XML to both each other and HTML5.
+Designed around the `Docutils Document Tree`_ and the `reStructuredText specification`_,
+this is supposed to become a library able to convert reStructuredText and Docutils XML to both each other and HTML5.
This project is dual-licensed under Apache 2.0 and MIT.
@@ -15,11 +16,13 @@ This project is dual-licensed under Apache 2.0 and MIT.
.. _reStructuredText specification: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
.. note::
- If you are looking for the requirements tracking tool rst (Requirements, Specifications and Tests), have a look at the rst_app package instead.
+ If you are looking for the requirements tracking tool rst (Requirements, Specifications and Tests),
+ have a look at the rst_app package instead.
Inspiration
-----------
-The design was inspired by the comrak_ Markdown parser library. The rST grammar was inspired by peg-rst_
+The design was inspired by the comrak_ Markdown parser library.
+The rST grammar was inspired by peg-rst_
.. _comrak: https://github.com/kivikakk/comrak
.. _peg-rst: https://github.com/hhatto/peg-rst