-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
24 lines (19 loc) · 714 Bytes
/
Copy path_config.yml
File metadata and controls
24 lines (19 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
title: Julia for HPC<br>EuXFEL Workshop
author: Robert Rosca
logo: static/logo.svg
exclude_patterns: [ .CondaPkg , .virtual_documents ]
only_build_toc_files: true
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: cache
# Information about where the book exists on the web
repository:
url: https://github.com/robertrosca/julia-hpc-workshop # Online location of your book
# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
use_issues_button: true
use_repository_button: true