Skip to content

Commit 4b8b840

Browse files
committed
collect all references in one place
1 parent 5fa7d3e commit 4b8b840

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@
55
---
66

77
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/JuliaTeachingCTU/Scientific-Programming-in-Julia/blob/master/LICENSE)
8-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaTeachingCTU.github.io/Scientific-Programming-in-Julia/stable)
98
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaTeachingCTU.github.io/Scientific-Programming-in-Julia/dev)
109

1110

1211
This repository contains all the course materials for the master course
1312
_**Scientific Programming in Julia**_ taught at the Czech Techincal University
1413
in Prague. You can find more information on the official
1514
[course website](https://juliateachingctu.github.io/Scientific-Programming-in-Julia/stable).
16-
17-
18-
19-
Various educational resources of interest:
20-
* [Justin Krumbiel's](https://jkrumbiegel.com/pages/2022-08-26-pkg-introduction/) excellent introduction to package manager
21-
* [juliadatascience.io](https://juliadatascience.io) contains an excellent introduction to plotting with Makie

docs/src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,5 @@ some helpful concepts for this course.
9999
- [Think Julia: How to Think Like a Computer Scientist](https://benlauwens.github.io/ThinkJulia.jl/latest/book.html#chap01)
100100
- [From Zero to Julia!](https://techytok.com/from-zero-to-julia/)
101101
- [WikiBooks](https://en.wikibooks.org/wiki/Introducing_Julia)
102+
* [Justin Krumbiel's](https://jkrumbiegel.com/pages/2022-08-26-pkg-introduction/) excellent introduction to the package manager.
103+
* [juliadatascience.io](https://juliadatascience.io) contains an excellent introduction to plotting with Makie.

0 commit comments

Comments
 (0)