Can you do the same for SciPy -> NumPy?
Closed this issue · 2 comments
bersbersbers commented
Google's first hit is, for example, https://docs.scipy.org/doc/numpy/reference/generated/numpy.chararray.html, which says
This is documentation for an old release of NumPy. The latest documentation can be seen at https://numpy.org/doc/stable
verhovsky commented
Looks like it already redirects to https://numpy.org/doc/stable/reference/generated/numpy.chararray.html
bersbersbers commented
True:
C:\Users\bers\AppData\Local\Temp>curl https://docs.scipy.org/doc/numpy/reference/generated/numpy.chararray.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://numpy.org/doc/stable/reference/generated/numpy.chararray.html">here</a>.</p>
<hr>
<address>Apache/2.4.39 (Ubuntu) Server at docs.scipy.org Port 443</address>
</body></html>