Menu

Tree [4e1826] default tip /
 History

Read Only access


File Date Author Commit
 ext 2020-07-07 Mark Galassi Mark Galassi [3dc133] put file in the right place
 math-approximations 2022-07-09 Mark Galassi Mark Galassi [4e1826] started adding mention of monte carlo technique...
 ChangeLog 2022-03-07 Mark Galassi Mark Galassi [4e117a] 2022-03-07 Mark Galassi <mark@...>
 Makefile 2020-07-07 Mark Galassi Mark Galassi [3bfb63] 2020-07-06 Mark Galassi <mark@...>
 README.md 2020-07-07 Mark Galassi Mark Galassi [549adc] updated cloning instructions
 conf.py 2022-01-20 Mark Galassi Mark Galassi [be44b7] small adjustments and a bit more intro
 index.rst 2022-07-09 Mark Galassi Mark Galassi [4e1826] started adding mention of monte carlo technique...
 intro-notes.rst 2022-02-22 Mark Galassi Mark Galassi [343a8c] 2022-02-21 Mark Galassi <mark@...>

Read Me

Math and Science Working Groups

These are notes to accompany working groups I hold with driven
students who want to go beyond, or work around, the typical high
school curriculum.

Cloning

The project is under mercurial version control on sourceforge. Clone
with this instruction if you have an account on sourceforge.net:

hg clone ssh://${LOGNAME}@hg.code.sf.net/p/math-science-working-groups/code math-science-working-groups

or this instruction to clone anonymously:

hg clone http://hg.code.sf.net/p/math-science-working-groups/code math-science-working-groups

Build the document

The document is written in restructured text, and can be built with
the Sphinx documentation generator. Just type:

make html

which will place a top level index.html file in _build/html/index.html
where you can view it with your faovorite html viewer (like a web
browser). One example sequence could be:

make html
firefox _build/html/index.html