tcapelle / timeseries_fastai

fastai V2 implementation of Timeseries classification papers.
https://tcapelle.github.io/timeseries_fastai/
Apache License 2.0
239 stars 18 forks source link

[Documentation] Github Pages returning 404 on (most) documentation sections #13

Closed rsayn closed 4 years ago

rsayn commented 4 years ago

Hi, I'm trying out the library but I'm having troubles with the documentation website. As mentioned, most of the pages there return a 404 error.

An example: https://tcapelle.github.io/timeseries_fastai/models.html

tcapelle commented 4 years ago

Thanks to let me know, I think is a problem of nbdev. I will put the sidebar on custom to solve this issue.

tcapelle commented 4 years ago

shuold be good now. Anyway, I will suggest to read the jupyter notebooks directly instead of the doc, so you can play with the code.