-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
41 lines (36 loc) · 1.21 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
site_name: Open Science Droplets
site_description: 'Material and references for training on reproducible and collaborative research'
site_author: 'Javier Moldon'
repo_url:
nav:
- Home: index.md
- Sessions: sessions.md
- Quick Start: quickstart.md
- Jupyter notebooks: jupyter.md
- Collaborative science online, Github: github.md
- Version control with git: git.md
- Software management with conda: conda.md
- Binder: binder.md
- Intro to singularity containers: containers.md
# - Python interactive visualization (TBD): interactive.md
#- Snakemake (TBD): snakemake.md
#- Reproducibility examples (TBD): reproducibility.md
#- Testing: science.md
#- Resources (TBD): resources.md
#theme: 'material' # Excellent searcher. Too clear. Hard to find subsections
#theme: windmill # Very good search bar. Clean navigation
#theme: readthedocs
theme:
name: readthedocs
highlightjs: true
markdown_extensions:
- toc:
permalink: True
- admonition
- pymdownx.arithmatex
- pymdownx.keys
- pymdownx.details
- pymdownx.superfences
extra_javascript:
- 'javascripts/extra.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'