plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
15.62k stars 2.51k forks source link

Fix broken links #4618

Closed LiamConnors closed 3 weeks ago

LiamConnors commented 4 weeks ago

We have these links on the reference docs

image

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.

image

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.

LiamConnors commented 4 weeks ago

Full build failing: https://github.com/plotly/plotly.py/issues/4619 Doesn't seem to be related to this. Has been failing on other PRs

LiamConnors commented 4 weeks ago

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