-
Notifications
You must be signed in to change notification settings - Fork 280
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
ENH: fix notebook links #4719
Merged
Merged
ENH: fix notebook links #4719
Conversation
This file contains 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
Xarthisius
force-pushed
the
issue_4718
branch
5 times, most recently
from
October 31, 2023 19:08
b2abcb4
to
1bc0a36
Compare
chrishavlin
previously approved these changes
Oct 31, 2023
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.
awesome, thanks @Xarthisius !
Xarthisius
force-pushed
the
issue_4718
branch
6 times, most recently
from
November 1, 2023 15:40
89d9fa5
to
a1711d0
Compare
Xarthisius
force-pushed
the
issue_4718
branch
from
November 1, 2023 18:29
a1711d0
to
098d22a
Compare
chrishavlin
approved these changes
Nov 1, 2023
@matthewturk did you want to look over? or good to merge? |
I should have caught up earlier, but does this need to be backported to yt-4.3.x ? |
I guess it should, since the bug was affecting stable docs: @meeseeksdev backport to yt-4.3.x |
meeseeksmachine
pushed a commit
to meeseeksmachine/yt
that referenced
this pull request
Nov 3, 2023
neutrinoceros
added a commit
that referenced
this pull request
Nov 4, 2023
…9-on-yt-4.3.x Backport PR #4719 on branch yt-4.3.x (ENH: fix notebook links)
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.
PR Summary
Fix most of orphaned
.. notebook
directivesStub
.rst
with just a label and.. notebook
are no longer necessary (won't work anyway). In order to link to in TOC use name of the notebook file directly. In order to link within text use`:doc:<relative/path/to/notebook>`
... notebook-cell
are still not resolved by this PR, but I haven't figured out how to do them (except for using myst and markdown instead).