diff options
| author | Philipp A | 2018-12-02 16:15:46 +0100 |
|---|---|---|
| committer | Philipp A | 2018-12-02 16:15:46 +0100 |
| commit | c7bf1a581871a5bb13195d116d9dc7b83eb83c3a (patch) | |
| tree | 388ecec400b6467c6ad3a7fa1a99a50dc4a30804 /README.rst | |
| parent | d649c218c1bfe556b70e8ff6f1b95bb6d74c2d0c (diff) | |
| download | rust-rst-c7bf1a581871a5bb13195d116d9dc7b83eb83c3a.tar.bz2 | |
Added doc8 ini and adapted readme stype
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |
