Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:

- name: Build the book
run: |
mkdir -p ./jupyter_cache
jupyter-book build -nv --keep-going book
jupyter book build --html

- name: Publish to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ jobs:
pip install -r requirements.txt
- name: Build the book
run: |
mkdir -p ./jupyter_cache
ls ./jupyter_cache
jupyter-book build -n --keep-going book
ls ./jupyter_cache
jupyter book build --html
File renamed without changes.
File renamed without changes.
41 changes: 41 additions & 0 deletions book/myst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 1
project:
title: The Sampling Book Project
authors:
- name: The Blackjax Team
exclude:
- README.md
github: blackjax-devs/sampling-book
bibliography:
- references.bib
exports:
- format: pdf
template: plain_latex_book
output: exports/book.pdf
toc:
- file: index.md
- title: Algorithms
children:
- file: algorithms/contour_sgld.md
- file: algorithms/cyclical_sgld.md
- file: algorithms/pathfinder.md
- file: algorithms/PeriodicOrbitalMCMC.md
- file: algorithms/TemperedSMC.md
- file: algorithms/TemperedSMCWithOptimizedInnerKernel.md
- file: algorithms/mclmc.md
- title: Models
children:
- file: models/change_of_variable_hmc.md
- file: models/GP_EllipticalSliceSampler.md
- file: models/GP_Marginal.md
- file: models/sparse_regression.md
- file: models/logistic_regression.md
- file: models/LogisticRegressionWithLatentGaussianSampler.md
- file: models/mlp.md
- file: models/hierarchical_bnn.md
- file: models/RegimeSwitchingModel.md
- file: models/probabilistic_ode_solver_parameter_estimation.md
site:
options:
folders: true
template: book-theme
15 changes: 15 additions & 0 deletions myst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
id: 89d92e9e-c1de-4cb7-bc33-e9649a9ed259
# title:
# description:
# keywords: []
# authors: []
github: https://github.com/blackjax-devs/sampling-book
# To autogenerate a Table of Contents, run "jupyter book init --write-toc"
site:
template: book-theme
# options:
# favicon: favicon.ico
# logo: site_logo.png