Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xstra-dev
tp-gitlab-ci
Commits
b07913ea
Commit
b07913ea
authored
Nov 21, 2017
by
Matthieu Boileau
Browse files
Update index
parent
4e524148
Changes
2
Hide whitespace changes
Inline
Side-by-side
index.ipynb
View file @
b07913ea
...
...
@@ -20,21 +20,14 @@
"\n",
"## *Session pratique*\n",
"\n",
"- [Notebook](http://nbviewer.jupyter.org/urls/)\n",
"- [Slideshow]()\n",
"- [Notebook](http://nbviewer.jupyter.org/urls/
boileau.pages.math.unistra.fr/tp-gitlab-ci/tp-gitlab-ci.ipynb
)\n",
"- [Slideshow](
https://boileau.pages.math.unistra.fr/tp-gitlab-ci/tp-gitlab-ci.slides.html
)\n",
"---\n",
"\n",
"Matthieu Boileau - <matthieu.boileau@math.unistra.fr>\n",
"\n",
"*Contenu sous licence [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0)*"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
...
...
%% Cell type:markdown id: tags:
### Journée X/Stra-Dev Intégration continue
21 novembre 2017
---
# L'intégration continue avec GitLab

## *Session pratique*
-
[
Notebook
](
http://nbviewer.jupyter.org/urls/
)
- [Slideshow]()
-
[
Notebook
](
http://nbviewer.jupyter.org/urls/
boileau.pages.math.unistra.fr/tp-gitlab-ci/tp-gitlab-ci.ipynb
)
- [Slideshow](
https://boileau.pages.math.unistra.fr/tp-gitlab-ci/tp-gitlab-ci.slides.html
)
---
Matthieu Boileau -
<matthieu.boileau@math.unistra.fr>
*Contenu sous licence [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0)*
%% Cell type:code id: tags:
```
bash
```
...
...
make_slides.sh
View file @
b07913ea
...
...
@@ -3,6 +3,9 @@
set
-x
notebooks
=
"tp-gitlab-ci.ipynb"
jupyter-nbconvert
$notebooks
--to
slides
--output-dir
=
public
revealprefix
=
"https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0"
jupyter-nbconvert
$notebooks
--to
slides
--reveal-prefix
$revealprefix
--output-dir
=
public
jupyter-nbconvert index.ipynb
--to
html
--output-dir
=
public
cp
*
.ipynb public/
cp
*
.png public/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment