@@ -18,7 +18,7 @@ This book is about building reproducible pipelines. And in order to build
18
18
reproducible pipelines, you need to apply certain general ideas. This book will
19
19
discuss these ideas, and illustrate them using the Python programming language.
20
20
I wrote such a book already: you can read it
21
- [ here] ( www.raps-with-r.dev ) ^[ www.raps-with-r.dev ] . The book was well received:
21
+ [ here] ( https:// www.raps-with-r.dev) ^[ https:// www.raps-with-r.dev] . The book was well received:
22
22
lots of people contacted me to thank me for having written it, I was invited to
23
23
give talks several times on the book already, give some workshops and some
24
24
people are already asking me for a second edition. I thought it would be an
@@ -53,10 +53,10 @@ colleague of mine contacted me in the summer of 2022 to ask me if I was
53
53
interested in teaching a course for the Data Science Master degree at the
54
54
University of Luxembourg. Long story short, I've decide to teach students how to
55
55
set up data science projects in a way that they're reproducible. I wrote my
56
- course notes into a [ freely available bookdown] ( https://rap4mads.eu/ ) that I
56
+ course notes into a [ freely available bookdown] ( https://rap4mads.eu/ ) ^ [ https://rap4mads.eu/ ] that I
57
57
used for teaching. When I started compiling my notes, I discovered the concept of
58
58
* Reproducible Analytical Pipelines* as developed by the [ Office for National
59
- Statistics] ( https://analysisfunction.civilservice.gov.uk/support/reproducible-analytical-pipelines/ )
59
+ Statistics] ( https://analysisfunction.civilservice.gov.uk/support/reproducible-analytical-pipelines/ ) ^ [ https://analysisfunction.civilservice.gov.uk/support/reproducible-analytical-pipelines/ ]
60
60
(henceforth ONS). I found the name "Reproducible Analytical Pipeline"
61
61
(henceforth RAP) really perfect for what I was aiming at. The ONS team
62
62
responsible for evangelising RAPs also published a free
0 commit comments