Skip to content

Commit 0e52d69

Browse files
authored
Merge pull request #149 from trifectatechfoundation/push-tltttrvunnvl
Flatten content structure
2 parents 5d52412 + 015c11a commit 0e52d69

File tree

281 files changed

+6158
-9009
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+6158
-9009
lines changed

SUMMARY.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Summary
2+
3+
[About teach-rs](README.md)
4+
5+
---
6+
7+
- [Course Introduction](exercises/1-course-introduction/README.md)
8+
- [Foundations of Rust]()
9+
- [Basic Syntax](exercises/2-foundations-of-rust/1-basic-syntax/basic-syntax.md)
10+
- [Ownership and References](exercises/2-foundations-of-rust/2-ownership-and-references/README.md)
11+
- [Advanced Syntax](exercises/2-foundations-of-rust/3-advanced-syntax/README.md)
12+
- [Traits and Generics](exercises/2-foundations-of-rust/4-traits-and-generics/README.md)
13+
- [Closures and Dynamic dispatch](exercises/2-foundations-of-rust/5-closures-and-dynamic-dispatch/README.md)
14+
- [Interior mutability](exercises/2-foundations-of-rust/6-interior-mutability/README.md)
15+
16+
- [Crate Engineering](exercises/3-crate-engineering/README.md)
17+
18+
- [Multitasking]()
19+
- [Introduction to Multitasking](exercises/4-multitasking/1-introduction-to-multitasking/introduction-to-multitasking.md)
20+
- [Parallel Multitasking](exercises/4-multitasking/2-parallel-multitasking/parallel-multitasking.md)
21+
- [Asynchronous Multitasking](exercises/4-multitasking/3-asynchronous-multitasking/asynchronous-multitasking.md)
22+
23+
- [Rust for Web](exercises/5-rust-for-web/README.md)
24+
25+
- [Rust for Systems Programming](exercises/6-rust-for-systems-programming/README.md)
26+
27+
- [Scientific Computing with Rust](exercises/7-scientific-computing-with-rust/README.md)
28+
29+
---
30+
31+
[Teachers Guide](teachers_guide.md)
32+
[Contributing](CONTRIBUTING.md)

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Henk Oordt", "Marc Schoolderman", "Folkert de Vries", "Ruben Nijveld"]
33
title = "Teach-rs - Exercises"
44

5-
src = "book"
5+
src = "."
66
language = "en"
77
multilingual = false
88

content/full.track.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/mods/0-intro/intro.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

content/mods/0-intro/mod.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/mods/0-intro/topics/setup/slides.md

Whitespace-only changes.

content/mods/0-intro/topics/setup/topic.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/mods/0-intro/topics/why-rust/topic.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

content/mods/A-foundations/mod.toml

Lines changed: 0 additions & 50 deletions
This file was deleted.

content/mods/A-foundations/topics/basic-syntax/exercises/basic-syntax/description.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)