Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

content/lessons-with-git: Minor updates #124

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions content/lessons-with-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
- Not "what you see is what you get" editing
- Requires knowing version control

.. discussion:: Accepting the smallest contribution

Question: if someone wants to make a tiny fix to your material, can they?
:::{discussion} Accepting the smallest contribution

Question: if someone wants to make a tiny fix to your material, can they?
:::

## Tour of lesson templates options

Expand Down Expand Up @@ -93,6 +93,18 @@ It is "just a normal Sphinx project" - with extensions:
- Many other features designed for presenting and interacting with code
- It's fine if you use some other static site generator or git-based lesson method.

:::{demo} Instructors go through the building and contributing process

Depending on the course, instructors will demo what is roughly exercise 4 below.

- Instructors decide what change they would want to make
- Instructors clone the repository
- **Instructors make the change**
- **Instructors set up the build environment**
- **Instructors build and preview**
- Instructors command and send upstream
:::


## Exercises

Expand Down
Loading