Skip to content

Commit 9da3296

Browse files
committed
Fix pyRSE book links
1 parent 32dfb9a commit 9da3296

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

00_organization/wt2122/timetable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- **15** [Introduction to RSE](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/rse_basics_slides.md)
77
- **15** [Introduction to version control](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/intro_slides.md)
88
- **15** [Recap of Git basics](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/git_basics_demo.md#recap-of-git-basics)
9-
- Tell students how to recap Git in detail if needed: [py-rse book](https://merely-useful.tech/py-rse/)
9+
- Tell students how to recap Git in detail if needed: [py-rse book](https://third-bit.com/py-rse/)
1010

1111
## 1.2 – Thu, October 21, 2021
1212

00_organization/wt2223/timetable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## 1.2 – Thu, October 20, 2022
1010

1111
- **15** [Recap of Git basics](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/git_basics_demo.md#recap-of-git-basics)
12-
- Tell students how to recap Git in detail if needed: [py-rse book](https://merely-useful.tech/py-rse/)
12+
- Tell students how to recap Git in detail if needed: [py-rse book](https://third-bit.com/py-rse/)
1313
- **50** [How I work with Git](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/git_basics_demo.md#how-i-work-with-git)
1414
- **20** [Your Challenge: Contribute to Real Simulation Software](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/challenge_intro_slides.md)
1515
- Ask students to prepare *My favorite neat little Git trick*

01_version_control/git_quiz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Git Quiz
22

3-
Questions are taken from [py-rse](https://merely-useful.tech/py-rse/index.html), [learn.co](https://learn.co/lessons/git-github-learn-quiz), [w3schools](https://www.w3schools.com/quiztest/quiztest.asp?qtest=GIT), [this gist from @aspencer8111](https://gist.github.com/aspencer8111/17a80fb0a2be7b4718237fe8caa6e09c), and [codercrunch](https://www.codercrunch.com/quiz/take/1650218502/git-branching).
3+
Questions are taken from [py-rse](https://third-bit.com/py-rse/index.html), [learn.co](https://learn.co/lessons/git-github-learn-quiz), [w3schools](https://www.w3schools.com/quiztest/quiztest.asp?qtest=GIT), [this gist from @aspencer8111](https://gist.github.com/aspencer8111/17a80fb0a2be7b4718237fe8caa6e09c), and [codercrunch](https://www.codercrunch.com/quiz/take/1650218502/git-branching).
44

55
## Add & Commit I
66

04_documentation/technical_writing_slides.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ Much content of this lecture is taken from [Write the Docs](https://www.writethe
156156

157157
---
158158

159-
From [py-RSE](https://merely-useful.tech/py-rse/documentation.html):
159+
From [py-RSE](https://third-bit.com/py-rse/documentation.html):
160160

161161
> The best function names in the world aren't going to answer the questions “Why does the software do this?” and “Why doesn’t it do this in a simpler way?”
162162
163163
---
164164

165165
## Be Clear About Your Audience (2/2)
166166

167-
[py-RSE](https://merely-useful.tech/py-rse/documentation.html) distinguishes novices, competent practitioners, and experts (following [Wilson 2019, Teaching Tech Together](https://doi.org/10.1201/9780429330704))
167+
[py-RSE](https://third-bit.com/py-rse/documentation.html) distinguishes novices, competent practitioners, and experts (following [Wilson 2019, Teaching Tech Together](https://doi.org/10.1201/9780429330704))
168168

169169
- A **novice** doesn’t yet have a mental model of the domain. -> Needs **tutorials** that introduce key ideas one by one.
170170
- Good example: [deal.ii tutorials](https://dealii.org/developer/doxygen/deal.II/Tutorial.html)).
@@ -477,8 +477,8 @@ Example: [preCICE API](https://precice.org/doxygen/main/classprecice_1_1SolverIn
477477

478478
## Further Reading
479479

480-
- [py-rse appendix on documentation](https://merely-useful.tech/py-rse/documentation.html)
481-
- [py-rse on docstrings](https://merely-useful.tech/py-rse/scripting.html#scripting-docstrings)
480+
- [py-rse appendix on documentation](https://third-bit.com/py-rse/documentation.html)
481+
- [py-rse on docstrings](https://third-bit.com/py-rse/scripting.html#scripting-docstrings)
482482
- [Write the Docs](https://www.writethedocs.org/)
483483
- [I'd Rather Be Writing blog](https://idratherbewriting.com/)
484484
- [Google developer documentation style guide](https://developers.google.com/style)

04_documentation/website_generators_slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ From [project homepage](https://readthedocs.org/)
214214
- [Sphinx homepage](https://www.sphinx-doc.org/en/master/)
215215
- [Sphinx tutorial](https://www.sphinx-doc.org/en/master/tutorial/index.html)
216216
- [Sphinx autodoc extension](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html)
217-
- [py-RSE: Packaging with Sphinx](https://merely-useful.tech/py-rse/packaging.html#packaging-sphinx)
217+
- [py-RSE: Packaging with Sphinx](https://third-bit.com/py-rse/packaging.html#packaging-sphinx)
218218
- [Doxygen](https://www.doxygen.nl/)
219219
- [MkDocs](https://www.mkdocs.org)
220220
- [Read the Docs](https://readthedocs.org/)

0 commit comments

Comments
 (0)