Skip to content

Commit ccf0017

Browse files
authored
Merge pull request #8 from peopledoc/mv_tuto
Tutorial must be generic: change its directory
2 parents 6a1b8ea + 0e1796e commit ccf0017

23 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ All other steps are explain in each use cases.
209209
## Talks
210210

211211
- [PyData Paris - March 2019 Meetup](https://www.meetup.com/fr-FR/PyData-Paris/events/259187805/): [talk](https://peopledoc.github.io/mlv-tools-tutorial/talks/pyData/presentation.html)
212-
- [PyData Amsterdam - May 2019](https://pydata.org/amsterdam2019/schedule/presentation/32/): [tutorial](https://peopledoc.github.io/mlv-tools-tutorial/talks/pyDataAmsterdam/tutorial/presentation.html)
212+
- [PyData Amsterdam - May 2019](https://pydata.org/amsterdam2019/schedule/presentation/32/): [tutorial](https://peopledoc.github.io/mlv-tools-tutorial/talks/tutorial/presentation.html)
File renamed without changes.
File renamed without changes.
File renamed without changes.

talks/pyDataAmsterdam/tutorial/presentation.html talks/tutorial/presentation.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html>
33
<head>
44
<meta charset="utf-8"/>
5-
<link rel="stylesheet" href="../../reveal.js/css/reveal.css">
6-
<link rel="stylesheet" href="../../reveal.js/css/theme/mine.css">
5+
<link rel="stylesheet" href="../reveal.js/css/reveal.css">
6+
<link rel="stylesheet" href="../reveal.js/css/theme/mine.css">
77
<style media="screen">
88
strong {
99
color: #eee8d5;;
@@ -289,15 +289,15 @@ <h5>Tutorial Part2: build docker image (Optional)</h5>
289289
<code>./resources/setup_project/docker/run.sh</code></section>
290290
</div>
291291
</div>
292-
<script src="../../reveal.js/js/reveal.js"></script>
292+
<script src="../reveal.js/js/reveal.js"></script>
293293
<script src="head.min.js"></script>
294294
<script>
295295
Reveal.initialize({
296296
history: true,
297297
slideNumber: true,
298298
dependencies: [
299-
{ src: '../../reveal.js/plugin/notes/notes.js', async: true },
300-
{ src: '../../reveal.js/plugin/external/external/external.js',
299+
{ src: '../reveal.js/plugin/notes/notes.js', async: true },
300+
{ src: '../reveal.js/plugin/external/external/external.js',
301301
condition: function() { return !!document.querySelector( '[data-external]' ); } }
302302
],
303303

0 commit comments

Comments
 (0)