21 lines
1.2 KiB
Django/Jinja
21 lines
1.2 KiB
Django/Jinja
{%- set external_urls = {
|
|
'github': 'https://github.com/PyTorchLightning/pytorch-lightning',
|
|
'github_issues': 'https://github.com/PyTorchLightning/pytorch-lightning/issues',
|
|
'contributing': 'https://github.com/PyTorchLightning/pytorch-lightning/blob/master/CONTRIBUTING.md',
|
|
'governance': 'https://pytorch-lightning.readthedocs.io/en/latest/governance.html',
|
|
'docs': 'https://pytorch-lightning.rtfd.io/en/latest',
|
|
'twitter': 'https://twitter.com/PyTorchLightnin',
|
|
'discuss': 'https://pytorch-lightning.slack.com',
|
|
'tutorials': 'https://pytorch-lightning.readthedocs.io/en/latest/#tutorials',
|
|
'previous_pytorch_versions': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'home': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'get_started': 'https://pytorch-lightning.readthedocs.io/en/latest/starter/introduction.html',
|
|
'features': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'blog': 'https://www.pytorchlightning.ai/blog',
|
|
'resources': 'https://pytorch-lightning.readthedocs.io/en/latest/#community-examples',
|
|
'support': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'community': 'https://pytorch-lightning.slack.com',
|
|
'forums': 'https://pytorch-lightning.slack.com',
|
|
}
|
|
-%}
|