From c2d4a68dbe1f3896f3f74acf08cfb7c210a3faa6 Mon Sep 17 00:00:00 2001 From: Nixfreak Date: Tue, 5 Dec 2023 12:41:43 -0600 Subject: [PATCH 1/3] Update readme.md Added optional command to build nimSkull documents. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 26ff10e3a89..971f177a152 100644 --- a/readme.md +++ b/readme.md @@ -143,6 +143,8 @@ git clone https://github.com/nim-works/nimskull.git cd nimskull ./koch.py boot -d:release ./koch.py tools -d:release +**Optional** Build all nimSkull documentation +./koch.py docs -d: release ``` Finally, once you have finished the build steps (on Windows, Mac, or Linux) you From 4567734a96d2729612386ca1cbd4efe28a25cfa1 Mon Sep 17 00:00:00 2001 From: Nixfreak Date: Tue, 5 Dec 2023 12:50:38 -0600 Subject: [PATCH 2/3] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 971f177a152..7449eadf220 100644 --- a/readme.md +++ b/readme.md @@ -143,7 +143,7 @@ git clone https://github.com/nim-works/nimskull.git cd nimskull ./koch.py boot -d:release ./koch.py tools -d:release -**Optional** Build all nimSkull documentation + Build all nimSkull documentation ./koch.py docs -d: release ``` From e2099e71e62cf76cf45ac7ed566894c62106aebd Mon Sep 17 00:00:00 2001 From: Nixfreak Date: Tue, 5 Dec 2023 22:38:55 -0600 Subject: [PATCH 3/3] Update intern.rst Change nep1.html to style_guide.html --- doc/intern.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intern.rst b/doc/intern.rst index f8bb074e456..f71c7b10c8d 100644 --- a/doc/intern.rst +++ b/doc/intern.rst @@ -250,7 +250,7 @@ The new runtime is active `when defined(nimV2)`. Coding Guidelines ================= -* We follow |NimSkull|'s official style guide, see ``_. +* We follow |NimSkull|'s official style guide, see ``_. * Max line length is 100 characters. * Provide spaces around binary operators if that enhances readability. * Use a space after a colon, but not before it.