@@ -330,7 +330,7 @@ v = Vector(3,6)
330330print(u + v)
331331```
332332
333- ::: {.fragment style="margin-top: 0.2em ; font-size: 0.80em;"}
333+ ::: {.fragment style="margin-top: 0.1em ; font-size: 0.80em;"}
334334
335335- {{< iconify fa6-solid lightbulb >}} ** Key Questions** : After trying different
336336instances of ` Vector ` , what is the state and behavior? What are the strengths
@@ -729,7 +729,7 @@ smaller parts that work together!
729729
730730## Reminder of course goals
731731
732- ::: {.fragment .fade style="margin-top: -0.15em; font-size: 0.9em ;"}
732+ ::: {.fragment .fade style="margin-top: -0.15em; font-size: 0.75em ;"}
733733
734734- ** Document Creation** :
735735 - Design and implement document generation workflows
@@ -739,7 +739,12 @@ smaller parts that work together!
739739 - Collect and analyze data about document usage and quality
740740 - Visualize insights to improve documentation strategies
741741- ** Communicate** results and best practices for document engineering
742- - ** Check [ syllabus] ( /syllabus/index.qmd ) for details about Document Engineering
743- course!**
742+ - ** Content References** :
743+ - {{< iconify fa6-solid book-open >}} Online textbook called [ A First
744+ Course on Data Structures in
745+ Python] ( https://donsheehy.github.io/datastructures/ )
746+ - {{< iconify fa6-brands github >}} The ` ds2 ` package in the
747+ [ donsheehy/datastructures] ( https://github.com/donsheehy/datastructures )
748+ GitHub repository
744749
745750:::
0 commit comments