website improvements

This commit is contained in:
Araq
2015-07-18 15:35:27 +02:00
parent f79e58edce
commit 6b3c46fbd9
2 changed files with 8 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ Tools available with Nim
The standard distribution ships with the following tools:
- | `Documentation generator <docs/docgen.html>`_
| The builtin document generator ``nim doc2`` generates HTML documentation
from ``.nim`` source files.
- | `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