.. AstroStats2013 documentation master file, created by sphinx-quickstart on Mon May 6 08:38:46 2013. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. AstroStats2013's Python introduction ========================================== .. toctree:: :maxdepth: 1 installation/intro first_steps/intro input_output/intro plotting/intro numpy/intro Lectures ========== .. toctree:: :maxdepth: 1 coryn/examples Example scripts and exercises: - :download:`linear and quadratic model (Coryn) ` - :download:`maximum likelihood (Mike, first exercises) ` .. admonition:: The AstroStatistics 2013 School The main school pages can be found at http://great.ast.cam.ac.uk/Greatwiki/GreatItn/AstroStats2013 .. admonition:: Format of the tutorials For most of the tutorials, there are 3 ways of going through it: 1. **HTML-page**: requires you to type the examples yourself or to copy the examples line-by-line because the input and output of the lines of code are shown together, as well as the IPython input/output cursors. This format is optimized for reading. 2. **commented Python script**: allows you to execute the whole tutorial at once or copy blocks of code, while being able to follow the structure of the tutorial using the comments. Output of the code snippets is not shown. Since some of the examples actually crash the code on purpose, you'll need to comment out those statements yourself. 3. **minimal Python script**: only contains the relevant Python statements, allowing you to easily copy and paste whole parts of the tutorial in the IPython shell. Output of the code snippets is not shown. Since some of the examples actually crash the code on purpose, you'll need to comment out those statements yourself. If they are available, you can download the different file versions at the top of each tutorial page. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`