diff options
author | Yanis Zafirópulos <1265028+drkameleon@users.noreply.github.com> | 2020-10-29 10:33:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 10:33:47 +0100 |
commit | 0cae8ef2caccaf1104b21ab957dd877d5c2f461c (patch) | |
tree | 42a21cbbbbea4f3c1538ceaf3d119f93cc2edc32 /doc/tools.rst | |
parent | 485d4ff802c361f363d2f455b98abc5db1a7082d (diff) | |
download | Nim-0cae8ef2caccaf1104b21ab957dd877d5c2f461c.tar.gz |
Massive documentation fixes + copy editing (#15747)
Diffstat (limited to 'doc/tools.rst')
-rw-r--r-- | doc/tools.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tools.rst b/doc/tools.rst index df4d2e99f..f231cdc7d 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -14,7 +14,7 @@ The standard distribution ships with the following tools: - | `Nimsuggest for IDE support <nimsuggest.html>`_ | Through the ``nimsuggest`` tool, any IDE can query a ``.nim`` source file - and obtain useful information like definition of symbols or suggestions for + and obtain useful information like the definition of symbols or suggestions for completion. - | `C2nim <https://github.com/nim-lang/c2nim/blob/master/doc/c2nim.rst>`_ @@ -35,5 +35,5 @@ The standard distribution ships with the following tools: is used for the development of Nim itself, offers process isolation for your tests, it can generate statistics about test cases, supports multiple targets (C, JS, etc), `simulated Dry-Runs <https://en.wikipedia.org/wiki/Dry_run_(testing)>`_, - has logging, can generate HTML reports, skip tests from a file and more, + has logging, can generate HTML reports, skip tests from a file, and more, so can be useful to run your tests, even the most complex ones. |