From 03f105591fb57b391ef00cc50b330c62ad7e0cac Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 17 Sep 2024 00:09:56 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : 031c8c05b5185385fa6eece93a52f83c6c5b924d Branch : md-outputs Author : GitHub Actions Time : 2024-06-13 05:32:40 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 483756440b2f95422cc77d14dfd6d46dc5f07b1b Branch : main Author : Olav Vahtras Time : 2024-06-13 05:31:50 +0000 Message : Merge pull request #681 from danny-lloyd/improve-formatting-ep16 Improve formatting of episode 16 solution --- 01-run-quit.html | 14 +++---- 02-variables.html | 14 +++---- 03-types-conversion.html | 2 +- 04-built-in.html | 2 +- 05-coffee.html | 2 +- 06-libraries.html | 2 +- 07-reading-tabular.html | 2 +- 08-data-frames.html | 16 +++---- 09-plotting.html | 2 +- 10-lunch.html | 2 +- 11-lists.html | 2 +- 12-for-loops.html | 2 +- 13-conditionals.html | 2 +- 14-looping-data-sets.html | 2 +- 15-coffee.html | 2 +- 16-writing-functions.html | 20 ++++----- 17-scope.html | 2 +- 18-style.html | 2 +- 19-wrap.html | 2 +- 20-feedback.html | 2 +- 404.html | 4 +- CODE_OF_CONDUCT.html | 2 +- LICENSE.html | 2 +- aio.html | 60 +++++++++++++-------------- design.html | 2 +- discuss.html | 2 +- exercises.html | 2 +- images.html | 4 +- index.html | 4 +- instructor-notes.html | 4 +- instructor/01-run-quit.html | 14 +++---- instructor/02-variables.html | 14 +++---- instructor/03-types-conversion.html | 2 +- instructor/04-built-in.html | 2 +- instructor/05-coffee.html | 2 +- instructor/06-libraries.html | 2 +- instructor/07-reading-tabular.html | 2 +- instructor/08-data-frames.html | 18 ++++---- instructor/09-plotting.html | 2 +- instructor/10-lunch.html | 2 +- instructor/11-lists.html | 2 +- instructor/12-for-loops.html | 2 +- instructor/13-conditionals.html | 2 +- instructor/14-looping-data-sets.html | 2 +- instructor/15-coffee.html | 2 +- instructor/16-writing-functions.html | 20 ++++----- instructor/17-scope.html | 2 +- instructor/18-style.html | 2 +- instructor/19-wrap.html | 2 +- instructor/20-feedback.html | 2 +- instructor/404.html | 4 +- instructor/CODE_OF_CONDUCT.html | 2 +- instructor/LICENSE.html | 2 +- instructor/aio.html | 62 ++++++++++++++-------------- instructor/design.html | 2 +- instructor/discuss.html | 2 +- instructor/exercises.html | 2 +- instructor/images.html | 4 +- instructor/index.html | 4 +- instructor/instructor-notes.html | 4 +- instructor/key-points.html | 4 +- instructor/profiles.html | 4 +- instructor/reference.html | 2 +- key-points.html | 4 +- pkgdown.yml | 2 +- profiles.html | 4 +- reference.html | 2 +- 67 files changed, 195 insertions(+), 195 deletions(-) diff --git a/01-run-quit.html b/01-run-quit.html index 256a0aaaf..47b442380 100644 --- a/01-run-quit.html +++ b/01-run-quit.html @@ -773,7 +773,7 @@

Arranging Documents into Panels of Tabs

-
+

After creating the necessary tabs, you can drag one of the tabs to the center of a panel to move the tab to the panel; next you can @@ -835,7 +835,7 @@

Command Vs. Edit

-
+

Command mode has a grey border and Edit mode has a blue border. Use Esc and Return to switch between modes. You need @@ -994,7 +994,7 @@

Creating Lists in Markdown

-
+

This challenge integrates both the numbered list and bullet list. Note that the bullet list is indented 2 spaces so that it is inline with @@ -1034,7 +1034,7 @@

PYTHON