From b9ed8a848aa14ba36cbada29690b530047d4a768 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Thu, 6 Oct 2022 15:01:43 +0200
Subject: [PATCH] make Rmd selfcontained

---
 10_network_and_ssh.Rmd          | 2 +-
 11_install_system_programs.Rmd  | 2 +-
 12_virtualization.Rmd           | 2 +-
 1_understanding_a_computer.Rmd  | 2 +-
 2_using_the_ifb_cloud.Rmd       | 2 +-
 3_first_steps_in_a_terminal.Rmd | 2 +-
 4_unix_file_system.Rmd          | 2 +-
 5_users_and_rights.Rmd          | 2 +-
 6_unix_processes.Rmd            | 2 +-
 7_streams_and_pipes.Rmd         | 2 +-
 8_text_manipulation.Rmd         | 2 +-
 9_batch_processing.Rmd          | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/10_network_and_ssh.Rmd b/10_network_and_ssh.Rmd
index ed0f994..66d21fd 100644
--- a/10_network_and_ssh.Rmd
+++ b/10_network_and_ssh.Rmd
@@ -3,7 +3,7 @@ title: Text manipulation
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/11_install_system_programs.Rmd b/11_install_system_programs.Rmd
index 5d7c255..5358b59 100644
--- a/11_install_system_programs.Rmd
+++ b/11_install_system_programs.Rmd
@@ -3,7 +3,7 @@ title: Text manipulation
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/12_virtualization.Rmd b/12_virtualization.Rmd
index aadfb4f..b127313 100644
--- a/12_virtualization.Rmd
+++ b/12_virtualization.Rmd
@@ -3,7 +3,7 @@ title: Text manipulation
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/1_understanding_a_computer.Rmd b/1_understanding_a_computer.Rmd
index 9de76d5..69f9371 100644
--- a/1_understanding_a_computer.Rmd
+++ b/1_understanding_a_computer.Rmd
@@ -3,7 +3,7 @@ title: Understanding a computer
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/2_using_the_ifb_cloud.Rmd b/2_using_the_ifb_cloud.Rmd
index 5127154..c770218 100644
--- a/2_using_the_ifb_cloud.Rmd
+++ b/2_using_the_ifb_cloud.Rmd
@@ -3,7 +3,7 @@ title: IFB (Institu Français de bio-informatique) Cloud
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/3_first_steps_in_a_terminal.Rmd b/3_first_steps_in_a_terminal.Rmd
index 6dc68b8..ae8859b 100644
--- a/3_first_steps_in_a_terminal.Rmd
+++ b/3_first_steps_in_a_terminal.Rmd
@@ -3,7 +3,7 @@ title: First step in a terminal
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/4_unix_file_system.Rmd b/4_unix_file_system.Rmd
index 8a1f3b9..decc97a 100644
--- a/4_unix_file_system.Rmd
+++ b/4_unix_file_system.Rmd
@@ -3,7 +3,7 @@ title: GNU/Linux file system
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/5_users_and_rights.Rmd b/5_users_and_rights.Rmd
index f8039f4..07df4d2 100644
--- a/5_users_and_rights.Rmd
+++ b/5_users_and_rights.Rmd
@@ -3,7 +3,7 @@ title: Users and rights
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/6_unix_processes.Rmd b/6_unix_processes.Rmd
index b9b804b..b1d8fe7 100644
--- a/6_unix_processes.Rmd
+++ b/6_unix_processes.Rmd
@@ -3,7 +3,7 @@ title: Unix Processes
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/7_streams_and_pipes.Rmd b/7_streams_and_pipes.Rmd
index 3f8820e..9b8716d 100644
--- a/7_streams_and_pipes.Rmd
+++ b/7_streams_and_pipes.Rmd
@@ -3,7 +3,7 @@ title: Unix Streams and pipes
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/8_text_manipulation.Rmd b/8_text_manipulation.Rmd
index 43755b7..c762b08 100644
--- a/8_text_manipulation.Rmd
+++ b/8_text_manipulation.Rmd
@@ -3,7 +3,7 @@ title: Text manipulation
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
diff --git a/9_batch_processing.Rmd b/9_batch_processing.Rmd
index 3bf69dd..d24df21 100644
--- a/9_batch_processing.Rmd
+++ b/9_batch_processing.Rmd
@@ -3,7 +3,7 @@ title: Text manipulation
 author: "Laurent Modolo"
 output:
   rmdformats::downcute:
-    self_contain: false
+    self_contain: true
     use_bookdown: true
     default_style: "light"
     lightbox: true
-- 
GitLab