-
-
Notifications
You must be signed in to change notification settings - Fork 233
Add JS clickable tab link functionality #1288
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
Conversation
Reference: Signed-off-by: John M. Horan <johnmhoran@gmail.com>
@TG1999 I just finished adding two simple JavaScript-based clickable tab links to the I opened this PR and all tests passed, but 2 documentation builds threw a warning, treated as an error, and thus those 2 builds failed. The warnings are identical and have nothing to do with my work -- related to a broken links in
|
@TG1999 The errors in the documentation build refer to This is similar to the link in Many of the first group of hits in a Google search for It would be interesting to know when the In any event, that URL seems at least temporarily invalid. My suggestion for this PR is to disregard those documentation builds for now and, subject to any corrections of this tab-link work, that the PR be merged into |
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.
@johnmhoran some nits for your consideration
@johnmhoran please add CHANGELOG for this and #1279 |
@johnmhoran please add a new heading |
Thanks @TG1999 -- will do. |
@TG1999 CHANGELOG.rst updated a little while ago. |
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.
LGTM! Thanks++
Reference: #1286