Docs pdf link broken
SuperSat001 opened this issue · 5 comments
On https://numpy.org/doc/stable/, the Download Documentation PDF Version link https://numpy.org/doc/stable/numpy-user.pdf is broken.
Currently it gives a 404.
We no longer produce PDF documentation.
Then this link should be removed https://i.imgur.com/Dd6eo1U.png
Agreed. It will be "fixed automatically" when 1.25 is released because the devdocs will become the stable docs, and that link was removed there. If someone wants to try their hand at fixing this for 1.24, this is the source for that page https://github.com/numpy/doc/blob/main/1.24/index.html. The link for older versions (which still have pdf documentation) is also broken, it refers to stable rather than the relative version.
In addition to the main page of older versions having a link to the PDF from stable, which doesn't exist, https://numpy.org/doc/ has a typo: the NumPy 1.24 pdf download links to the 1.23 pdf file.
In addition to the main page of older versions having a link to the PDF from stable, which doesn't exist, https://numpy.org/doc/ has a typo: the NumPy 1.24 pdf download links to the 1.23 pdf file.
this was done intentionally, because 1.24 no longer produced PDF documentation. this is mentioned in issue 616. I agree that it should probably be removed.