Skip to content
Merged
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
1 change: 1 addition & 0 deletions src/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ sphinx:
# All files from these paths will be included in the generated
# HTML output, even if they are not linked from any page
html_extra_path: ['assets']
nb_merge_streams: true

# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
Expand Down
8 changes: 0 additions & 8 deletions src/chapters/data/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,14 +413,6 @@ By presenting that warning to the programmer, the compiler is helping the
programmer to defend against the possibility of `Match_failure` exceptions at
runtime.

```{note}
Sorry about how the output from the cell above gets split into many lines in the
HTML. That is currently an [open issue with JupyterBook][issue], the framework
used to build this book.

[issue]: https://github.com/executablebooks/jupyter-book/issues/973
```

Second, **unused branches:** the compiler checks to see whether any of the
branches could never be matched against because one of the previous branches is
guaranteed to succeed. For example, the function below will cause the compiler
Expand Down