-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (41 loc) · 1.08 KB
/
_config.yml
File metadata and controls
48 lines (41 loc) · 1.08 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
46
47
48
# Book settings
title: Programming Differential Privacy
author: Joseph P. Near and Chiké Abuah
copyright: "© 2025 Joseph P. Near and Chiké Abuah"
description: >
A practical introduction to programming differential privacy, with a focus on
the Python programming language.
language: en
logo: logo.png
license:
name: "CC BY-NC-SA 4.0"
url: https://creativecommons.org/licenses/by-nc-sa/4.0/
execute:
timeout: -1
execute_notebooks: force
sphinx:
extra_extensions:
- sphinx_proof
config:
language: en
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
myst_enable_extensions:
- amsmath
- dollarmath
html:
favicon : favicon.png
use_edit_page_button : true
use_repository_button : true
use_issues_button : true
latex:
latex_documents:
targetname: book.tex
bibtex_bibfiles:
- references.bib
repository:
url: https://github.com/uvm-plaid/programming-dp
path_to_book: notebooks
branch: master
launch_buttons:
notebook_interface: "classic"
binderhub_url: "https://mybinder.org"