Lessons for a scientific programmer

Euroscipy'14 tutorial

Aim:

Build documentation listing the attendees of this tutorial...

Learning about useful technology along the way.

Things you'll need:

IPython notebook running with the notebooks found at https://github.com/pelson/lessons_for_a_scientific_programmer.

git clone https://github.com/pelson/lessons_for_a_scientific_programmer

where the IPython notebook was started should suffice.

Other tools needed include:


In [ ]:
import sphinx
import yaml

And also a github account, with git configured correctly for github.


In [ ]:
!git config --global --get user.name
!git config --global --get user.email

All setup? Let's get started.























In [2]:
%run resources/load_style.py