-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
44 lines (44 loc) · 1.28 KB
/
mkdocs.yml
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
43
44
site_name: dadi-cli
site_url: "https://dadi-cli.readthedocs.io"
repo_url: "https://github.com/xin-huang/dadi-cli/tree/readme-update"
edit_uri: ""
docs_dir: 'docs'
theme:
name: "material"
palette:
primary: black
accent: black
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
watch:
- dadi-cli
markdown_extensions:
- extra
- tables
- fenced_code
- admonition
- codehilite
extra_javascript:
- 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML'
nav:
- Home: 'index.md'
- User Guide:
- Generating allele frequency spectra: 'userguide/fs.md'
- Demographic inference: 'userguide/demog.md'
- DFE inference: 'userguide/dfe.md'
- Joint DFE inference: 'userguide/jdfe.md'
- LowPass sequence coverage correction: 'userguide/lowpass.md'
- Statistical testing: 'userguide/stat.md'
- Cloud computing: 'userguide/cloud.md'
- Simulation: 'userguide/simulation.md'
- Models: 'userguide/models.md'
- Plotting: 'userguide/plot.md'
- Publication Resources:
- Data Preperation: 'paper-resources/data-preperation.md'
- References: 'references.md'