-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix broken links #4618
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
Fix broken links #4618
Conversation
Full build failing: #4619 |
@@ -36,7 +36,7 @@ help: | |||
# Remove files which were added only for docstring generation | |||
rm ../../packages/python/plotly/plotly/colors/diverging.py ../../packages/python/plotly/plotly/colors/sequential.py ../../packages/python/plotly/plotly/colors/qualitative.py ../../packages/python/plotly/plotly/colors/cyclical.py ../../packages/python/plotly/plotly/colors/colorbrewer.py ../../packages/python/plotly/plotly/colors/carto.py ../../packages/python/plotly/plotly/colors/cmocean.py | |||
rm ../../packages/python/plotly/plotly/express/colors/diverging.py ../../packages/python/plotly/plotly/express/colors/sequential.py ../../packages/python/plotly/plotly/express/colors/qualitative.py ../../packages/python/plotly/plotly/express/colors/cyclical.py ../../packages/python/plotly/plotly/express/colors/colorbrewer.py ../../packages/python/plotly/plotly/express/colors/carto.py ../../packages/python/plotly/plotly/express/colors/cmocean.py | |||
rename 's/graph_objs/graph_objects/' _build/html/*.html _build/html/generated/*.html | |||
rename 's/graph_objs/graph_objects/' _build/html/*.html _build/html/generated/*.html _build/html/generated/generated/*.html |
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 don't understand why generated/generated
but I trust you :-)
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.
Approved pending your decision on whether this can be merged despite #4619.
I'll try and fix that first as we'll need to fix it to do the next Plotly.py release |
We have these links on the reference docs
That go here: https://plotly.com/python-api-reference/generated/generated/plotly.graph_objects.Figure.html
But the names in the built api docs are different.
https://github.com/plotly/plotly.py-docs/tree/gh-pages/generated/generated
We are renaming everything else to
graph_objects
except these.This PR should fix the links, but I need to investigate more why these are in a different directory and if they should be included.