-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
88 lines (74 loc) · 2.04 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: Cell segmentation
site_description: Wrapper code to use the generalist cell/nuclei segmentation package [**Cellpose**]
site_author: Florian MUELLER
site_url: https://github.com/fish-quant/fq-segmentation
# Repository
repo_name: GitHub
repo_url: https://github.com/fish-quant/fq-segmentation.git
edit_uri: ""
# Copyright
copyright: 'Copyright © 2019 Florian MUELLER'
# 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/fq-segmentation
# MD extension
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.tasklist
- pymdownx.superfences
- pymdownx.tilde
- attr_list
- toc:
permalink: true
nav:
- Overview: index.md # Needed for material theme but not for other
- ImJoy:
- Overview: imjoy-overview.md
- Installation: imjoy-installation.md
- FAQ: imjoy-faq.md
- ImJoy Analysis:
- Overview: analysis-overview.md
- General behavior: analysis-general-behavior.md
- Data: data.md
- Preprocessing: analysis-preprocessing.md
- Segmentation: analysis-segmentation.md
- Diverse workflows:
- Overview: workflows-overview.md
- Split channels: workflows-fiji-split-channels.md
- Numbered label image: workflows-create-numbered-labels.md
- Distance to objects: workflows-distance-objects.md
- Create FQ outline files: workflows-create-fq-outlines.md
- Advanced:
- Developers: developer.md
- More:
- Licence: licence.md
- Contact: contact.md
#theme:
# name: 'material'