functime-org / functime

Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.
https://docs.functime.ai
Apache License 2.0
1.02k stars 55 forks source link

Broken Links #173

Closed FBruzzesi closed 5 months ago

FBruzzesi commented 8 months ago

There is a tiny list of broken links in the repo which I wouldn't know how to fix:

If you know how to replace them, it could be good to do so in #172

baggiponte commented 8 months ago

Do you know of a pre commit tool or anything to check spelling (I guess code spell) and broken links? We could add that to the code base.

FBruzzesi commented 8 months ago

I tend to use a couple of tools, which, however, I let to be non-blocking in both pre-commit and GHA due to false positives that may be flagged.

baggiponte commented 8 months ago

Interesting. So you run them on PRs but they are non-blocking?

baggiponte commented 5 months ago

Finally closed this. Thanks for reporting, Fra! I'll continue the checks/typos discussion in #202.