Skip to content

Commit

Permalink
fix: Use Jupyter Book v0.8.X API (#4)
Browse files Browse the repository at this point in the history
* Require Jupyter Book v0.8.X
   - Pin to patch version until stable API with v1.0
* Use v0.8 part API
   - c.f. https://jupyterbook.org/customize/toc.html
* Ignore tar files and gzip files
  • Loading branch information
matthewfeickert authored Sep 17, 2020
1 parent 1621132 commit 23a2b6f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ dmypy.json

# Jupyter Book
_build/

# Downloaded archives
*.tar
*.gz
11 changes: 6 additions & 5 deletions book/_toc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# https://jupyterbook.org/customize/toc.html
- file: introduction

- header: Get started
- file: HistFactory
- file: inference
- file: serialization
- file: visualization
- part: Get started
chapters:
- file: HistFactory
- file: inference
- file: serialization
- file: visualization
2 changes: 1 addition & 1 deletion book/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jupyter-book~=0.7
jupyter-book~=0.8.0

0 comments on commit 23a2b6f

Please sign in to comment.