-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Resolve Arviz redirect link in Pymc3 Plot page #4333
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
Resolve Arviz redirect link in Pymc3 Plot page #4333
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4333 +/- ##
=======================================
Coverage 87.67% 87.68%
=======================================
Files 88 88
Lines 14240 14240
=======================================
+ Hits 12485 12486 +1
+ Misses 1755 1754 -1
|
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.
I just tried building the docs locally with this change, and they work - thanks @CloudChaoszero !
EDIT
see below
Actually, I just tried building the docs locally without this change, and the link to the ArviZ docs still works 🤔 |
Hmm, that's interesting. The original links should not have worked, and with the change, it should have fixed the redirects.
I can check it out again sometime soon.
|
[Updated w/o Thanks @MarcoGorelli. I found the same thing (w/screenshot below).
Do you think the docs should be re-built?
If a re-built did work, should I close this PR? |
Yes, rebuilding the PyMC3 docs may indeed solve the issue
Perhaps let's wait for the PyMC docs to be rebuilt? Generic note - |
Hey @CloudChaoszero Looks like the links work fine with the latest version of the docs built, so I'm going to go ahead and close this. Thanks anyway for your PR, and there's lot's of other open issues you could work on if you like - any help would be much appreciated! |
Description of your problem
Also deleted a blank line, at the end of the file.The directory re-direct path originally goes to
https://arviz-devs.github.io/arviz/
. However, now it'shttps://arviz-devs.github.io/arviz/api
,based on the following comparisons, respectively
Example 1: https://arviz-devs.github.io/arviz/
plot_trace: https://arviz-devs.github.io/arviz/generated/arviz.plot_trace.html
Example 2: https://arviz-devs.github.io/arviz/api
plot_trace: https://arviz-devs.github.io/arviz/api/generated/arviz.plot_trace.html