File: theme_variables.jinja

package info (click to toggle)
pytorch-ignite 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,712 kB
  • sloc: python: 46,874; sh: 376; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{%- set external_urls = {
  'github': 'https://github.com/pytorch/ignite',
  'github_issues': 'https://github.com/pytorch/ignite/issues',
  'contributing': 'https://github.com/pytorch/ignite/blob/master/CONTRIBUTING.md',
  'docs': 'https://pytorch.org/ignite/index.html',

  'home': 'https://pytorch-ignite.ai',

  'concepts': 'concepts/',
  'quickstart': 'tutorials/beginner/01-getting-started/',
  'examples': 'tutorials/beginner/01-getting-started/#complete-code',
  'faq': 'how-to-guides/',
  'about_us': 'about/community/'
}
-%}