timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
5.1k stars 639 forks source link

Links in the online documentation website are broken #641

Closed yangtzech closed 1 year ago

yangtzech commented 1 year ago

Links in the online documentation website are broken. They cannot be clicked. It seems to be caused by the renumbered nbs commit https://github.com/timeseriesAI/tsai/commit/25abd5b0917abe540869050f03334f567ef7d5bb, where 013_data.core.ipynb is renamed to 006_data.core.ipynb.

image

oguiza commented 1 year ago

Thanks @yangtzech for bringing this up. I reorganized the nbs yesterday and forgot to update the sidebar.yml.

yangtzech commented 1 year ago

You are welcome!