[bugfix] Fixes #11434 , Update Tools Documentation (#11449)

(cherry picked from commit eb087b3546)
This commit is contained in:
Juan Carlos
2019-06-17 06:17:28 -03:00
committed by narimiran
parent e15ce6bdeb
commit 77166176b2

View File

@@ -16,5 +16,12 @@ The standard distribution ships with the following tools:
- | `C2nim <https://github.com/nim-lang/c2nim/blob/master/doc/c2nim.rst>`_
| C to Nim source converter. Translates C header files to Nim.
- | `niminst <https://nim-lang.org/docs/niminst.html>`_
| niminst is a tool to generate an installer for a Nim program.
- | `nimgrep <nimgrep.html>`_
| Nim search and replace utility.
- | nimpretty
| ``nimpretty`` is a Nim source code beautifier,
to format code according to the official style guide.