Lightning-AI / pytorch-lightning

Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.
https://lightning.ai
Apache License 2.0
28.27k stars 3.38k forks source link

Broken links in Markdown Files #16186

Closed shenoynikhil closed 1 year ago

shenoynikhil commented 1 year ago

πŸ“š Documentation

There are several broken links in markdown files present in this repository. Fixing this is crucial to having checks for broken links (#8107 and #16168). Broadly, the following markdown files have issues with links (the list of links are present in the markdown code block below)


FILE: ./examples/README.md
[βœ–] convert_from_pt_to_pl/image_classifier_4_dali.py β†’ Status: 400

FILE: ./README.md
[βœ–] <https://dev.azure.com/Lightning-AI/lightning/_apis/build/status/pytorch-lightning%20(HPUs)?branchName=master> β†’ Status: 400
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/self_supervised.html#byol β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/self_supervised.html#cpc-v2 β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/self_supervised.html#moco-v2-api β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/self_supervised.html#simclr β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/convolutional.html#gpt-2 β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/reinforce_learn.html#dqn-models β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/reinforce_learn.html#dueling-dqn β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/reinforce_learn.html#reinforce β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/classic_ml.html#logistic-regression β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/classic_ml.html#linear-regression β†’ Status: 404

FILE: ./dockers/README.md
[βœ–] https://u.group/thinking/how-to-put-jupyter-notebooks-in-a-dockerfile β†’ Status: 0

FILE: ./.github/CONTRIBUTING.md
[βœ–] https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork β†’ Status: 403

FILE: ./src/lightning_app/README.md
[βœ–] https://lightning.ai/lightning-docs/install_beginner.html β†’ Status: 404
[βœ–] https://lightning.ai/lightning-docs/lightning_apps_intro.html β†’ Status: 404
[βœ–] https://lightning.ai/lightning-docs/lightning_apps_intro.html#define-root-component β†’ Status: 404
[βœ–] https://www.lightning.ai/ β†’ Status: 0

FILE: ./src/lightning_app/cli/component-template/README.md
[βœ–] lightning.ai β†’ Status: 400

FILE: ./src/lightning_app/cli/app-template/README.md
[βœ–] lightning.ai β†’ Status: 400

FILE: ./src/lightning_app/CHANGELOG.md
[βœ–] https://github.com/Ligtning-AI/lightning/pull/15748 β†’ Status: 404

FILE: ./src/pytorch_lightning/README.md
[βœ–] ../docs/source-pytorch/_static/images/general/pl_quick_start_full_compressed.gif β†’ Status: 400
[βœ–] <https://dev.azure.com/Lightning-AI/lightning/_apis/build/status/pytorch-lightning%20(HPUs)?branchName=master> β†’ Status: 400
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/self_supervised.html#byol β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/self_supervised.html#cpc-v2 β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/self_supervised.html#moco-v2-api β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/self_supervised.html#simclr β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/convolutional.html#gpt-2 β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/reinforce_learn.html#dqn-models β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/reinforce_learn.html#dueling-dqn β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/reinforce_learn.html#reinforce β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/classic_ml.html#logistic-regression β†’ Status: 404
[βœ–] https://lightning-bolts.readthedocs.io/en/stable/deprecated/models/classic_ml.html#linear-regression β†’ Status: 404

FILE: ./src/pytorch_lightning/CHANGELOG.md
[βœ–] https://github.,com/Lightning-AI/lightning/pull/14911 β†’ Status: 0
[βœ–] https://github.com/Lightnign-AI/lightning/pull/15364 β†’ Status: 404
[βœ–] https://github.com/Lightning-AI/lightning/14401 β†’ Status: 404
[βœ–] https://github.com/Lightning-AI/lighting/pull/2904 β†’ Status: 404

cc @borda

ShashwatAgrawal20 commented 1 year ago

would like to work on this