forked from cantinilab/GRnnData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (31 loc) · 737 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (31 loc) · 737 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
site_name: grnndata
theme:
name: readthedocs
# analytics:
# gtag: G-ABC123
site_url: https://cantinilab.github.io/GRnnData
nav:
- Home: index.md
- example notebook: notebooks/example.ipynb
- documentation:
- utils: utils.md
- GRNAnnData: grnanndata.md
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
options:
show_root_heading: true
show_source: true
summary: true
merge_init_into_class: true
show_signature: false
do_heading: true
default_handler: python
- git-revision-date-localized
- git-authors
- mkdocs-jupyter:
include_source: True
include_requirejs: true