File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- include : ["pandas/guide/_static"]
1+ include : ["_test.html", " pandas/guide/_static"]
Original file line number Diff line number Diff line change 1+ this should be served because the include directive
Original file line number Diff line number Diff 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 ( {
Original file line number Diff line number Diff line change 1+ this should always be served
You can’t perform that action at this time.
0 commit comments