Skip to content
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

Replace HTML hyperlinks with Markdown image hyperlinks in ipynb docs #248

Merged
merged 1 commit into from
Aug 17, 2020
Merged

Replace HTML hyperlinks with Markdown image hyperlinks in ipynb docs #248

merged 1 commit into from
Aug 17, 2020

Conversation

bterrific2008
Copy link
Contributor

This pull request addresses an issue where the 'Run in Colab' buttons not rendered on readthedocs #244.

The cause of this issue is that nbsphinx does not currently support HTML-style hyperlinks.

This pull request changes the HTML-style hyperlinks used for the 'Run in Colab' and 'View Source in GitHub' buttons with Markdown image links. Screenshots of what that looks like are attached below.


The docs build correctly after running make html. I didn't run any of the other tests, as this change just affects the docs/ folder.

I think I got all of the ipynb files in docs/. Let


Screenshot of how it looks on jupyter notebook:

image

Screenshot of how it looks from the browser:

image

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

@bterrific2008
Copy link
Contributor Author

I made the changes using Python 3.6.7 in this environment, where the notebooks were written with Python 3.7.6. Should I update the version?

@jxmorris12
Copy link
Collaborator

This is perfect– thanks for contributing, @bterrific2008! Don't worry about the tests, that's on our end, and will be fixed within a couple days. And the ipynb version number change is fine, no worries there.

@jxmorris12 jxmorris12 merged commit d139718 into QData:master Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants