forked from whitead/dmol-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (49 loc) · 2.55 KB
/
_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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Book settings
title: Deep Learning for Molecules and Materials
author: Andrew D. White
logo: logo.png
latex:
latex_documents:
targetname: book.tex
html:
favicon : "favicon.png" # A path to a favicon image
use_edit_page_button : false # Whether to add an "edit this page" button to pages. If `true`, repository information in repository: must be filled in
use_repository_button : false # Whether to add a link to your repository button
extra_navbar : '<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script><noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript> By <a href="https://twitter.com/andrewwhite01">Andrew White</a>'
extra_footer : <a href="http://thewhitelab.org">thewhitelab.org</a> <div id="wh-modal"> <button class="wh-venti-button" aria-label="close modal" id="wh-modal-close">✕</button> <img id="wh-modal-img"> </div> # Will be displayed underneath the footer.
baseurl : "" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
use_repository_button : true
# Information about where the book exists on the web
repository:
url : https://github.com/whitead/dmol-book # Online location of your book
launch_buttons:
colab_url: "https://colab.research.google.com"
bibtex_bibfiles:
- ml/references.bib
- dl/references.bib
- applied/references.bib
sphinx:
extra_extensions:
- sphinx.ext.intersphinx
config:
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
intersphinx_mapping:
Python 3: ['https://docs.python.org/3/', null]
tensorflow: ['https://www.tensorflow.org/api_docs/python', 'https://github.com/mr-ubik/tensorflow-intersphinx/raw/master/tf2_py_objects.inv']
matplotlib [stable]: ['https://matplotlib.org/stable/', null]
numpy [stable]: ['https://numpy.org/doc/stable/', null]
pandas [latest?]: ['https://pandas.pydata.org/docs/', null]
scikit-learn [stable]: ['https://scikit-learn.org/stable/', null]
scipy [latest]: ['https://docs.scipy.org/doc/scipy/reference/', null]
jax [latest]: ['https://jax.readthedocs.io/en/latest/', null]
seaborn [stable]: ['https://seaborn.pydata.org/', null]
execute:
timeout: -1
#jupyter_execute_notebooks: force
parse:
myst_enable_extensions:
- amsmath
- colon_fence
- dollarmath
- linkify
- substitution