Skip to content

Commit e6f83b8

Browse files
author
Marc Garcia
committed
Improving pydata dojo-like sprint event, and allowing events without project
1 parent 312754d commit e6f83b8

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

_layouts/post.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ <h2>{{ page.title }}</h2>
2828
<p>{{ sponsor.content }}</p>
2929
</div>
3030

31-
{% if project.logo %}
32-
<img class="post__project-logo" src="{{ site.baseurl }}/{{ project.logo }}">
33-
{% endif %}
34-
<p>{{ project.content }}</p>
35-
<p>More information about {{ project.name }}: <a href="{{ project.website }}">{{ project.website }}</a></p>
36-
{% if project.setup_html %}
37-
<h3>Set up instructions</h3>
38-
{{ project.setup_html }}
31+
{if project.name %}
32+
{% if project.logo %}
33+
<img class="post__project-logo" src="{{ site.baseurl }}/{{ project.logo }}">
34+
{% endif %}
35+
<p>{{ project.content }}</p>
36+
<p>More information about {{ project.name }}: <a href="{{ project.website }}">{{ project.website }}</a></p>
37+
{% if project.setup_html %}
38+
<h3>Set up instructions</h3>
39+
{{ project.setup_html }}
40+
{% endif %}
3941
{% endif %}
4042
</div>
4143
<div class="col-md-3">

_posts/2018-05-08-pydata-dojo-like.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project:
99
sponsor: quantum_black
1010
---
1111

12-
**Note that this sprint starts at 6pm (and not at 6:30pm, as mmost events in the past).**
12+
**Note that this sprint starts at 6pm (and not at 6:30pm, as most events in the past).**
1313

1414
In this sprint we will try a new and cooler format, and we will sprint in a Dojo like way.
1515

@@ -27,12 +27,12 @@ described in the agenda.
2727
- 7pm-9pm: Coding in groups
2828
- 9pm: Group presentations
2929

30-
Bring your OWN ideas to make your sprint proposal:
30+
**Bring your OWN ideas for the sprint.** To narrow the scope of the sprint,
31+
all ideas should be for data related projects (pandas, numpy, matplotlib,
32+
keras, pytorch, your own data project...).
3133

3234
- That annoying bug you wanted to see fixed
3335
- That missing feature you need
3436
- That documentation page needs some care
3537
- ...
3638

37-
To narrow the scope of the sprint, all ideas should be for data related projects
38-
(pandas, numpy, matplotlib, keras, pytorch, your own data project...).

0 commit comments

Comments
 (0)