From d9252e9cbfd496e2463e21bb1fd2f346dfe4c05a Mon Sep 17 00:00:00 2001 From: Jan Benda Date: Sun, 25 Oct 2015 20:34:16 +0100 Subject: [PATCH] renamed descriptive-statistics --- scientificcomputing-script.tex | 2 +- statistics/lecture/Makefile | 2 +- ...descriptivestatistics-chapter.tex => statistics-chapter.tex} | 2 +- .../lecture/{descriptivestatistics.tex => statistics.tex} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename statistics/lecture/{descriptivestatistics-chapter.tex => statistics-chapter.tex} (99%) rename statistics/lecture/{descriptivestatistics.tex => statistics.tex} (100%) diff --git a/scientificcomputing-script.tex b/scientificcomputing-script.tex index 7627470..306a84a 100644 --- a/scientificcomputing-script.tex +++ b/scientificcomputing-script.tex @@ -225,7 +225,7 @@ \tableofcontents \renewcommand{\codepath}{statistics/code/} -\include{statistics/lecture/descriptivestatistics} +\include{statistics/lecture/statistics} \renewcommand{\codepath}{bootstrap/code/} \include{bootstrap/lecture/bootstrap} diff --git a/statistics/lecture/Makefile b/statistics/lecture/Makefile index 0c28bef..445913e 100644 --- a/statistics/lecture/Makefile +++ b/statistics/lecture/Makefile @@ -1,4 +1,4 @@ -BASENAME=descriptivestatistics +BASENAME=statistics PYFILES=$(wildcard *.py) PYPDFFILES=$(PYFILES:.py=.pdf) diff --git a/statistics/lecture/descriptivestatistics-chapter.tex b/statistics/lecture/statistics-chapter.tex similarity index 99% rename from statistics/lecture/descriptivestatistics-chapter.tex rename to statistics/lecture/statistics-chapter.tex index 6d498e2..d43ca3e 100644 --- a/statistics/lecture/descriptivestatistics-chapter.tex +++ b/statistics/lecture/statistics-chapter.tex @@ -220,7 +220,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} -\include{descriptivestatistics} +\include{statistics} \end{document} diff --git a/statistics/lecture/descriptivestatistics.tex b/statistics/lecture/statistics.tex similarity index 100% rename from statistics/lecture/descriptivestatistics.tex rename to statistics/lecture/statistics.tex