Added link to Binder and updated docs to reflect latest template - #235
Merged
Conversation
…ossary, and fixing inline math in notebooks
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation site to support interactive Binder launches for selected tutorial notebooks and fixes client-side rendering issues introduced by MkDocs Material instant navigation (inline MathJax re-typesetting + feedback form visibility).
Changes:
- Add Binder launch links and clean notebook execution state (clear outputs / reset execution counts) for two tutorial notebooks.
- Enable Material instant navigation and add custom JS for MathJax re-typesetting and feedback form activation.
- Remove glossary auto-append/snippets configuration and delete the glossary include file.
Reviewed changes
Copilot reviewed 6 out of 23 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
mkdocs.yml |
Enables instant navigation and wires in new custom JS for MathJax + feedback form behavior; removes snippets/glossary wiring. |
docs/customization/javascript/mathjax.js |
Adds MathJax config and re-typesetting hook for SPA navigation. |
docs/customization/javascript/extra.js |
Re-enables Material feedback widget behavior without Google Analytics integration. |
docs/tutorials/notebooks/EW_analysis.ipynb |
Adds Binder link cell and clears prior execution error/output state. |
docs/tutorials/notebooks/08_2patch_SIR_wbirths_correlation.ipynb |
Adds Binder link and clears notebook outputs/execution counts. |
docs/includes/glossary.md |
Removes the glossary abbreviation definitions include. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves issue #51. Also fixes existing issues in which the feedback form was hidden and inline math in notebooks wasn't displayed property.