Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build offline docs #1049

Open
wants to merge 6 commits into
base: devel
Choose a base branch
from
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