Skip to content

Commit

Permalink
Merge pull request #223 from rgaiacs/remove-make-figures
Browse files Browse the repository at this point in the history
Remove section Displaying Figures
  • Loading branch information
rgaiacs authored Jul 13, 2018
2 parents 08a953f + b44a4cf commit fae42d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
11 changes: 2 additions & 9 deletions _episodes/07-checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can run this using `make lesson-check`,
which in turn invokes `bin/markdown_ast.rb` to parse Markdown files
and `bin/lesson_check.py` to check their structure.
The former is written in Ruby,
and uses Jekyll's own Markdown parser (called Kramdown)
and uses [Jekyll][jekyll]'s own Markdown parser (called [Kramdown][kramdown])
so that we are guaranteed to be checking the same dialect of Markdown that Jekyll uses on GitHub.
The latter is written in Python 3,
and executes all of the checks.
Expand Down Expand Up @@ -52,13 +52,6 @@ Run `make` on its own to get a full list of commands.

In order to use Jekyll and/or the checking script,
you may need to install it and some other software.
The [setup instructions]({{ page.root }}/setup/#optional-jekyll-setup-for-lesson-development) explain what you need and how to get it.

## Displaying Figures

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.
The [setup instructions]({{ page.root }}{% link setup.md %}#optional-jekyll-setup-for-lesson-development) explain what you need and how to get it.

{% include links.md %}
1 change: 1 addition & 0 deletions _includes/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
[jekyll-windows]: http://jekyll-windows.juthilo.com/
[jekyll]: https://jekyllrb.com/
[jupyter]: https://jupyter.org/
[kramdown]: https://kramdown.gettalong.org/
[lesson-example]: https://carpentries.github.io/lesson-example/
[mit-license]: https://opensource.org/licenses/mit-license.html
[morea]: https://morea-framework.github.io/
Expand Down

0 comments on commit fae42d2

Please sign in to comment.