-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
35 lines (28 loc) · 861 Bytes
/
_config.yml
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
title : Computational Dynamics
author: Angadh Nanjangud
logo: 'qe-logo-large.png'
# Short description about the book
description: >-
An introduction to classical mechanics modeling and analysis with
Python programming.
execute:
execute_notebooks : cache
# HTML-specific settings
html:
home_page_in_navbar : false
# Interact link settings
notebook_interface : "notebook"
# Launch button settings
# repository:
# url : https://github.com/executablebooks/quantecon-mini-example
# path_to_book : "mini_book"
binder:
binderhub_url : "https://mybinder.org"
text : "Launch binder"
# LaTeX settings
bibtex_bibfiles:
- _bibliography/references.bib
latex:
latex_engine : "xelatex"
latex_documents:
targetname: book.tex