-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (25 loc) · 816 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
29 lines (25 loc) · 816 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
site_name: NS-Cache
site_description: Early exploration of cache memories in advanced technology nodes
site_url: !ENV READTHEDOCS_CANONICAL_URL
repo_url: https://github.com/neurosim/NS-Cache
repo_name: neurosim/NS-Cache
edit_uri: edit/main/docs/
theme:
name: readthedocs
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list
nav:
- Overview: index.md
- User guide:
- Running NS-Cache: getting-started.md
- Configuration: configuration.md
- Architecture and operation:
- DESTINY inheritance and objects: architecture.md
- Functional model and results: functionality.md
- Model options:
- Monolithic 3D: models/monolithic-3d.md
- Transistor technology: models/transistor-technology.md
- AOS devices: models/aos.md
- References: references.md