plotly / documentation

Issue tracker for Plotly's open-source documentation.
423 stars 547 forks source link

Python v4 ejection gremlins #1481

Closed nicolaskruchten closed 4 years ago

nicolaskruchten commented 5 years ago

We have cases where the pre-ejection state contained files like https://github.com/plotly/documentation/blob/74106014443f3d73b5622c123ac45d4f4266037b/_posts/python/basic/funnel/2019-06-25-funnel-chart.html where the filename is 2019-06-25-funnel-chart.html but it contains permalink: python/funnel-charts/ which means that after v4 "ejection" we left behind the old file and we are currently serving up https://plot.ly/python/funnel-charts/ (new, correct) and yet still https://plot.ly/python/funnel-chart/ (old, incorrect)

nicolaskruchten commented 5 years ago

We also have cases like https://github.com/plotly/documentation/tree/74106014443f3d73b5622c123ac45d4f4266037b/_posts/python/3d/3d-hover where somehow to ejection script seems to have missed an original notebook, meaning there's no "unconverted" notebook and no v4-to-v3 redirection happening.