-
Notifications
You must be signed in to change notification settings - Fork 109
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
Conversation
I will automatically update this comment whenever this PR is modified
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #497 +/- ##
===============================================
- Coverage 71.85% 66.77% -5.08%
===============================================
Files 38 36 -2
Lines 3137 3079 -58
Branches 426 426
===============================================
- Hits 2254 2056 -198
- Misses 774 936 +162
+ Partials 109 87 -22 ☔ 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... |
doc/source/index.rst
Outdated
.. 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.