-
Notifications
You must be signed in to change notification settings - Fork 107
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
include quest tile in index.rst #497
base: development
Are you sure you want to change the base?
Conversation
👈 Launch a binder notebook on this branch for commit b8b5f6c I will automatically update this comment whenever this PR is modified 👈 Launch a binder notebook on this branch for commit b99fa18 👈 Launch a binder notebook on this branch for commit b3399fe 👈 Launch a binder notebook on this branch for commit 30fc2c8 👈 Launch a binder notebook on this branch for commit f7df79c 👈 Launch a binder notebook on this branch for commit dbf3ecf 👈 Launch a binder notebook on this branch for commit 791c1c9 👈 Launch a binder notebook on this branch for commit df3cc5d 👈 Launch a binder notebook on this branch for commit ee8cc41 👈 Launch a binder notebook on this branch for commit 85f9f03 👈 Launch a binder notebook on this branch for commit 1159114 👈 Launch a binder notebook on this branch for commit a1412b3 👈 Launch a binder notebook on this branch for commit 2be3fe2 👈 Launch a binder notebook on this branch for commit 6c1bdbd 👈 Launch a binder notebook on this branch for commit f251032 👈 Launch a binder notebook on this branch for commit 2d058b9 👈 Launch a binder notebook on this branch for commit ad6179b 👈 Launch a binder notebook on this branch for commit b71b714 👈 Launch a binder notebook on this branch for commit 74c3feb 👈 Launch a binder notebook on this branch for commit c441b9f |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #497 +/- ##
============================================
Coverage 66.27% 66.27%
============================================
Files 36 36
Lines 3072 3072
Branches 537 537
============================================
Hits 2036 2036
Misses 948 948
Partials 88 88 ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
I think there might be something funny going on with internal circular references for the PR docs. It's building without claiming a bad link or ref, and the link is used elsewhere in the docs with no issues. I'm wondering if we ought to consider merging with a plan to find and add a fix if an actual build doesn't work... |
.. link-button:: `QUEST_Finding_Argo_IS2_data <https://icepyx.readthedocs.io/en/latest/example_notebooks/QUEST_argo_data_access.html>`_ | ||
:type: url | ||
:text: Start your QUEST! | ||
:classes: stretched-link btn-outline-primary btn-block |
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.
.. link-button:: `QUEST_Finding_Argo_IS2_data <https://icepyx.readthedocs.io/en/latest/example_notebooks/QUEST_argo_data_access.html>`_ | |
:type: url | |
:text: Start your QUEST! | |
:classes: stretched-link btn-outline-primary btn-block | |
.. button-ref:: /example_notebooks/QUEST_argo_data_access.ipynb | |
:class: stretched-link btn-outline-primary btn-block | |
Start your QUEST! |
sphinx-panels (dead project) is replaced by sphinx-design on main. Minor changes required.
I'm not sure if the link will work exactly as written, but what I'm trying to do is replace an absolute URL with generating a URL from a ref.
No description provided.