Commit 243e8b66 authored by Greg Wilson's avatar Greg Wilson
Browse files

Bringing documentation up to date

parent 6df8c8db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ and/or brief discussion of more advanced topics.
### `_extra/figures.md` and `_includes/all_figures.html`

Does nothing but include `_includes/all_figures.html`,
which is (re)generated by `make figures`.
which is (re)generated by `make lesson-figures`.
This page displays all the images referenced by all of the episodes,
in order,
so that instructors can scroll through them while teaching.
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ The [setup instructions]({{ site.root }}/setup/) explain what you need and how t

## Displaying Figures

The command `make figures` uses the script `bin/make_figures.py`
The command `make lesson-figures` uses the script `bin/make_figures.py`
to regenerate `includes/all_figures.html`,
which links to every figure used in the episodes (in order).
Instructors can scroll through this page to display figures while teaching.