-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (39 loc) · 1.14 KB
/
mkdocs.yml
File metadata and controls
42 lines (39 loc) · 1.14 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
site_name: SpatialPerturb
site_description: Tools for spatial perturbation analysis
repo_url: https://github.com/hutaobo/SpatialPerturb
repo_name: SpatialPerturb
copyright: "SPATHO © 2025"
theme:
name: material
language: zh
features:
- navigation.sections
- navigation.instant
- search.suggest
- search.highlight
- content.code.copy
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
# 关键:让 mkdocstrings 能 import 到 src 布局下的包
setup_commands:
- import os, sys; sys.path.insert(0, os.path.abspath("src"))
options:
docstring_style: numpy
show_source: true
show_signature: true
separate_signature: true
- git-revision-date-localized:
fallback_to_build_date: true
nav:
- 主页: index.md
- Workflow: workflow.md
- Benchmarks: benchmarks.md
- Breast Reference Projection: breast-reference-projection.md
- Nature Methods ShortComm: nature-methods-shortcomm.md
- Paper Repro: paper-repro.md
- GSE274058 Reference Results: gse274058-reference-results.md
- API 参考: api.md