Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
ajout page visualisation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 29, 2016
1 parent 1467c6a commit ee7ce16
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 1 deletion.
346 changes: 346 additions & 0 deletions _doc/notebooks/visualisation/lightning_python.ipynb

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion _doc/sphinxdoc/source/index.rst
Expand Up @@ -101,6 +101,7 @@ Autres liens, exercices, algorithmes, jeux de données, démonstrations...
* :ref:`code associé à ce cours <modindex>`
* :ref:`l-ressources`
* :ref:`l-biblio`
* :ref:`l-visualisation`



Expand Down Expand Up @@ -226,6 +227,8 @@ Et `code_beatrix <http://lesenfantscodaient.fr/>`_ pour découvrir les algorithm
Table des matières
------------------

**Contenu**

.. toctree::
:maxdepth: 1

Expand All @@ -236,9 +239,16 @@ Table des matières
projet_info
informations
biblio
exams

**Index**

.. toctree::
:maxdepth: 1

visualisation
exemple_index
all_notebooks
exams
coding_party
glossary
FAQ
Expand Down
1 change: 1 addition & 0 deletions _doc/sphinxdoc/source/interesting_modules.rst
Expand Up @@ -59,6 +59,7 @@ Visualisation
* `matplotlib <http://matplotlib.org/>`_ : graphes scientifiques
* `seaborn <http://stanford.edu/~mwaskom/software/seaborn/>`_ (nécessite matplotlib)
* `networkx <http://networkx.github.io/>`_ : dessin de graphes (simple)
* voir aussi :ref:`l-visualisation`

*Jeux*

Expand Down
5 changes: 5 additions & 0 deletions _doc/sphinxdoc/source/td_2a.rst
Expand Up @@ -316,6 +316,11 @@ Librairies Python
* `pygal <http://www.pygal.org/en/latest/>`_
* `seaborn <https://stanford.edu/~mwaskom/software/seaborn/>`_
* `plotly <https://plot.ly/python/>`_
* `holoviews <http://holoviews.org/>`_
* `networkx <http://networkx.github.io/>`_
* `Graphviz <www.graphviz.org/>`_

Quelques essais de librairies sont regroupés à :ref:`l-visualisation`.


Séances passées
Expand Down
15 changes: 15 additions & 0 deletions _doc/sphinxdoc/source/visualisation.rst
@@ -0,0 +1,15 @@


.. _l-visualisation:


Visualisation
=============

Ces notebooks regroupent différent de visualisations avec différentes librairies.
Liste non exhaustives.

.. toctree::
:maxdepth:

notebooks/lightning_python

0 comments on commit ee7ce16

Please sign in to comment.