-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update Documentation #21
Conversation
- file: ../Notebooks/Tutorials/UrbanAreas_tutorials.ipynb | ||
- file: ../Notebooks/Tutorials/LEI_Example.ipynb | ||
|
||
- file: notebooks/Tutorials/UrbanAreas_tutorials.ipynb |
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.
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've commented out everything except the Tutorials/
notebooks for now, so currently only those two will be included in the built documentation
@elbeejay Thanks! My guess is that the symlink was the issue. Could you please pull and retry? |
34b4055
to
0bcd030
Compare
for more information, see https://pre-commit.ci
This reverts commit 2eb4db3.
This reverts commit 9f660ff.
e3fedc4
to
9420f8d
Compare
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Unfortunately still not having luck with the notebook execution. The symlink is working as expected and it seems slick @g4brielvs, just need to figure out why the documentation isn't running the notebooks as it should... they are showing up in the locally hosted documentation just without outputs which suggests they aren't being executed will continue to tweak and edit |
@elbeejay Because Here the config on
|
That sounds right. I am thinking we can continue to use Unfortunately it looks like the sphinx conf.py file was messed with in isolation from the _config.yml file, so I'm going to work on updating the _config.yml file so that we get a working conf.py file and eventually a working docs build. |
Cool, thanks for pointing me in the right direction there @g4brielvs, we've got a successful documentation build now. I'll summarize the PR below as it looks like a lot of commits and lines changed, but is really fewer than it seems. In this PR:
Edit: Due to the size of this PR I am going to continue documentation revisions in a new PR - I'd like to merge this if that's ok with you @g4brielvs so we can see how the runner builds the documentation and make further edits and modifications to the documentation from there. I will be unlinking #16 in the main PR text above. |
Added the https://github.com/kynan/nbstripout tool as a pre-commit hook to remove notebook metadata/output automatically. This closes #24. CI on this PR will still fail because many of the documentation fixes, typos, ruff style fixes, etc. are not implemented until PR #26 which was originally split out to make this PR and that one easier to review... |
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.
@elbeejay Thank you for proposing these changes. Could you please resolve the conflicts?
@g4brielvs conflicts are resolved, the pre-commit stuff gets taken care of in #26, which probably also has these new conflicts I need to go resolve... |
Working to improve and update the documentation.
For some reason the configuration to execute the jupyter notebooks isn't working for me locally:
Any suggestions @g4brielvs?
This relates to #16