scipy-lectures / scientific-python-lectures

Tutorial material on the scientific Python ecosystem
https://lectures.scientific-python.org
Other
3.09k stars 1.19k forks source link

Fix redirects #690

Open jarrodmillman opened 11 months ago

jarrodmillman commented 11 months ago

https://scipy-lectures.org/ redirects to https://lectures.scientific-python.org/, but https://scipy-lectures.org/intro/ doesn't redirect.

stefanv commented 11 months ago

This is because we haven't rebuilt the site with the redirect feature yet. I just manually added a root page redirect: https://github.com/scipy-lectures/scipy-lectures.github.com/commit/3485dea9235c0709284dc3e572d9418d42c4efa3

stefanv commented 11 months ago

Thinking about it, is a redirect at every level a good idea? Perhaps a banner instead, so that links to old material remain functional?

jarrodmillman commented 11 months ago

I am not sure it makes sense to keep the old material around. It is already pretty out-of-date and will only get worse.

stefanv commented 11 months ago

The easiest option is to rebuild then to get all the redirects in place. The risk is that those redirects may grow stale with time.

Another option is to write in the redirects by hand, as we did for the main page.