-
Notifications
You must be signed in to change notification settings - Fork 39
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
base: devel
Are you sure you want to change the base?
Build offline docs #1049
Conversation
Added optional command to build nimSkull documents.
Update readme.md
Update readme.md
Change nep1.html to style_guide.html
Add style_guide.html link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Showing within the readme how to build the offline documentation is a good idea, I think. I've left a review comment regarding the placement.
If you're working on multiple PRs, please make sure not to merge them into each other (as they are now).
Finally, please make sure to follow the PR message guidelines -- feel free to ask for help if something is unclear. The title should also be changed to mention that this is a documentation update rather than a change to the build process.
@@ -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>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* We follow |NimSkull|'s official style guide, see `<style_guide.html>`_. | |
* We follow |NimSkull|'s official style guide, see `<nep1.html>`_. |
Build all nimSkull documentation | ||
./koch.py docs -d: release |
There was a problem hiding this comment.
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.
Summary
Details
Fixes full_issue_url
Notes for Reviewers