Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/intern.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ The new runtime is active `when defined(nimV2)`.
Coding Guidelines
=================

* We follow |NimSkull|'s official style guide, see `<nep1.html>`_.
* We follow |NimSkull|'s official style guide, see `<style_guide.html>`_.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* We follow |NimSkull|'s official style guide, see `<style_guide.html>`_.
* We follow |NimSkull|'s official style guide, see `<nep1.html>`_.

* 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.
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Build all nimSkull documentation
./koch.py docs -d: release
Comment on lines +146 to +147
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that the step should be listed separately, below the "add the bin directory to your PATH" paragraph.

```

Finally, once you have finished the build steps (on Windows, Mac, or Linux) you
Expand Down