Skip to content

Commit e58866a

Browse files
authored
Add TODOs/content on blank splash pages (#97)
1 parent 34c0371 commit e58866a

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed

docs/getting-started/hello-world.md

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# Hello World
2+
3+
!!! TODO
4+
This page is under construction.

docs/getting-started/tutorials/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,19 @@ elaborate separation logic specifications of data structures.
1818
The source files for all the exercises and examples below can be downloaded
1919
from [here](link:exercises.zip).
2020

21+
## Tutorials
22+
23+
- [Basic usage](basic-usage.md)
24+
- [Pointers and simple ownership](pointers-and-simple-ownership.md)
25+
- [Ownership of compound objects](ownership-of-compound-objects.md)
26+
- [Arrays and loops](arrays-and-loops.md)
27+
- [Defining predicates](defining-predicates.md)
28+
- [Allocating and deallocating memory](allocating-and-deallocating-memory.md)
29+
- [Lists](lists.md)
30+
- [Working with external lemmas](external-lemmas.md)
31+
32+
## Case studies
33+
34+
- [Imperative queues](../case-studies/imperative-queues.md)
35+
- [Doubly-linked lists](../case-studies/doubly-linked-lists.md)
36+
- [Airport Simulation](../case-studies/the-runway.md)

docs/help/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# Help
2+
3+
!!! TODO
4+
This page is under construction.

docs/testing/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# Testing
2+
3+
!!! TODO
4+
This page is under construction.

docs/verification/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# Verification
2+
3+
!!! TODO
4+
This page is under construction.

0 commit comments

Comments
 (0)