Skip to content

Commit 8d2c88e

Browse files
author
Peter Roelants
committed
fix jekyl headers
1 parent 0b1f18f commit 8d2c88e

10 files changed

+45
-10
lines changed

‎_posts/2015-06-10-neural_network_implementation_intermezzo01.html‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
--- \nlayout: notebook_simple_ann_post \ntitle: How to implement a neural network Intermezzo 1 \n---\n\n
1+
---
2+
layout: notebook_simple_ann_post
3+
title: How to implement a neural network Intermezzo 1
4+
---
5+
6+
27
<div class="cell border-box-sizing text_cell rendered">
38
<div class="prompt input_prompt">
49
</div>

‎_posts/2015-06-10-neural_network_implementation_intermezzo02.html‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
--- \nlayout: notebook_simple_ann_post \ntitle: How to implement a neural network Intermezzo 2 \n---\n\n
1+
---
2+
layout: notebook_simple_ann_post
3+
title: How to implement a neural network Intermezzo 2
4+
---
5+
6+
27
<div class="cell border-box-sizing text_cell rendered">
38
<div class="prompt input_prompt">
49
</div>

‎_posts/2015-06-10-neural_network_implementation_part01.html‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
--- \nlayout: notebook_simple_ann_post \ntitle: How to implement a neural network Part 1 \n---\n\n
1+
---
2+
layout: notebook_simple_ann_post
3+
title: How to implement a neural network Part 1
4+
---
5+
6+
27
<div class="cell border-box-sizing text_cell rendered">
38
<div class="prompt input_prompt">
49
</div>

‎_posts/2015-06-10-neural_network_implementation_part02.html‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
--- \nlayout: notebook_simple_ann_post \ntitle: How to implement a neural network Part 2 \n---\n\n
1+
---
2+
layout: notebook_simple_ann_post
3+
title: How to implement a neural network Part 2
4+
---
5+
6+
27
<div class="cell border-box-sizing text_cell rendered">
38
<div class="prompt input_prompt">
49
</div>

‎_posts/2015-06-10-neural_network_implementation_part03.html‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
--- \nlayout: notebook_simple_ann_post \ntitle: How to implement a neural network Part 3 \n---\n\n
1+
---
2+
layout: notebook_simple_ann_post
3+
title: How to implement a neural network Part 3
4+
---
5+
6+
27
<div class="cell border-box-sizing text_cell rendered">
38
<div class="prompt input_prompt">
49
</div>

‎_posts/2015-06-10-neural_network_implementation_part04.html‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
--- \nlayout: notebook_simple_ann_post \ntitle: How to implement a neural network Part 4 \n---\n\n
1+
---
2+
layout: notebook_simple_ann_post
3+
title: How to implement a neural network Part 4
4+
---
5+
6+
27
<div class="cell border-box-sizing text_cell rendered">
38
<div class="prompt input_prompt">
49
</div>

‎_posts/2015-08-02-neural_network_implementation_part05.html‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
--- \nlayout: notebook_simple_ann_post \ntitle: How to implement a neural network Part 5 \n---\n\n
1+
---
2+
layout: notebook_simple_ann_post
3+
title: How to implement a neural network Part 5
4+
---
5+
6+
27
<div class="cell border-box-sizing text_cell rendered">
38
<div class="prompt input_prompt">
49
</div>

‎_posts/2015-09-27-rnn_implementation_part01.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
-e ---
22
layout: notebook_simple_rnn_post
33
title: How to implement a recurrent neural network Part 1
44
---

‎_posts/2015-09-27-rnn_implementation_part02.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
-e ---
22
layout: notebook_simple_rnn_post
33
title: How to implement a recurrent neural network Part 2
44
---

‎notebooks/nb_converter.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ python $script_dir/insertCollapseTags.py $filename $indices_to_collapse > tmp.ht
5555
mv tmp.html $filename
5656

5757
# Add the front matter before the html
58-
echo "--- \n\
58+
echo -e "--- \n\
5959
layout: $template \n\
6060
title: $title \n\
6161
---\n\n" | cat - $filename > tmp && mv tmp $filename

0 commit comments

Comments
 (0)