We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit ba4af8aCopy full SHA for ba4af8a
.gitignore
@@ -0,0 +1 @@
1
+book
book.toml
@@ -0,0 +1,5 @@
+[book]
2
+authors = ["Timo Betcke"]
3
+language = "en"
4
+src = "src"
5
+title = "Modern Programming Models for Scientific Computing"
src/SUMMARY.md
@@ -0,0 +1,3 @@
+# Summary
+
+- [Chapter 1](./chapter_1.md)
src/chapter_1.md
+# Chapter 1
0 commit comments