[pypy-commit] extradoc extradoc: small updates

fijal noreply at buildbot.pypy.org
Thu Oct 1 13:51:18 CEST 2015


Author: fijal
Branch: extradoc
Changeset: r5561:538c841b193b
Date: 2015-10-01 13:52 +0200
http://bitbucket.org/pypy/extradoc/changeset/538c841b193b/

Log:	small updates

diff --git a/talk/pyconza2015/Makefile b/talk/pyconza2015/Makefile
--- a/talk/pyconza2015/Makefile
+++ b/talk/pyconza2015/Makefile
@@ -5,7 +5,7 @@
 # https://sourceforge.net/tracker/?func=detail&atid=422032&aid=1459707&group_id=38414
 
 talk.pdf: talk.rst author.latex stylesheet.latex
-	python ../bin/rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt --input-encoding=utf8 --output-encoding=utf8 talk.rst talk.latex || exit
+	python ../bin/rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt --theme=Warsaw --input-encoding=utf8 --output-encoding=utf8 talk.rst talk.latex || exit
 	#/home/antocuni/.virtualenvs/rst2beamer/bin/python `which rst2beamer.py` --stylesheet=stylesheet.latex --documentoptions=14pt talk.rst talk.latex || exit
 	sed 's/\\date{}/\\input{author.latex}/' -i talk.latex || exit
 	#sed 's/\\maketitle/\\input{title.latex}/' -i talk.latex || exit
diff --git a/talk/pyconza2015/author.latex b/talk/pyconza2015/author.latex
--- a/talk/pyconza2015/author.latex
+++ b/talk/pyconza2015/author.latex
@@ -1,8 +1,8 @@
 \definecolor{rrblitbackground}{rgb}{0.0, 0.0, 0.0}
 
-\title[Python and PyPy performance]{Python and PyPy performance\\(not) for dummies}
-\author[antocuni,fijal]
-{Antonio Cuni and Maciej Fijałkowski}
+\title[How PyPy runs your programs]{How PyPy runs your programs}
+\author[fijal]
+{Maciej Fijałkowski}
 
-\institute{EuroPython 2015}
-\date{July 21, 2015}
+\institute{PyCon ZA 2015}
+\date{Oct 2nd, 2015}
diff --git a/talk/pyconza2015/talk.rst b/talk/pyconza2015/talk.rst
--- a/talk/pyconza2015/talk.rst
+++ b/talk/pyconza2015/talk.rst
@@ -1,6 +1,6 @@
 
 How PyPy runs your program
-==================
+==========================
 
 About me
 --------
@@ -9,6 +9,10 @@
 
 * running consulting business baroquesoftware.com
 
+* always interested in tooling and improving experience
+
+* originally from Poland, living in Cape Town
+
 This talk
 ---------
 
@@ -27,7 +31,7 @@
 
 * uses magic to run code faster (most of the time)
 
-* different base, not written in C
+* completely different codebase, not written in C
 
 * ~7x faster than cpython
 


More information about the pypy-commit mailing list