Menu

[r4549]: / trunk / py4science / workbook / README  Maximize  Restore  History

Download this file

23 lines (17 with data), 952 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is the workbook for the py4science course.  It is made up of a
bunch of different units, each of which lives in a separate *.tex
file.  To make a new unit, copy template.tex to yourfile.tex and fill
it in.  We use the latex listing package for including python source
code.

For every unit, create an example in ../examples/your_example.py, a
skeleton in ../examples/your_example_skel.py, and a symlink from
../examples/your_example_skel.py -> examples_skel/your_example.py
(../examples is in the top level of the py4science repository).  If
there are any figures, you should create a PNG and EPS version of each
and add them to the fig subdirectory of the workbook directory.  You
will need to svn add your tex file, example, skeleton, skeleton
symlink, and figures.

You can build the workbook in skeleton form with

  > make skeletons  # create workbook_skeletons.pdf

and in solved form with

  > make solved     # creates workbook_solved.pdf
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.