summary refs log tree commit diff stats
path: root/doc/tools.rst
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-06-18 12:19:14 +0200
committerAraq <rumpf_a@web.de>2019-06-18 12:19:14 +0200
commitc99ce5051e7024319c2d600af8b218dfc997bde8 (patch)
tree274b6a5d96b58d5e832f5f5067235acd5bf67a20 /doc/tools.rst
parent38f05bb9a32ea89a2724448fc6c843ec7c0485bd (diff)
downloadNim-c99ce5051e7024319c2d600af8b218dfc997bde8.tar.gz
add HCR document to the tools.rst list
Diffstat (limited to 'doc/tools.rst')
-rw-r--r--doc/tools.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tools.rst b/doc/tools.rst
index 23dcc81ba..f407420b0 100644
--- a/doc/tools.rst
+++ b/doc/tools.rst
@@ -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.