Satoshi S.

Results 37 comments of Satoshi S.

Is the testing triggered? @fkiraly

It should list all the broken links. I'm not sure if the link is temporarily broken or not. What should I do with it? @fkiraly

> md_files = list(root.rglob("*.md")) The script is checking only .md files except for "CONTRIBUTORS.md"(It has many broken links.) > ACCEPTED = set(range(200, 205)) | {403, 405, 418, 429, 999} If...

> sys.exit(1) Probably it's best to make the test non-blocking for now by commenting out the line. I can add .rst files to the link testing. Let me know what...

Adding .rst files to check is not difficult, but fixing the links would be quite a task. We could make the test non-blocking and merge this PR, and then make...

https://github.com/Satoshi-Sh/sktime/actions/runs/15533569360/job/43727544159 I see working links are listed. I'm not too usre how to fix them. I will research a bit more when I have time.

Is this working fine? ``` options={{ props: { style: { ... } } }} ``` I tried this, but didn't work. Maybe because of TypeScript? If you can overwrite, it's...