2019-11-28 17:48:55 +00:00
|
|
|
{%- set external_urls = {
|
2022-07-28 20:08:07 +00:00
|
|
|
'github': 'https://github.com/Lightning-AI/lightning',
|
|
|
|
'github_issues': 'https://github.com/Lightning-AI/lightning/issues',
|
|
|
|
'contributing': 'https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md',
|
2021-08-18 22:10:27 +00:00
|
|
|
'governance': 'https://pytorch-lightning.readthedocs.io/en/latest/governance.html',
|
2020-01-20 19:50:31 +00:00
|
|
|
'docs': 'https://pytorch-lightning.rtfd.io/en/latest',
|
2019-11-28 17:48:55 +00:00
|
|
|
'twitter': 'https://twitter.com/PyTorchLightnin',
|
2022-04-18 15:13:22 +00:00
|
|
|
'discuss': 'https://www.pytorchlightning.ai/community',
|
2020-03-24 18:52:38 +00:00
|
|
|
'tutorials': 'https://pytorch-lightning.readthedocs.io/en/latest/#tutorials',
|
2020-01-20 19:50:31 +00:00
|
|
|
'previous_pytorch_versions': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
|
|
'home': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
2022-03-05 23:24:15 +00:00
|
|
|
'get_started': 'https://pytorch-lightning.readthedocs.io/en/latest/starter/introduction.html',
|
2020-01-20 19:50:31 +00:00
|
|
|
'features': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
2021-02-02 10:00:06 +00:00
|
|
|
'blog': 'https://www.pytorchlightning.ai/blog',
|
2020-03-24 18:52:38 +00:00
|
|
|
'resources': 'https://pytorch-lightning.readthedocs.io/en/latest/#community-examples',
|
2020-01-20 19:50:31 +00:00
|
|
|
'support': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
2022-04-18 15:13:22 +00:00
|
|
|
'community': 'https://www.pytorchlightning.ai/community',
|
2022-07-28 20:08:07 +00:00
|
|
|
'forums': 'https://github.com/Lightning-AI/lightning/discussions',
|
2019-11-28 17:48:55 +00:00
|
|
|
}
|
|
|
|
-%}
|