-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
78 lines (66 loc) · 3.12 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
site_name: speeding-up-science
site_url: https://speeding-up-science-workshops.github.io/speeding-up-science
repo_name: speeding-up-science-workshops
repo_url: https://github.com/speeding-up-science-workshops/speeding-up-science-workshops.github.io
edit_uri: ""
extra_css: css/custom.css
copyright: 'Copyright © 2019 <a href="http://ivory.idyll.org/lab/">Lab for Data Intensive Biology</a> at UC Davis
<br/><br/>
Icon made by Freepik, obtained from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>, used under a <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> license.'
# change directory names here
docs_dir: docs
site_dir: site
theme:
# the next 2 lines are required to use the DIB version
name: null
custom_dir: 'mkdocs-material-dib/material'
# pretty colors! see https://squidfunk.github.io/mkdocs-material/getting-started/#primary-colors
palette:
primary: 'green'
accent: 'green'
# fun logos! see https://material.io/icons/
logo: 'img/baseline_fast_forward_white_18dp.png'
font:
text: 'Roboto'
code: 'Roboto Mono'
# this will add docs/css/custom.css to all your docs
extra_css:
- css/custom.css
# give a title for each page
nav:
- 'Home' : 'index.md'
- 'Metagenomics':
- 'KEGG Decoder': 'autodocs/kegg-decoder.md'
- 'MAG Statistics': 'autodocs/mag-stats.md'
- 'MAG Representation': 'autodocs/metag-mag-representation.md'
- 'Metatranscriptomics':
- 'Hierarchical Clustering and Differential Expression Analysis with DESeq': 'autodocs/diff-exp-analysis-deseq.md'
- 'LDA Analysis': 'autodocs/lda-analysis.md'
- 'Taxa and Function Summary': 'autodocs/MetaT-taxa-and-function-summary.md'
- 'Correlate Metagenomics and Metatranscriptomics data': 'autodocs/metag-metat-correlation.md'
- 'Metabarcoding':
- 'Initial Visualization of Barcodes': 'autodocs/initial-viz-barcoding.md'
- 'Interactive First-Look Barcoding': 'autodocs/interactive-firstlook-barcoding.md'
- 'Taxon Abundance Vizualization': 'autodocs/abundance-viz-metabarcoding.md'
- 'Taxon Abundance Barplot': 'autodocs/abundance-barplot.md'
- 'Random Forest Classifier of Metabarcode Sequence Data': 'autodocs/random-forest.md'
- 'Metabarcoding Time Series Analysis and Visualizations': 'autodocs/metabarcoding-TARA-Oceans-TimeSeries.md'
- 'Abundance of Conditionally Rare Taxa': 'autodocs/metabarcode-abundance-rare-taxa.md'
- 'Relative Abundance of Rare Taxa': 'autodocs/relativeabundance_crt.md'
- 'NMDS and diversity statistics': 'autodocs/metabarcoding-viz.md'
- 'Heat-Tree: Compare Abundance of Phylogenetic groups across samples': 'autodocs/heat-tree.md'
- 'Alpha Diversity Visualization': 'autodocs/metabarcoding-alphaviz.md'
- 'Interactive Phylogenetic Tree': 'autodocs/metabarcode-interactive-tree.md'
- 'Utilities':
- 'Editing This Site': 'editing_this_site.md'
- 'Setting Up mkdocs': 'setting_up_mkdocs.md'
google_analytics:
- 'UA-143922044-1'
- 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true