Skip to content

Commit 8c62d6d

Browse files
committed
Removed old files (messed up with mv vs git mv)
1 parent 672fca1 commit 8c62d6d

22 files changed

+257
-4013
lines changed

01-preface.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ If you're an editor interested in publishing this book, you can `contact me
138138
<mailto:[email protected]>`_ if you agree to have this version and all
139139
subsequent versions open access (i.e. online at `this address
140140
<http://www.labri.fr/perso/nrougier/python+opengl>`_), you know how to deal
141-
with `restructured text`_ (Word is not an option), you provide a real
142-
added-value as well as supporting services, and more importantly, you have a
143-
truly amazing latex book template (and be warned that I'm a bit picky about
144-
typography & design: `Edward Tufte <https://www.edwardtufte.com/tufte/>`_ is my
145-
hero). Still here?
141+
with `restructured text <http://docutils.sourceforge.net/rst.html>`_ (Word is
142+
not an option), you provide a real added-value as well as supporting services,
143+
and more importantly, you have a truly amazing latex book template (and be
144+
warned that I'm a bit picky about typography & design: `Edward Tufte
145+
<https://www.edwardtufte.com/tufte/>`_ is my hero). Still here?
146146

147147

148148
License

02-introduction.rst

+6
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,12 @@ Libraries
460460
http://www.vtk.org
461461
.. _VPython:
462462
http://vpython.org
463+
.. _numpy:
464+
http://www.numpy.org
465+
.. _glumpy:
466+
http://glumpy.github.io
467+
.. _vispy:
468+
http://vispy.org
463469
.. _OpenGL wiki:
464470
https://www.khronos.org/opengl/wiki/History_of_OpenGL
465471
.. _deprecated:

bibliography.rst

-234
This file was deleted.

book.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body {
1717
}
1818

1919

20-
.content {
20+
.document {
2121
margin-left: 250px;
2222
max-width: 800px;
2323
padding-left: 2em;

0 commit comments

Comments
 (0)