Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,17 @@ We recommended you do this within a virtual environment:
conda create -n beat python=3.8
conda activate beat
git clone git@github.com:TempoBeatDownbeat/tutorial.git
cd rhythm_tutorial/
cd tutorial/
pip install -e .
```

### Building the book


```bash
cd rhythm_tutorial/
cd tutorial/
jupyter-book clean book/ # to remove any existing builds
jupyter-book build book/
```

A fully-rendered HTML version of the book will be built in `book/_build/html/`.



3 changes: 1 addition & 2 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parts:
- file: ch3_going_deep/design_decisions
- file: ch3_going_deep/table

- caption: 'Going deeper: practial examples'
- caption: 'Going deeper: practical examples'
chapters:
- file: ch4_going_deeper/building_tcn_models

Expand All @@ -35,4 +35,3 @@ parts:
- file: ch6_resources/references
- file: ch6_resources/acknowledgments
- file: ch6_resources/authors

Loading