doc links broken (Was: ANN: SciPy 1.7.0)
On Mon, Jun 21, 2021 at 9:20 AM Ralf Gommers <ralf.gommers@gmail.com> wrote:
On Mon, Jun 21, 2021 at 4:24 AM Juan Nunez-Iglesias <jni@fastmail.com> wrote:
It appears that previous doc links have been broken without redirects? e.g.:
https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.distance_...
is 404. The new link is at:
https://docs.scipy.org/doc/scipy/reference/reference/generated/scipy.ndimage...
Note the extra “reference” in the URL. Was this a conscious choice or an unforeseen side effect of moving to the PyData theme? There’s a *lot* of links to the docs out there.
Argh, definitely a bug. The bug will be in the uploader, because https://scipy.github.io/devdocs/reference/generated/scipy.linalg.solve.html#... looks fine.
Will try to resolve that later today.
Argh, it's not an uploader bug, the structure actually changed: https://docs.scipy.org/doc/scipy-1.6.3/reference/ https://docs.scipy.org/doc/scipy-1.6.3/reference/tutorial/index.html https://docs.scipy.org/doc/scipy-1.6.3/reference/cluster.html https://docs.scipy.org/doc/scipy-1.7.0/reference/ https://docs.scipy.org/doc/scipy-1.7.0/reference/tutorial/index.html#user-gu... https://docs.scipy.org/doc/scipy-1.7.0/reference/reference/cluster.html (note the double reference) Fuzzy on why we didn't notice this earlier. We also can't drop the "reference" prefer - that will fix the API doc links, but break the tutorial ones. Tracking issue at https://github.com/scipy/scipy/issues/14267 Ralf
participants (1)
-
Ralf Gommers