summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2022-05-24 23:53:01 +0800
committerGitHub <noreply@github.com>2022-05-24 17:53:01 +0200
commitd81edcacc6740a99b0360cf31ddc2f2a1626006c (patch)
tree4b61fcda8f02cd729c07b1d6bd56e3e19c26fe8c /doc
parentec0cec3170a3f175b9e02ca98e82c963fe64df4f (diff)
downloadNim-d81edcacc6740a99b0360cf31ddc2f2a1626006c.tar.gz
Add link to std/tempfiles in the docs; fix #19155 (#19807)
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index f72012777..2f3a315a8 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -251,6 +251,10 @@ Generic Operating System Services
   This module contains a few procedures to control the *terminal*
   (also called *console*). The implementation simply uses ANSI escape
   sequences and does not depend on any other module.
+  
+* `tempfiles <tempfiles.html>`_
+  This module provides some utils to generate temporary path names and
+  create temporary files and directories.
 
 
 Math libraries