2022-06-17 03:07:30 +00:00
|
|
|
{%- set external_urls = {
|
2022-07-14 13:45:46 +00:00
|
|
|
'github': 'https://github.com/PytorchLightning/lightning',
|
|
|
|
'github_issues': 'https://github.com/PytorchLightning/lightning/issues',
|
|
|
|
'contributing': 'https://github.com/PytorchLightning/pytorch-lightning/blob/master/CONTRIBUTING.md',
|
|
|
|
'governance': 'https://github.com/PytorchLightning/pytorch-lightning/blob/master/governance.md',
|
2022-06-17 03:07:30 +00:00
|
|
|
'docs': 'https://lightning.rtfd.io/en/latest',
|
|
|
|
'twitter': 'https://twitter.com/PyTorchLightnin',
|
|
|
|
'discuss': 'https://pytorch-lightning.slack.com',
|
|
|
|
'tutorials': 'https://pt-lightning.readthedocs.io/en/latest/#tutorials',
|
|
|
|
'previous_pytorch_versions': 'https://pt-lightning.rtfd.io/en/latest/',
|
|
|
|
'home': 'https://lightning.ai/',
|
|
|
|
'get_started': 'https://pt-lightning.readthedocs.io/en/latest/introduction_guide.html',
|
|
|
|
'features': 'https://pt-lightning.rtfd.io/en/latest/',
|
|
|
|
'blog': 'https://www.pytorchlightning.ai/blog',
|
|
|
|
'resources': 'https://pt-lightning.readthedocs.io/en/latest/#community-examples',
|
|
|
|
'support': 'https://pt-lightning.rtfd.io/en/latest/',
|
|
|
|
}
|
|
|
|
-%}
|