forked from slinderman/stats320
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
36 lines (31 loc) · 1001 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
# In _config.yml
title: Machine Learning Methods for Neural Data Analysis
author: Scott Linderman
execute:
execute_notebooks: force
exclude_patterns:
- '00_pytorch_primer.ipynb'
- '01_spike_sorting.ipynb'
- '02_calcium_imaging.ipynb'
- '03_pose_tracking.ipynb'
- '04_glms.ipynb'
- '05_decoding.ipynb'
- '06_arhmm.ipynb'
- '07_slds.ipynb'
- '08_lfads.ipynb'
- 'poldrack_fmri_analysis.ipynb'
only_build_toc_files: true
# Add a bibtex file so that we can create citations
bibtex_bibfiles:
- references.bib
# In _config.yml
sphinx:
config:
bibtex_reference_style: author_year
# Information about where the book exists on the web
repository:
url : https://github.com/slinderman/stats320 # Online location of your book
branch : winter2023 # Which branch of the repository should be used when creating links (optional)
launch_buttons:
binderhub_url: ""
colab_url: "https://colab.research.google.com"