{ "metadata": { "name": "", "signature": "sha256:22bba9317a7371f7261f4eb9b57b45470583f2f5cf188e7bb12e4815a5135914" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Lessons for a scientific programmer\n", "# Euroscipy'14 tutorial\n", "\n", "Aim:\n", "\n", " Build documentation listing the attendees of this tutorial...\n", "\n", " Learning about useful technology along the way." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Things you'll need:" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "IPython notebook running with the notebooks found at https://github.com/pelson/lessons_for_a_scientific_programmer.\n", "\n", "``git clone https://github.com/pelson/lessons_for_a_scientific_programmer``\n", "\n", "where the IPython notebook was started should suffice.\n", "\n", "Other tools needed include:" ] }, { "cell_type": "code", "collapsed": false, "input": [ "import sphinx\n", "import yaml" ], "language": "python", "metadata": {}, "outputs": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "And also a github account, with git [configured correctly for github](https://help.github.com/articles/set-up-git)." ] }, { "cell_type": "code", "collapsed": false, "input": [ "!git config --global --get user.name\n", "!git config --global --get user.email" ], "language": "python", "metadata": {}, "outputs": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "All setup? [Let's get started](01_git_intro.ipynb).\n", "\n", "-----------\n", "



















" ] }, { "cell_type": "code", "collapsed": false, "input": [ "%run resources/load_style.py" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ "" ], "metadata": {}, "output_type": "display_data", "text": [ "" ] } ], "prompt_number": 4 } ], "metadata": {} } ] }