mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-11 03:46:55 +01:00
44 lines
870 B
YAML
44 lines
870 B
YAML
# main links links
|
|
main:
|
|
- title: "Docs"
|
|
url: /docs/
|
|
|
|
- title: "Quick-start guide"
|
|
url: /docs/quick-start-guide
|
|
|
|
- title: "About"
|
|
url: /about/
|
|
|
|
- title: "GPL License"
|
|
url: /license/
|
|
|
|
|
|
docs:
|
|
- title: Getting Started
|
|
children:
|
|
- title: "Quick-Start Guide"
|
|
url: /docs/quick-start-guide/
|
|
- title: "Structure"
|
|
url: /docs/structure/
|
|
- title: "Building"
|
|
url: /docs/building/
|
|
|
|
|
|
- title: API description
|
|
children:
|
|
- title: "SIMD classes"
|
|
url: /docs/simd/
|
|
- title: "Grid classes"
|
|
url: /docs/grid/
|
|
- title: "Tensor classes"
|
|
url: /docs/tensor/
|
|
- title: "Lattice classes"
|
|
url: /docs/lattice/
|
|
|
|
|
|
- title: "Lattice theories"
|
|
children:
|
|
- title : "Theories"
|
|
url: /docs/theories/
|
|
- title: "HMC"
|
|
url: /docs/theories/hmc/ |