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.
1 parent 5303a7a commit b567b37Copy full SHA for b567b37
doc/make.jl
@@ -129,6 +129,7 @@ StdlibDocs = [stdlib.targetfile for stdlib in STDLIB_DOCS]
129
130
Tutorials = [
131
"tutorials/profile.md",
132
+ "tutorials/external.md",
133
]
134
135
DevDocs = [
doc/src/tutorials/external.md
@@ -0,0 +1,4 @@
1
+# External Tutorials
2
+
3
+We have created a non-exhaustive list of community provided Julia tutorials.
4
+[Check them out to learn Julia through the lens of someone from the community](https://julialang.org/learning/tutorials/).
0 commit comments