Skip to content

Commit

Permalink
update urls rtfd
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu>
  • Loading branch information
Sebastien Varrette authored and Sebastien Varrette committed Dec 11, 2016
1 parent 926b4c3 commit 5185529
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 24 deletions.
1 change: 1 addition & 0 deletions docs/hands-on/03/index.md
2 changes: 1 addition & 1 deletion slides/2016/cloudcom2016/src/_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ theme: readthedocs

### Hands-On 1: [Markdown](https://daringfireball.net/projects/markdown/syntax) \& [MkDocs](http://www.mkdocs.org/)

\wbegin{Your Turn! \hfill\myurl{http://rr-tutorials.readthedocs.io/en/latest/hands-on-01/}}
\wbegin{Your Turn! \hfill\myurl{http://rr-tutorials.readthedocs.io/en/latest/hands-on/01/}}

* **\alert{Easy-to-\{Read | Take | Share\} Docs with MkDocs}**
- installation of MkDocs \hfill{}\myurl{http://www.mkdocs.org/\#installation}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Hand-on 1: DIY Approach
### RR the DIY Way

* Let's see how to reproduce a simple yet practical example!

Expand All @@ -16,7 +16,7 @@
. . .

\begin{tcolorbox}\centering\scriptsize
\url{http://rr-tutorials.readthedocs.io/en/latest/hands-on-01/}
\url{http://rr-tutorials.readthedocs.io/en/latest/hands-on/03/}
\end{tcolorbox}

\scriptsize
Expand Down
8 changes: 4 additions & 4 deletions slides/2016/cloudcom2016/src/_vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ end

### Back to Hands-on 1

\wbegin{Your Turn! \hfill\myurl{http://rr-tutorials.readthedocs.io/en/latest/hands-on-01/}}
\wbegin{Your Turn! \hfill\myurl{http://rr-tutorials.readthedocs.io/en/latest/hands-on/03/}}

* **\alert{Steps [1-4]}** to cover the following elements:
- _Basic Usage of Vagrant_
Expand Down Expand Up @@ -174,7 +174,7 @@ SHELL

### Vagrant Box Inline Provisioning

\wbegin{Your Turn! \hfill\myurl{http://rr-tutorials.readthedocs.io/en/latest/hands-on-01/}}
\wbegin{Your Turn! \hfill\myurl{http://rr-tutorials.readthedocs.io/en/latest/hands-on/03/}}

* **\alert{Steps 5}**:
- adapt the `Vagrantfile` to embed your commands
Expand All @@ -200,7 +200,7 @@ yum install -y <package> # CentOS/ Redhat
config.vm.provision "shell", path: "<script>.{sh|py|rb}"
~~~

\wbegin{Your Turn! \hfill\myurl{http://rr-tutorials.readthedocs.io/en/latest/hands-on-01/}}
\wbegin{Your Turn! \hfill\myurl{http://rr-tutorials.readthedocs.io/en/latest/hands-on/03/}}

* **\alert{Steps 6}**: copy and adapt `vagrant/bootstrap.sample.sh`
- adapt the `Vagrantfile` to provision the VM with your script
Expand Down Expand Up @@ -308,7 +308,7 @@ $> vagrant package \

### Vagrant Box Packaging

\wbegin{Your Turn! \hfill\myurl{http://rr-tutorials.readthedocs.io/en/latest/hands-on-01/}}
\wbegin{Your Turn! \hfill\myurl{http://rr-tutorials.readthedocs.io/en/latest/hands-on/03/}}

* **\alert{Steps 7-8}**: Package your box and diffuse it on [Vagrant Cloud](https://vagrantcloud.com)
- Make preliminary checks
Expand Down
31 changes: 14 additions & 17 deletions slides/2016/cloudcom2016/src/tutorial-RR.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% =============================================================================
% File: tutorial-RR.tex --
% Author(s): Sebastien Varrette (Sebastien.Varrette@uni.lu)
% Time-stamp: <Sun 2016-12-11 23:08 svarrette>
% Time-stamp: <Sun 2016-12-11 23:18 svarrette>
%
% Copyright (c) 2016 Sebastien Varrette<Sebastien.Varrette@uni.lu>
%
Expand Down Expand Up @@ -96,26 +96,23 @@
% \section{Introduction and Motivating Examples}
% \input{_intro.md}

% ____________________________________________________________
\section{Reproducible Research}
\input{_reproducible_research.md}

%...................................................
\subsection{Easy-to \{read|take|share\} Docs}
\input{_docs.md}
% %____________________________________________________________
% \section{Reproducible Research}
% \input{_reproducible_research.md}

%...................................................
\subsection{Sharing Code and Data}
\input{_sharing.md}
\input{_git.md}
% %...................................................
% \subsection{Easy-to \{read|take|share\} Docs}
% \input{_docs.md}

%...................................................
\subsection{Mastering your [reproducible] environment}
% %...................................................
% \subsection{Sharing Code and Data}
% \input{_sharing.md}
% \input{_git.md}

% %...................................................
% \subsection{Hands-on 2: Reproducible Environment}
% \input{_hand-on-1.md}
% \input{_vagrant.md}
% \subsection{Mastering your [reproducible] environment}
\input{_environment.md}
\input{_vagrant.md}



Expand Down

0 comments on commit 5185529

Please sign in to comment.