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.