Skip to content
Snippets Groups Projects
Verified Commit bc9dd20a authored by Laurent Modolo's avatar Laurent Modolo
Browse files

tp.md: fix link to tp_1.md

parent fc299498
No related branches found
No related tags found
No related merge requests found
all: presentation.pdf tp.pdf tp.html all: presentation.pdf
tp.pdf: tp.md
R -e 'require(rmarkdown); rmarkdown::render("tp.md")'
tp.html: tp.md
R -e 'require(rmarkdown); rmarkdown::render("tp.md", output_format = "html_document")'
presentation.pdf: presentation.tex header.tex presentation.pdf: presentation.tex header.tex
lualatex -shell-escape presentation.tex lualatex -shell-escape presentation.tex
......
...@@ -7,7 +7,7 @@ R -e 'install.packages("rmarkdown", repos = "https://cloud.r-project.org")' ...@@ -7,7 +7,7 @@ R -e 'install.packages("rmarkdown", repos = "https://cloud.r-project.org")'
make make
``` ```
## [Partial guide](./tp.md) ## [Practial guide](./tp.md)
The practical guide is decomposed in three sections. The practical guide is decomposed in three sections.
......
---
title: "TP: Git basis"
author: Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr)
date: 7 Mar 2017
output:
pdf_document:
toc: true
toc_depth: 3
number_sections: true
html_document:
fig_caption: yes
theme: journal
toc: yes
toc_depth: 3
toc_float: true
highlight: tango
latex_engine: xelatex
---
# Setup your environment # Setup your environment
We are going to write some basic configuration files to be able to connect to the [gitlab server of the LBMC](http://gitlab.biologie.ens-lyon.fr). We are going to write some basic configuration files to be able to connect to the [gitlab server of the LBMC](http://gitlab.biologie.ens-lyon.fr).
...@@ -119,6 +100,6 @@ ssh -Tv gitlab_lbmc ...@@ -119,6 +100,6 @@ ssh -Tv gitlab_lbmc
**With this second method, you will have to replace every `https://gitlab.biologie.ens-lyon.fr/` url in the sequel with `gitlab_lbmc:`, the shortcut you defined in your `~/.ssh/config` file.** **With this second method, you will have to replace every `https://gitlab.biologie.ens-lyon.fr/` url in the sequel with `gitlab_lbmc:`, the shortcut you defined in your `~/.ssh/config` file.**
**[ Next**: Git Alone** ](./tp_1.md#part-1-git-alone)** [ **Next: Git Alone** ](./tp_1.md#part-1-git-alone)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment