mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-08-25 11:24:04 +08:00
19 lines
1.0 KiB
Django/Jinja
19 lines
1.0 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://github.com/PytorchLightning/pytorch-lightning/blob/master/governance.md',
|
|
'docs': 'https://pytorch-lightning.rtfd.io/en/latest',
|
|
'twitter': 'https://twitter.com/PyTorchLightnin',
|
|
'discuss': 'https://discuss.pytorch.org',
|
|
'tutorials': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'previous_pytorch_versions': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'home': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'get_started': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'features': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'blog': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'resources': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
'support': 'https://pytorch-lightning.rtfd.io/en/latest/',
|
|
}
|
|
-%}
|