-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
88 lines (70 loc) · 1.74 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
79
80
81
82
83
84
85
86
87
88
# Project information
site_name: FISH-quant
site_description: Analyze smFISH images in ImJoy
site_author: Florian MUELLER, Arthur IMBERT
site_url: https://github.com/fish-quant/fq-imjoy/
# Repository
repo_name: GitHub
repo_url: https://github.com/fish-quant/fq-imjoy.git
edit_uri: ""
# Copyright
copyright: 'Copyright © 2019 Florian MUELLER, Arthur IMBERT'
# Configuration
theme:
name: 'readthedocs'
#name: mkdocs
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
#include_search_page: false
#search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
feature:
tabs: true
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
favicon: /img/icons8-eukaryotic-cells-filled-100.png
# logo:
# icon: wb_sunny
# Customization
extra:
social:
- type: github-alt
link: https://github.com/fish-quant
# MD extension
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.tasklist
- pymdownx.superfences
- pymdownx.tilde
- attr_list
nav:
- Overview: index.md # Needed for material theme but not for others
- ImJoy:
- Overview: imjoy-overview.md
- Plugin engine: imjoy-installation.md
- FISH-quant:
- Overview: fq-overview.md
- Data specifications: data.md
- Loading data: fq-load-data.md
- Spot detection: fq-spot-detection.md
- Kaibu: kaibu.md
- Support workflows:
- Split channels: fiji-split-channels.md
- SNR calculation: snr.md
- Advanced:
- Developer notes: developer-notes.md
- More:
- Licence: licence.md
- Contact: contact.md
#theme:
# name: 'material'