[codestyle] renamed programmingstyle/ to codestyle/
This commit is contained in:
parent
93f18143f1
commit
f24c14e6f5
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
BASENAME=scientificcomputing-script
|
BASENAME=scientificcomputing-script
|
||||||
|
|
||||||
SUBDIRS=programming debugging plotting programmingstyle statistics bootstrap regression likelihood pointprocesses designpattern
|
SUBDIRS=programming debugging plotting codestyle statistics bootstrap regression likelihood pointprocesses designpattern
|
||||||
SUBTEXS=$(foreach subd, $(SUBDIRS), $(subd)/lecture/$(subd).tex)
|
SUBTEXS=$(foreach subd, $(SUBDIRS), $(subd)/lecture/$(subd).tex)
|
||||||
|
|
||||||
all : script chapters
|
all : script chapters
|
||||||
|
@ -17,7 +17,9 @@ Then we need to plot something to recreate the matplotlib font cache:
|
|||||||
make cleanplots
|
make cleanplots
|
||||||
make plots
|
make plots
|
||||||
```
|
```
|
||||||
To give back the fonts to lyx we reinstall them
|
|
||||||
|
You should better NOT reinstall
|
||||||
```
|
```
|
||||||
sudo apt-get install fonts-lyx
|
sudo apt-get install fonts-lyx
|
||||||
```
|
```
|
||||||
|
to give back the fonts to lyx.
|
@ -44,8 +44,8 @@ watchchapter :
|
|||||||
|
|
||||||
cleantex:
|
cleantex:
|
||||||
rm -f *~
|
rm -f *~
|
||||||
rm -f $(BASENAME).aux $(BASENAME).log
|
rm -f $(BASENAME).aux $(BASENAME).log *.idx
|
||||||
rm -f $(BASENAME)-chapter.aux $(BASENAME)-chapter.log $(BASENAME)-chapter.out $(BASENAME)-chapter.idx $(BASENAME)-solutions.tex $(BASENAME)-solutions.tex
|
rm -f $(BASENAME)-chapter.aux $(BASENAME)-chapter.log $(BASENAME)-chapter.out $(BASENAME)-chapter.idx $(BASENAME)-chapter-solutions.tex $(BASENAME)-solutions.tex
|
||||||
|
|
||||||
cleanplots: cleanpythonplots cleangnuplots
|
cleanplots: cleanpythonplots cleangnuplots
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
BASENAME=programmingstyle
|
BASENAME=codestyle
|
||||||
|
|
||||||
all : pdf
|
all : pdf
|
||||||
|
|
||||||
@ -9,4 +9,4 @@ pdf : chapter
|
|||||||
|
|
||||||
clean : cleanchapter
|
clean : cleanchapter
|
||||||
|
|
||||||
cleanall : clean cleanchapter
|
cleanall : cleanallchapter
|
@ -14,7 +14,7 @@
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\include{programmingstyle}
|
\include{codestyle}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
@ -411,7 +411,6 @@ not of more global interest across projects consider to define it as
|
|||||||
\codeterm[function!local]{local function} or
|
\codeterm[function!local]{local function} or
|
||||||
\codeterm[function!nested]{nested function}. Taking care to increase
|
\codeterm[function!nested]{nested function}. Taking care to increase
|
||||||
readability and comprehensibility pays off, even to the author!
|
readability and comprehensibility pays off, even to the author!
|
||||||
|
|
||||||
\footnote{Reading tip: Robert C. Martin: \textit{Clean Code: A Handbook of
|
\footnote{Reading tip: Robert C. Martin: \textit{Clean Code: A Handbook of
|
||||||
Agile Software Craftmanship}, Prentice Hall}
|
Agile Software Craftmanship}, Prentice Hall}
|
||||||
|
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
@ -9,4 +9,4 @@ pdf : chapter
|
|||||||
|
|
||||||
clean : cleanchapter
|
clean : cleanchapter
|
||||||
|
|
||||||
cleanall : clean cleanchapter
|
cleanall : cleanallchapter
|
||||||
|
@ -9,5 +9,5 @@ pdf : chapter
|
|||||||
|
|
||||||
clean : cleanchapter
|
clean : cleanchapter
|
||||||
|
|
||||||
cleanall : clean cleanchapter
|
cleanall : cleanallchapter
|
||||||
|
|
||||||
|
@ -9,4 +9,4 @@ pdf : chapter
|
|||||||
|
|
||||||
clean : cleanchapter
|
clean : cleanchapter
|
||||||
|
|
||||||
cleanall : clean cleanchapter
|
cleanall : cleanallchapter
|
||||||
|
@ -29,8 +29,8 @@ watchslides :
|
|||||||
clean : cleanchapter
|
clean : cleanchapter
|
||||||
rm -f $(BASENAME)-slides.aux $(BASENAME)-slides.log $(BASENAME)-slides.out $(BASENAME)-slides.toc $(BASENAME)-slides.nav $(BASENAME)-slides.snm $(BASENAME)-slides.vrb
|
rm -f $(BASENAME)-slides.aux $(BASENAME)-slides.log $(BASENAME)-slides.out $(BASENAME)-slides.toc $(BASENAME)-slides.nav $(BASENAME)-slides.snm $(BASENAME)-slides.vrb
|
||||||
|
|
||||||
cleanall : clean cleanchapter
|
cleanall : clean cleanallchapter
|
||||||
$(BASENAME)-slides.pdf $(BASENAME)-handout.pdf
|
rm -f $(BASENAME)-slides.pdf $(BASENAME)-handout.pdf
|
||||||
|
|
||||||
|
|
||||||
help :
|
help :
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%!PS-Adobe-2.0 EPSF-2.0
|
%!PS-Adobe-2.0 EPSF-2.0
|
||||||
%%Title: pointprocessscetchA.tex
|
%%Title: pointprocessscetchA.tex
|
||||||
%%Creator: gnuplot 4.6 patchlevel 4
|
%%Creator: gnuplot 4.6 patchlevel 4
|
||||||
%%CreationDate: Tue Dec 3 08:08:50 2019
|
%%CreationDate: Fri Dec 6 23:29:10 2019
|
||||||
%%DocumentFonts:
|
%%DocumentFonts:
|
||||||
%%BoundingBox: 50 50 373 135
|
%%BoundingBox: 50 50 373 135
|
||||||
%%EndComments
|
%%EndComments
|
||||||
@ -433,7 +433,7 @@ SDict begin [
|
|||||||
/Author (jan)
|
/Author (jan)
|
||||||
% /Producer (gnuplot)
|
% /Producer (gnuplot)
|
||||||
% /Keywords ()
|
% /Keywords ()
|
||||||
/CreationDate (Tue Dec 3 08:08:50 2019)
|
/CreationDate (Fri Dec 6 23:29:10 2019)
|
||||||
/DOCINFO pdfmark
|
/DOCINFO pdfmark
|
||||||
end
|
end
|
||||||
} ifelse
|
} ifelse
|
||||||
|
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%!PS-Adobe-2.0 EPSF-2.0
|
%!PS-Adobe-2.0 EPSF-2.0
|
||||||
%%Title: pointprocessscetchB.tex
|
%%Title: pointprocessscetchB.tex
|
||||||
%%Creator: gnuplot 4.6 patchlevel 4
|
%%Creator: gnuplot 4.6 patchlevel 4
|
||||||
%%CreationDate: Tue Dec 3 08:08:50 2019
|
%%CreationDate: Fri Dec 6 23:29:10 2019
|
||||||
%%DocumentFonts:
|
%%DocumentFonts:
|
||||||
%%BoundingBox: 50 50 373 237
|
%%BoundingBox: 50 50 373 237
|
||||||
%%EndComments
|
%%EndComments
|
||||||
@ -433,7 +433,7 @@ SDict begin [
|
|||||||
/Author (jan)
|
/Author (jan)
|
||||||
% /Producer (gnuplot)
|
% /Producer (gnuplot)
|
||||||
% /Keywords ()
|
% /Keywords ()
|
||||||
/CreationDate (Tue Dec 3 08:08:50 2019)
|
/CreationDate (Fri Dec 6 23:29:10 2019)
|
||||||
/DOCINFO pdfmark
|
/DOCINFO pdfmark
|
||||||
end
|
end
|
||||||
} ifelse
|
} ifelse
|
||||||
|
Binary file not shown.
@ -1,7 +1,5 @@
|
|||||||
BASENAME=programming
|
BASENAME=programming
|
||||||
|
|
||||||
#TEXFILES=boolean_logical_indexing.tex control_structures.tex data_structures.tex plotting.tex programming_basics.tex scripts_functions.tex sta_stc.tex variables_datatypes.tex vectors_matrices.tex
|
|
||||||
|
|
||||||
all : pdf
|
all : pdf
|
||||||
|
|
||||||
include ../../chapter.mk
|
include ../../chapter.mk
|
||||||
@ -11,4 +9,4 @@ pdf : chapter
|
|||||||
|
|
||||||
clean : cleanchapter
|
clean : cleanchapter
|
||||||
|
|
||||||
cleanall : clean cleanchapter
|
cleanall : cleanallchapter
|
||||||
|
@ -9,4 +9,4 @@ pdf : chapter
|
|||||||
|
|
||||||
clean : cleanchapter
|
clean : cleanchapter
|
||||||
|
|
||||||
cleanall : clean cleanchapter
|
cleanall : cleanallchapter
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
\includechapter{plotting}
|
\includechapter{plotting}
|
||||||
|
|
||||||
\includechapter{programmingstyle}
|
\includechapter{codestyle}
|
||||||
|
|
||||||
\includechapter{designpattern}
|
\includechapter{designpattern}
|
||||||
|
|
||||||
|
@ -9,4 +9,4 @@ pdf : chapter
|
|||||||
|
|
||||||
clean : cleanchapter
|
clean : cleanchapter
|
||||||
|
|
||||||
cleanall : clean cleanchapter
|
cleanall : cleanallchapter
|
||||||
|
Reference in New Issue
Block a user