-
Notifications
You must be signed in to change notification settings - Fork 13
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
[WIP] Sphinx book theme for documentation (Experimental) #94
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #94 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 104 104
Lines 7107 7107
=========================================
Hits 7107 7107 Continue to review full report at Codecov.
|
"repository_url": "https://github.com/DeepanshS/mrsimulator", | ||
"use_repository_button": True, | ||
"use_issues_button": True, | ||
"use_download_button": True, | ||
"launch_buttons": { | ||
"notebook_interface": "jupyterlab", | ||
"binderhub_url": "https://mybinder.org", | ||
"colab_url": "https://colab.research.google.com", | ||
}, |
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.
The current example pages built by Sphinx Gallery don't have these buttons added. However, the html of the page has a spot where these buttons should go. Adding the launch functionality is a matter of getting Jupyter Book to recognize the pages built by Sphinx Gallery as needing these buttons.
I think merging this PR is good for now and the issue of adding the buttons can come later.
No description provided.