-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (37 loc) · 1008 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (37 loc) · 1008 Bytes
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
site_name: trnsolver
site_description: Linear solvers and eigendecomposition for AWS Trainium via NKI
site_url: https://trnsci.github.io/trnsolver/
repo_url: https://github.com/trnsci/trnsolver
repo_name: trnsci/trnsolver
theme:
name: material
font:
text: Atkinson Hyperlegible
code: Atkinson Hyperlegible Mono
palette:
scheme: default
primary: indigo
features:
- content.code.copy
- navigation.sections
nav:
- Home: index.md
- Installation: installation.md
- Quickstart: quickstart.md
- API Reference:
- Eigensolvers: api/eigen.md
- Factorizations: api/factor.md
- Iterative Solvers: api/iterative.md
- NKI Backend: api/nki.md
- Architecture: architecture.md
- Benchmarks: benchmarks.md
- Deployment:
- AWS Setup for Neuron CI: aws_setup.md
- Contributing:
- Developing NKI kernels: developing_kernels.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- toc:
permalink: true