Skip to content

Commit 14fdc84

Browse files
author
Marc Garcia
committed
Adding PyData Nairobi to pandas sprint, updating PyData Madrid link, and adding test for jekyll exclusions
1 parent 0702a01 commit 14fdc84

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: ["pandas/guide/_static"]
1+
include: ["_test.html", "pandas/guide/_static"]

_test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this should be served because the include directive

pandas/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h3 class="section-title">Locations</h3>
203203
"lng": -0.086270},
204204
{"title": "Madrid",
205205
"description": "PyData Madrid",
206-
"url": "https://www.meetup.com/PyData-Madrid/",
206+
"url": "https://www.meetup.com/PyData-Madrid/events/247525766/",
207207
"lat": 40.4168209,
208208
"lng": -3.7035725},
209209
{"title": "Florence",
@@ -251,6 +251,11 @@ <h3 class="section-title">Locations</h3>
251251
"url": "https://www.meetup.com/PyData-Lagos/",
252252
"lat": 6.476437,
253253
"lng": 3.369318},
254+
{"title": "Nairobi",
255+
"description": "PyData Nairobi",
256+
"url": "https://www.meetup.com/PyData-Nairobi/",
257+
"lat": -1.286531,
258+
"lng": 36.817345},
254259
];
255260
for (i=0; i < chapters.length; i++) {
256261
var marker = new google.maps.Marker({

test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this should always be served

0 commit comments

Comments
 (0)