Skip to content

Latest commit

 

History

History
92 lines (56 loc) · 1.92 KB

File metadata and controls

92 lines (56 loc) · 1.92 KB

Python Scientific Lecture Notes

div.documentwrapper h1 { text-align: center; font-size: 200% ; font-weight: bold; }
.. only:: html

    .. sidebar:: Download

       * `PDF, 2 pages per side <./_downloads/PythonScientific.pdf>`_

       * `PDF, 1 page per side <./_downloads/PythonScientific-simple.pdf>`_

       * `HTML and example files <https://github.com/scipy-lectures/scipy-lectures.github.com/zipball/master>`_

       * `Source code (github) <https://github.com/scipy-lectures/scipy-lecture-notes>`_

    .. topic:: This document

        Teaching material on the scientific Python ecosystem, a quick
        introduction to central tools and techniques. The different chapters
        each correspond to a 1 to 2 hours course with increasing level of
        expertise, from beginner to expert.

        .. toctree::
            :maxdepth: 1

            AUTHORS.rst
            CHANGES.rst
            README.rst
            LICENSE.rst


.. toctree::
   :numbered:

   intro/index.rst
   advanced/index.rst


.. only:: html

 .. raw:: html

   <small>

 Version: |version| (output of ``git describe`` for `project repository`_)

 .. _`project repository`: https://github.com/scipy-lectures/scipy-lecture-notes

.. only:: html

 .. raw:: html

   <div style='visibility: hidden ; height=0'>

 :download:`PythonScientific.pdf` :download:`PythonScientific-simple.pdf`

 .. image:: themes/minBox.png
 .. image:: themes/plusBox.png
 .. image:: themes/noneBox.png
 .. image:: themes/minBoxHighlight.png
 .. image:: themes/plusBoxHighlight.png

 .. raw:: html

   </div>
   </small>