-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
64 lines (57 loc) · 2.57 KB
/
_config.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
# Book settings
title: The Image Analysis Field Guide
author: EPFL Center for Imaging
logo: "icon.png"
copyright: "2024"
# Also build notebooks that are not explicitely referenced in the table of contents:
only_build_toc_files: false
launch_buttons:
notebook_interface : jupyterlab
jupyterhub_url: "http://localhost:8000/"
# jupyterhub_url: "http://frank1:8000/"
execute:
# execute_notebooks: "cache"
# execute_notebooks: "off"
execute_notebooks: "auto"
# Do not exectute the computational notebooks; only the itables
# exclude_patterns:
# - '*.ipynb'
bibtex_bibfiles:
- references.bib
repository:
url: https://github.com/EPFL-Center-for-Imaging/image-analysis-field-guide/
branch: main
path_to_book: "src"
html:
announcement: "<img src='https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/People%20with%20professions/Construction%20Worker%20Medium%20Skin%20Tone.png' width='25' height='25' /> This site is a prototype! Please <a href='https://forms.gle/toHAP2ydydXBCndGA' style='color: orange;'>give us your feedback</a>. Thank you!"
favicon: "logo.ico"
use_issues_button: false
use_repository_button: true
comments:
hypothesis: false
sphinx:
extra_extensions:
- nbsphinx
- sphinx_gallery.load_style
config:
html_show_copyright: false
nbsphinx_thumbnails:
## Temporary - until we find a way to display a cell output with nbsphinx
"sections/python/notebooks/python_setup": "_images/epfl.jpeg"
"sections/python/notebooks/python_image_manipulation": "_images/epfl.jpeg"
"sections/image_registration/notebooks/registration_intro": "_images/epfl.jpeg"
"sections/detection_and_tracking/notebooks/tracking_intro": "_images/epfl.jpeg"
"sections/image_denoising/notebooks/denoising_intro": "_images/epfl.jpeg"
"sections/performance_optimization/notebooks/performance_dask_image": "_images/epfl.jpeg"
"sections/performance_optimization/notebooks/performance_cucim": "_images/epfl.jpeg"
"sections/image_segmentation/notebooks/segmentation_intro": "_images/epfl.jpeg"
"sections/image_segmentation/notebooks/segmentation_stardist": "_images/epfl.jpeg"
"sections/image_data_visualization/notebooks/visualization_napari": "_images/epfl.jpeg"
"sections/image_data_visualization/notebooks/visualization_zarr": "_images/epfl.jpeg"
"sections/image_reconstruction/notebooks/reconstruction_deblur": "_images/epfl.jpeg"
"sections/fiji/notebooks/fiji_intro": "_images/epfl.jpeg"
parse:
myst_enable_extensions:
- linkify
- html_admonition
- dollarmath