From c57485e67b35fb58b981cd3c4bca75fa32fff401 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 18 Jun 2019 12:19:14 +0200 Subject: [PATCH] add HCR document to the tools.rst list (cherry picked from commit c99ce5051e7024319c2d600af8b218dfc997bde8) --- doc/tools.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/tools.rst b/doc/tools.rst index 23dcc81bad..f407420b08 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 `_ + | The "Hot code reloading" feature is built into the compiler but has its own + document explaining how it works. + - | `Documentation generator `_ | The builtin document generator ``nim doc`` generates HTML documentation from ``.nim`` source files.