add HCR document to the tools.rst list

(cherry picked from commit c99ce5051e)
This commit is contained in:
Araq
2019-06-18 12:19:14 +02:00
committed by narimiran
parent 2d606e38ea
commit c57485e67b

View File

@@ -4,6 +4,10 @@ Tools available with Nim
The standard distribution ships with the following tools:
- | `Hot code reloading <hcr.html>`_
| The "Hot code reloading" feature is built into the compiler but has its own
document explaining how it works.
- | `Documentation generator <docgen.html>`_
| The builtin document generator ``nim doc`` generates HTML documentation
from ``.nim`` source files.