Skip to content

Commit 3740d2f

Browse files
authored
Refactors section title wording in the skeleton (#59)
The wording of the current section title is a bit imprecise regarding the goal of the section. Therefore, we change the core part to main, explaining the mainstream uses and techniques of a topic, and the additional part to Advanced, which describes the more advanced uses and additional material.
1 parent 6ad74d7 commit 3740d2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

skeleton.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ _Specifies the different levels of teaching._
1212
<th>Objectives</th>
1313
</thead>
1414
<tr>
15-
<td>Foundational knowledge</td>
15+
<td>Foundational</td>
1616
<td></td>
1717
</tr>
1818
<tr>
19-
<td>Advanced</td>
19+
<td>Main</td>
2020
<td></td>
2121
</tr>
2222
<tr>
23-
<td>Further studies</td>
23+
<td>Advanced</td>
2424
<td></td>
2525
</tr>
2626
</table>
@@ -34,7 +34,7 @@ _Why do we want to learn/teach this topic?_
3434

3535
_Very brief introduction to the topic._
3636

37-
## Foundational knowledge: Using *
37+
## Foundational: Using *
3838

3939
### Background/Required Knowledge
4040

@@ -64,7 +64,7 @@ implementation-defined, unspecified, or undefined behavior._
6464

6565
_This section lists important details for each point._
6666

67-
## Advanced: implementing *
67+
## Main: implementing *
6868

6969
### Background/required knowledge
7070

@@ -84,7 +84,7 @@ A student should be able to:
8484

8585
### Points to cover
8686

87-
## Further studies
87+
## Advanced
8888

8989
_These are important topics that are not expected to be covered but provide
9090
guidance where one can continue to investigate this topic in more depth._

0 commit comments

Comments
 (0)