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

Build offline docs #1049

wants to merge 6 commits into from

Conversation

nixfreak
Copy link
Contributor

@nixfreak nixfreak commented Dec 5, 2023

Summary

  • Update readme.md to reflect how to build all nimskull docs.
  • Help the user(s) to be able to view docs offline?

Details

  • info that couldn't fit into the summary
  • relevant details; tricky parts
  • anything else

Fixes full_issue_url


Notes for Reviewers

  • leave additional context for reviewers
  • maybe specific requests or areas of focus

Added optional command to build nimSkull documents.
Change nep1.html to style_guide.html
Copy link
Collaborator

@zerbina zerbina left a 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>`_.
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>`_.

Comment on lines +146 to +147
Build all nimSkull documentation
./koch.py docs -d: release
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.

@zerbina zerbina added the documentation Improvements or additions to documentation label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants