forked from paboyle/Grid
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (48 loc) · 1.67 KB
/
mkdocs.yml
File metadata and controls
54 lines (48 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
site_name: Grid
site_description: "documentation for Grid"
repo_url: "https://github.com/telos-collaboration/Grid"
repo_name: "telos-collaboration/Grid"
edit_uri: edit/main/docs/
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
plugins:
- search
- literate-nav
nav:
- Home: README.md
- Licence: LICENCE.md
- Doxygen documentation: dev/index.md
- Getting started:
- Quick-start guide: getting-started/quick-start-guide.md
- Communication interfaces: getting-started/communications-interfaces.md
- Architecture targets: getting-started/simd-targets.md
- Building on Intel and AMD targets: getting-started/building-on-intel-and-amd.md
- Using Grid:
- Running on KNL: using-grid/running-on-knl.md
- Development:
- Execution model: development/execution-model.md
- Reporting an issue: development/reporting-issue.md
- Continuous integration: development/ci.md
- API description:
- Introduction: api-description/introduction.md
- Tensor classes: api-description/tensor-classes.md
- Vectorisation: api-description/vectorisation.md
- Coordinates: api-description/coordinates.md
- Grids: api-description/grids.md
- Lattice containers: api-description/lattice-containers.md
- Random number generators: api-description/random-number-generators.md
- Lattice theories:
- HMC: lattice-theories/using-hmc.md
theme: readthedocs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- tables
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js