-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (26 loc) · 917 Bytes
/
_config.yml
File metadata and controls
32 lines (26 loc) · 917 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
25
26
27
28
29
30
31
32
################################################################################
# Jupyter Book configuration for the QuIP lecture notebooks
# Docs: https://jupyterbook.org/en/stable/customize/config.html
################################################################################
title: "QuIP: Quantum Integer Programming Notebooks"
author: David E. Bernal Neira · Davidson School of Chemical Engineering, Purdue University
copyright: "2026"
repository:
url: https://github.com/SECQUOIA/QuIP
path_to_book: .
branch: main
execute:
execute_notebooks: "off"
html:
use_repository_button: true
use_issues_button: true
use_edit_page_button: false
extra_navbar: |
Built with <a href="https://jupyterbook.org/">Jupyter Book</a>.
launch_buttons:
colab_url: https://colab.research.google.com
sphinx:
config:
html_show_copyright: false
suppress_warnings:
- "myst.xref_missing"