Skip to content

Commit 66ec90f

Browse files
add config and toc yaml files
1 parent 928ad5d commit 66ec90f

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

_config.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Book settings
2+
# Learn more at https://jupyterbook.org/customize/config.html
3+
4+
title: Scaling-up deep learning inference to large-scale bioimage data
5+
author: Fernando Cervantes
6+
copyright: 2025
7+
# logo: logo.png
8+
9+
# Only build files in the table of contents.
10+
only_build_toc_files: true
11+
12+
13+
# Don't execute the code cells in the book when building it
14+
# See https://jupyterbook.org/content/execute.html
15+
execute:
16+
execute_notebooks: off
17+
18+
# Define the name of the latex output file for PDF builds
19+
latex:
20+
latex_documents:
21+
targetname: book.tex
22+
23+
# Add a bibtex file so that we can create citations
24+
# bibtex_bibfiles:
25+
# - references.bib
26+
27+
# Information about where the book exists on the web
28+
repository:
29+
url: https://github.com/fercer/scaling-up-with-dask-tutorial/tree/main # Online location of your book
30+
branch: main # Which branch of the repository should be used when creating links (optional)
31+
32+
# Add GitHub buttons to your book
33+
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
34+
html:
35+
use_issues_button: false
36+
use_repository_button: true
37+
38+
parse:
39+
myst_enable_extensions:
40+
- html_image

_toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Table of contents
2+
# Learn more at https://jupyterbook.org/customize/toc.html
3+
4+
format: jb-book
5+
root: README
6+
chapters:
7+
- file: notebooks/Zarr_and_Dask_for_large-scale_imaging-Part-1.ipynb
8+
- file: notebooks/Zarr_and_Dask_for_large-scale_imaging-Part-2.ipynb

0 commit comments

Comments
 (0)