Skip to content

Commit

Permalink
Merge pull request #1 from tylerjereddy/treddy_post_180_fixups
Browse files Browse the repository at this point in the history
Fixups after release of SciPy 1.8.0
  • Loading branch information
tylerjereddy authored Feb 8, 2022
2 parents c29c543 + 483f0c1 commit d45bf38
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteRule ^numpy(/.*) https://numpy.org/doc/stable$1 [R=permanent]
# See https://github.com/scipy/scipy/issues/14267
Redirect 301 /scipy/reference/objects.inv /scipy/objects.inv
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
Options +SymLinksIfOwnerMatch
RewriteEngine On

RewriteRule ^numpy(/.*) https://numpy.org/doc/stable$1 [R=permanent,L]

Redirect 301 /doc/scipy/reference/objects.inv /doc/scipy/objects.inv

RewriteRule ^scipy/scipy-html.zip /doc/scipy-1.8.0/scipy-html-1.8.0.zip [L]
RewriteRule ^scipy/scipy-ref.pdf /doc/scipy-1.8.0/scipy-ref-1.8.0.pdf [L]
RewriteRule ^scipy/(.*) /doc/scipy-1.8.0/html-scipyorg/$1 [NC,L]

0 comments on commit d45bf38

Please sign in to comment.