Skip to content

Commit 937d66b

Browse files
author
AlvarBer
committed
Fixed month date in sources
1 parent e2bc162 commit 937d66b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ script: true # No Testing
1111

1212
after_success: # Build binaries and documentation
1313
- cd docs # Time to do documentation
14-
- sudo apt-get install -y --no-install-recommends pandoc pandoc-citeproc texlive-base texlive-latex-base texlive-generic-recommended texlive-fonts-recommended texlive-fonts-extra texlive-extra-utils texlive-latex-recommended texlive-latex-extra texlive-xetex lmodern pgf
15-
- make travis
14+
- make test
15+
#- sudo apt-get install -y --no-install-recommends pandoc pandoc-citeproc texlive-base texlive-latex-base texlive-generic-recommended texlive-fonts-recommended texlive-fonts-extra texlive-extra-utils texlive-latex-recommended texlive-latex-extra texlive-xetex lmodern pgf
16+
#- make travis
1617

1718
# Run tests on master & dev
1819
branches:

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ images/%.pdf: graphs/%.tex
6565
mv $*.pdf images/
6666

6767
# Body and Appendices Middle Steps creation
68-
$(BODY): $(MARKDOWN)
68+
$(BODY): $(MARKDOWN) $(BIBLIOGRAPHY) $(CSL)
6969
pandoc --no-tex-ligatures --bibliography $(BIBLIOGRAPHY) --csl $(CSL) \
7070
metadata.yaml $(MARKDOWN) -o $@
7171

docs/persimmon.bib

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ @online{pgfgantt
1010
author = {Wolfgang Skala},
1111
year = {2011},
1212
url = {https://www.ctan.org/pkg/pgfgantt},
13-
urldate = {2016-December-16},
13+
urldate = {2016-12-16},
1414
}
1515

1616
@online{pandoc,
1717
title = {Pandoc: a universal document converter},
1818
author = {John MacFarlane},
1919
year = {2006},
2020
url = {https://ww.pandoc.org},
21-
urldate = {2016-December-16},
21+
urldate = {2016-12-16},
2222
}
2323

2424
@online{failures,
@@ -27,7 +27,7 @@ @online{failures
2727
year = {2014},
2828
month = {September},
2929
url = {https://hbr.org/2014/09/learn-from-your-analytics-failures},
30-
urldate = {2016-December-16},
30+
urldate = {2016-12-16},
3131
}
3232

3333
@online{understand,
@@ -36,7 +36,7 @@ @online{understand
3636
url = {http://www.forbes.com/sites/gregsatell/2013/06/22/before-you-can-manage-big-data-you-must-first-understand-it},
3737
year = {2013},
3838
month = {June},
39-
urldate = {2016-December-16},
39+
urldate = {2016-12-16},
4040
}
4141

4242
@online{principles,
@@ -45,7 +45,7 @@ @online{principles
4545
url = {https://moz.com/blog/data-visualization-principles-lessons-from-tufte},
4646
year = {2012},
4747
month = {February},
48-
urldate = {2016-December-16},
48+
urldate = {2016-12-16},
4949
}
5050

5151
@book{fry2007visualizing,
@@ -60,22 +60,21 @@ @online{pitfalls
6060
author = {Tom Khabaza},
6161
url = {http://www.spss.ch/upload/1113911601_data_mining_khabaza (3).pdf},
6262
year = {2005},
63-
urldate = {2016-December-16},
63+
urldate = {2016-12-16},
6464
}
6565

6666
@online{emerald,
6767
title = {emerald-harvard.csl},
6868
author = {Sebastian Karcher},
6969
url = {https://github.com/citation-style-language/styles/blob/master/emerald-harvard.csl},
7070
year = {2015},
71-
urldate = {2016-December-16},
71+
urldate = {2016-12-16},
7272
}
7373

7474
@online{automatic,
7575
title = {Approaching (Almost) Any Machine Learning Problem},
7676
author = {Abhishek Thakur},
7777
url = {http://blog.kaggle.com/2016/07/21/approaching-almost-any-machine-learning-problem-abhishek-thakur/},
78-
year = {2016},
7978
urldate = {2017-01-30},
8079
}
8180

0 commit comments

Comments
 (0)