-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from coderefinery/rkdarst/rst-to-myst
Convert ReST to MyST
- Loading branch information
Showing
7 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Instructor's guide | ||
|
||
## Why we teach this lesson | ||
|
||
## Intended learning outcomes | ||
|
||
## Timing | ||
|
||
## Preparing exercises | ||
|
||
e.g. what to do the day before to set up common repositories. | ||
|
||
## Other practical aspects | ||
|
||
## Interesting questions you might get | ||
|
||
## Typical pitfalls |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# LESSON NAME | ||
|
||
Intro | ||
|
||
:::{prereq} | ||
prerequisites | ||
::: | ||
|
||
```{csv-table} | ||
:delim: ; | ||
:widths: auto | ||
20 min ; :doc:`filename` | ||
``` | ||
|
||
```{toctree} | ||
:caption: The lesson | ||
:maxdepth: 1 | ||
``` | ||
|
||
```{toctree} | ||
:caption: Reference | ||
:maxdepth: 1 | ||
quick-reference | ||
guide | ||
``` | ||
|
||
(learner-personas)= | ||
|
||
## Who is the course for? | ||
|
||
## About the course | ||
|
||
## See also | ||
|
||
## Credits |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Quick Reference |
File renamed without changes.