From b2ccc454adc1d70a05e5f8ec0e0adeb53a7cbe76 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 2 May 2016 13:21:27 -0400 Subject: [PATCH] Inserting appropriately-sized figure --- _episodes/02-formatting.md | 5 +++++ _episodes/03-organization.md | 5 +++-- ...de_format_small.png => episode-format-small.png} | Bin 3 files changed, 8 insertions(+), 2 deletions(-) rename fig/{SWC_episode_format_small.png => episode-format-small.png} (100%) diff --git a/_episodes/02-formatting.md b/_episodes/02-formatting.md index 843a6d6..4d895ac 100644 --- a/_episodes/02-formatting.md +++ b/_episodes/02-formatting.md @@ -24,6 +24,11 @@ each of which has: * some teachable content * some exercises +The diagram below shows the internal structure of a single episode file +(click on the image to see a larger version): + +Formatting Rules + ## Locations and Names Episode files are stored in `_episodes` so that [Jekyll][jekyll] will create a [collection][jekyll-collection] for them. diff --git a/_episodes/03-organization.md b/_episodes/03-organization.md index 1972754..93483fd 100644 --- a/_episodes/03-organization.md +++ b/_episodes/03-organization.md @@ -20,9 +20,10 @@ We could load these from the web, but that would make offline authoring difficult. Instead, each lesson's repository is self-contained. -![Source and Destination Files]({{ site.root }}/fig/file-mapping.svg) +The diagram below shows how source files and directories are laid out, +and how they are mapped to destination files and directories: -![Formatting Rules]({{ site.root }}/fig/episode-format.png) +![Source and Destination Files]({{ site.root }}/fig/file-mapping.svg) > ## Collections > diff --git a/fig/SWC_episode_format_small.png b/fig/episode-format-small.png similarity index 100% rename from fig/SWC_episode_format_small.png rename to fig/episode-format-small.png -- GitLab