Skip to content

Latest commit

 

History

History
159 lines (112 loc) · 3.11 KB

index.rst

File metadata and controls

159 lines (112 loc) · 3.11 KB

Python Scientific Lecture Notes

div.documentwrapper h1 { text-align: center; font-size: 200% ; font-weight: bold; } div.bodywrapper blockquote { margin: 0 ; } div.toctree-wrapper ul { margin: 0 ; padding-left: 0px ; } li.toctree-l1 { padding: 0 ; list-style-type: none; font-size: 150% ; font-family: Arial, sans-serif; background-color: #f2f2f2; font-weight: normal; color: #20435c; margin-left: 0; margin-bottom: 1em; font-weight: bold; } li.toctree-l1 a { padding: 0 0 0 10px ; } li.toctree-l2 { padding: 0.25em 0 0.25em 0 ; list-style-type: none; background-color: #FFFFFF; font-size: 90% ; font-weight: bold; } li.toctree-l2 ul { padding-left: 40px ; } li.toctree-l3 { font-size: 70% ; list-style-type: square; font-weight: normal; } li.toctree-l4 { font-size: 85% ; list-style-type: circle; font-weight: normal; } div.topic li.toctree-l1 { font-size: 100% ; font-weight: bold; background-color: transparent; margin-bottom: 0; margin-left: 3em; display:inline; } div.topic p { font-size: 90% ; margin: 0.4ex; } div.topic p.topic-title { display:inline; font-size: 100% ; margin-bottom: 0; }
.. 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
            LICENSE.rst
            CHANGES.rst


.. toctree::
   :maxdepth: 3
   :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`

 .. raw:: html

   </div>
   </small>