forked from coderefinery/sphinx-lesson-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
8 changed files
with
62 additions
and
2 deletions.
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` | ||
Check warning on line 13 in content/index.md GitHub Actions / Build
Check warning on line 13 in content/index.md GitHub Actions / Build
|
||
``` | ||
|
||
```{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.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Sphinx | ||
sphinx_rtd_theme | ||
sphinx_rtd_theme>=2.0 | ||
sphinx_rtd_theme_ext_color_contrast | ||
myst_nb | ||
sphinx-lesson |