aeon-toolkit / aeon

A toolkit for machine learning from time series
https://aeon-toolkit.org/
BSD 3-Clause "New" or "Revised" License
977 stars 116 forks source link

[DOC] Fix broken links #2107

Open TonyBagnall opened 3 days ago

TonyBagnall commented 3 days ago

Describe the issue linked to the documentation

big changes have resulted in a lot of broken links, this is the output from sphynx generated by @CodeLionX

Suggest a potential alternative/fix

No response

CodeLionX commented 3 days ago

IMO, [redirected with Found] and [redirected permanently] are fine. We sometimes want to benefit from shorter links or dynamic redirects. This drastically reduces the links to consider.


Output was generated with the following command (takes ~30min):

pip install ".[all-extras]"
cd docs
make linkcheck
cat _build/linkcheck/output.txt
TonyBagnall commented 3 days ago

yes good to parse the above to prioritise actual broken links, will do it if I get time tomorrow on train