-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (26 loc) · 702 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
26 lines (26 loc) · 702 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
site_name: RustScenic
site_description: Rust and PyO3 regulatory-network toolkit for SCENIC-style single-cell analysis.
site_url: https://ekin-kahraman.github.io/rustscenic/
repo_url: https://github.com/Ekin-Kahraman/rustscenic
repo_name: Ekin-Kahraman/rustscenic
edit_uri: edit/main/site_docs/
docs_dir: site_docs
site_dir: site
theme:
name: mkdocs
navigation_depth: 3
extra_css:
- stylesheets/extra.css
nav:
- Overview: index.md
- Installation: installation.md
- Quickstart: quickstart.md
- API Map: api.md
- Benchmarks: benchmarks.md
- Validation: validation.md
- Lab Adoption: adoption.md
- Scope: limitations.md
markdown_extensions:
- tables
- toc:
permalink: true