mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-01 12:32:04 +08:00
* fix typos * update org paths * update links from READMe to docs * add svg logo * add svg logo-text * update logos * testing temp paths * prune links from readme * optimize imports * update logo * update paths in README * missing imports
18 lines
949 B
Django/Jinja
18 lines
949 B
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',
|
|
'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/',
|
|
}
|
|
-%}
|