From 38732e17feaff3269d0c52d47f7a565a1d767d52 Mon Sep 17 00:00:00 2001 From: Martina Cantaro <6120897+martinacantaro@users.noreply.github.com> Date: Thu, 22 Apr 2021 01:48:17 -0300 Subject: [PATCH 1/2] Create index.md --- docs/index.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2ec851d2..efee35af 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,22 +1,21 @@ -# Data Science in Julia for Hackers - -*This book is currently in a beta version. We are looking forward to getting feedback and criticism:* - * *Submit a GitHub issue **[here](https://github.com/unbalancedparentheses/data_science_in_julia_for_hackers/issues)*** - * *Mail us to **martina.cantaro@lambdaclass.com*** +*This book is currently in a beta version. We are looking forward to receiving feedback from our readers. If you'd like to make a suggestion, you can:* + * *submit a GitHub issue **[here](https://github.com/unbalancedparentheses/data_science_in_julia_for_hackers/issues)*** + * *or mail us to **martina.cantaro@lambdaclass.com*** *Thank you!* -There are 2 ways in which you can read this book: -1. In our web page https://datasciencejuliahackers.com/ -1. If you prefer a dynamic version of the book, you can download the repo in [GitHub](https://github.com/unbalancedparentheses/data_science_in_julia_for_hackers) and run the .jl files in a Pluto notebook +--- -*The pdf version of the book will be available in a few weeks* +There are two ways in which you can read this book: +1. From our web page https://datasciencejuliahackers.com/ +2. If you prefer a dynamic version of the book, you can download the [GitHub repo](https://github.com/unbalancedparentheses/data_science_in_julia_for_hackers) and run the .jl files in a Pluto notebook +A PDF version will also be available soon. ![Bayes hacking](images/bayes-hacker.png) -This book is written by Federico Carrone, Herman Obst Demaestri and Mariano Nicolini. +This book was written by Federico Carrone, Herman Obst Demaestri and Mariano Nicolini. Thanks to Martina Cantaro, Camilo Plata, Manuel Puebla, Lucas Raúl Fernandez Piana, Osvaldo Martin, Iñaki Garay and Mariana Vinyolas. From 7bd17800c523f65d1e09e74627579ee559c8f10e Mon Sep 17 00:00:00 2001 From: Martina Cantaro <6120897+martinacantaro@users.noreply.github.com> Date: Mon, 26 Apr 2021 22:49:25 -0300 Subject: [PATCH 2/2] Update index.md --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index efee35af..12bcc299 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,8 +7,8 @@ --- There are two ways in which you can read this book: -1. From our web page https://datasciencejuliahackers.com/ -2. If you prefer a dynamic version of the book, you can download the [GitHub repo](https://github.com/unbalancedparentheses/data_science_in_julia_for_hackers) and run the .jl files in a Pluto notebook + * From our web page https://datasciencejuliahackers.com/ + * If you prefer a dynamic version of the book, you can download the [GitHub repo](https://github.com/unbalancedparentheses/data_science_in_julia_for_hackers) and run the .jl files in a Pluto notebook A PDF version will also be available soon.