diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-06-01 10:21:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 19:21:41 +0200 |
commit | 3cf88c2b4955f330e147c98064969626719790de (patch) | |
tree | a491043e79dc618147708b24fc0818ef81ea11e6 /doc | |
parent | 75e579ff8ec3b5b3659612ea24f8d2b8c0e20230 (diff) | |
download | Nim-3cf88c2b4955f330e147c98064969626719790de.tar.gz |
walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501)
* update doc CI filter to include the files mostly likely to require doc rebuild * remove code duplication in ./config/nimdoc.cfg; show link to compiler docs, various fixes * walkDirRecFilter, factor nativeToUnixPath workaround * glob for getRst2html * docslocal: 40s to build all docs * revert code dedup in github actions which did not work alas... * fixups
Diffstat (limited to 'doc')
-rw-r--r-- | doc/idetools.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/idetools.rst b/doc/idetools.rst index ebb140c5c..e83bfe935 100644 --- a/doc/idetools.rst +++ b/doc/idetools.rst @@ -13,6 +13,8 @@ "yes, I'm the creator" -- Araq, 2013-07-26 19:28:32. </p></blockquote> +Note: this is mostly outdated, see instead `nimsuggest <nimsuggest.html>`_ + Nim differs from many other compilers in that it is really fast, and being so fast makes it suited to provide external queries for text editors about the source code being written. Through the |