-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (37 loc) · 1.15 KB
/
_config.yml
File metadata and controls
45 lines (37 loc) · 1.15 KB
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
title: A gradient optimization toolbox for general purpose time-optimal MRI gradient waveform design
author: Michael Loecher
logo: images/gropt_logo.png
exclude_patterns: [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]
execute:
execute_notebooks: 'off'
only_build_toc_files: true
html:
favicon : images/gropt_icon.ico
use_edit_page_button : true
use_repository_button : true
use_issues_button : true
extra_navbar : Powered by <a href="https://jupyterbook.org">Jupyter Book</a>
home_page_in_navbar : true
baseurl : ""
comments:
hypothesis : true
launch_buttons:
notebook_interface : "jupyterlab"
binderhub_url : "https://mybinder.org"
thebe : true
repository:
url : https://github.com/Notebook-Factory/gropt_book
branch : main
parse:
myst_enable_extensions:
- html_image
- amsmath
- colon_fence
- deflist
- dollarmath
- html_admonition
- html_image
- linkify
- replacements
- smartquotes
- substitution