Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
timeout: 5
retry_count# : 3
exclude_urls: https://www.data.gouv.fr/fr/datasets/r/4acad602-d8b1-4516-bc71-7d5574d5f33e,http://www.xavierdupre.fr/enseignement/complements/,https://www.gutenberg.org/cache/epub/12587/pg12587.txt,https://www.insee.fr/fr/statistiques/fichier/2407910/,https://castor-informatique.fr,https://hal.archives-ouvertes.fr/hal-00990252/document,https://github.com/onnx/models/raw/main/vision/classification/mobilenet/model/mobilenetv2-12.onnx,https://arxiv.org/ftp/arxiv/papers/1510/1510.04863.pdf,https://hal.science/hal-01125940,https://www.data.gouv.fr/fr/datasets/r/63352e38-d353-4b54-bfd1-f1b3ee1cabd7,https://github.com/sdpython/teachpyx/raw/main/_data/examen2021.zip,https://www.enseignement.polytechnique.fr/informatique/INF423/uploads/Main/poly-good.pdf
exclude_patterns: https://www.data.gouv.fr/fr/datasets/r/e3d83ab3-dc52-4c99-abaf-8a38050cc68c,https://github.com/onnx/models/raw/main/vision/classification/mobilenet/model/mobilenetv2-12.onnx,https://www.data.gouv.fr/fr/datasets/r/63352e38-d353-4b54-bfd1-f1b3ee1cabd7,https://github.com/sdpython/teachpyx/raw/main/_data/examen2021.zip
exclude_patterns: https://github.com/sdpython/teachpyx/blob/main/_doc/practice/exams/,https://github.com/sdpython/teachpyx/raw/exos/_data/,https://www.data.gouv.fr/fr/datasets/r/e3d83ab3-dc52-4c99-abaf-8a38050cc68c,https://github.com/onnx/models/raw/main/vision/classification/mobilenet/model/mobilenetv2-12.onnx,https://www.data.gouv.fr/fr/datasets/r/63352e38-d353-4b54-bfd1-f1b3ee1cabd7,https://github.com/sdpython/teachpyx/raw/main/_data/examen2021.zip
# force_pass : true
9 changes: 9 additions & 0 deletions _data/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Sources
=======

* `donnees_enquete_2003_television.txt <donnees_enquete_2003_television.txt>`_ :
* `hugo_dernier_jour_condamne.txt <hugo_dernier_jour_condamne.txt>`_ :
`Le Dernier Jour d'un Condamné by Victor Hugo <https://www.gutenberg.org/ebooks/6838>`_
* `examen2021.zip <examen2021.zip>`_ :
* `paris_54000.zip <paris_54000.zip>`_ :
* `donnees_enquete_2003_television.txt <donnees_enquete_2003_television.txt>`_ :
5,364 changes: 5,364 additions & 0 deletions _data/hugo_dernier_jour_condamne.txt

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions _doc/api/classique.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
examples.construction_classique
===============================

teachpyx.examples.classiques
++++++++++++++++++++++++++++

.. automodule:: teachpyx.examples.classiques
:members:

teachpyx.examples.construction_classique
++++++++++++++++++++++++++++++++++++++++

.. automodule:: teachpyx.examples.construction_classique
:members:
2 changes: 2 additions & 0 deletions _doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Code inclus dans cette librairie
================================

.. toctree::
:caption: Constructions classiques

classique
tools
Expand All @@ -14,4 +15,5 @@ Code inclus dans cette librairie
.. toctree::
:caption: FAQ

numpysex
faqs
5 changes: 5 additions & 0 deletions _doc/api/numpysex.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
examples.numpysex
=================

.. automodule:: teachpyx.examples.numpysex
:members:
1 change: 1 addition & 0 deletions _doc/api/practice/rues_paris.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ teachpyx.practice.rues_paris
============================

.. automodule:: teachpyx.practice.rues_paris
:members:
1 change: 0 additions & 1 deletion _doc/c_data/matrices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ Calcul matriciel

nb_array
nb_numpy

2 changes: 1 addition & 1 deletion _doc/c_data/nb_array.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@
"* Combien de marches s'éloigne de plus de 50 de l'origine?\n",
"* Parmi celles qui le font, quelle est la moyenne des temps de passage (i.e. le premier moment où ces marches dépassent +/-50)?\n",
"\n",
"Vous aurez peut-être besoin des fonctions suivantes: [np.abs](http://docs.scipy.org/doc/numpy/reference/generated/numpy.absolute.html), [np.mean](http://docs.scipy.org/doc/numpy/reference/generated/numpy.mean.html), [np.max](http://docs.scipy.org/doc/numpy/reference/generated/numpy.maximum.html), [np.where](http://docs.scipy.org/doc/numpy/reference/generated/numpy.where.html), [np.argmax](http://docs.scipy.org/doc/numpy/reference/generated/numpy.argmax.html), [np.any](http://docs.scipy.org/doc/numpy/reference/generated/numpy.any.html), [np.cumsum](http://docs.scipy.org/doc/numpy/reference/generated/numpy.cumsum.html), [np.random.randint](http://docs.scipy.org/doc/numpy/reference/generated/numpy.random.randint.html)."
"Vous aurez peut-être besoin des fonctions suivantes: [np.abs](https://numpy.org/doc/stable/reference/generated/numpy.absolute.html), [np.mean](https://numpy.org/doc/stable/reference/generated/numpy.mean.html), [np.max](https://numpy.org/doc/stable/reference/generated/numpy.max.html), [np.where](https://numpy.org/doc/stable/reference/generated/numpy.where.html), [np.argmax](https://numpy.org/doc/stable/reference/generated/numpy.argmax.html), [np.any](https://numpy.org/doc/stable/reference/generated/numpy.any.html), [np.cumsum](https://numpy.org/doc/stable/reference/generated/numpy.cumsum.html), [np.random.randint](https://numpy.org/doc/stable/reference/random/generated/numpy.random.randint.html)."
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions _doc/i_ex.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

=================
Tous les exemples
=================
=======================
Syntaxes et définitions
=======================

Définitions
===========
Expand Down
3 changes: 0 additions & 3 deletions _doc/i_faq.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

.. _l-FAQ2:

===
FAQ
===
Expand Down
Loading