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

View File

@@ -21,6 +21,10 @@ Nim's Documentation
| The user guide lists command line arguments, special features of the
compiler, etc.
- | `Nim Backend Integration <docs/backends.html>`_
| The Backend Integeration guide gives further information of how Nim can
interact with C, C++, Objective C and JavaScript.
.. container:: standout