numba icon indicating copy to clipboard operation
numba copied to clipboard

Redirect old documentation page to new

Open maxnoe opened this issue 3 weeks ago • 1 comments

Feature request

Search engines regularly point to the docs hosted at https://numba.pydata.org/numba-doc/dev/index.html which stops at 0.52.

Could you maybe redirect that page to the current documentation? It includes also 0.52 and even 0.51.

Or put a big warning at the top that it is old and give the link the the current documentation.

maxnoe avatar Dec 09 '25 08:12 maxnoe

We do have a warning: Image We have tried redirection but github pages disables it due to spam protection. We talked about this is developer meeting. Maybe we can delete the old docs and replace it with a 404 page with redirection information.

Related issue: https://github.com/numba/numba/issues/6677

sklam avatar Dec 09 '25 17:12 sklam

Note that the "About" section of the GitHub project still links to pydata.

About

NumPy aware dynamic Python compiler using LLVM
[numba.pydata.org/](https://numba.pydata.org/)

ogauthe avatar Dec 17 '25 09:12 ogauthe

Note that the "About" section of the GitHub project still links to pydata.

That is the Numba homepage. The "Documentation" links on the Numba homepage link to RTD.

gmarkall avatar Dec 17 '25 12:12 gmarkall