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
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ prune _doc
prune _unittests
prune _todo
prune bin
prune .circleci
exclude *.bat
exclude *.yml
exclude *.git*
1 change: 1 addition & 0 deletions _doc/articles/2025/2025-09-03-ensae.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ A qui appartient le code écrit ?
* exercices sur des algortihmes :ref:`l-algo`
* examens passés :ref:`l-exams`
* `Des aspects plus mathématiques d'algorithmes <https://sdpython.github.io/doc/mlstatpy/dev/>`_
* :ref:`l-notebook-2025`

**Getting Started**

Expand Down
3 changes: 3 additions & 0 deletions _doc/articles/2025/2025-11-31-route2025.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@

Le plan des séances est parfois changé après que celles-ci ont eu lieu.

Notebooks écrits en séances : :ref:`l-notebook-2025`.

Suggestions de sujets pour les séances.


Séance 1
++++++++

Expand Down
9 changes: 9 additions & 0 deletions _doc/practice/years/2025/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. _l-notebook-2025:

2025
====

.. toctree::
:maxdepth: 1

seance1_point2d
314 changes: 314 additions & 0 deletions _doc/practice/years/2025/seance1_point2d.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions _doc/practice/years/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Notebooks écrits durant les séances
:maxdepth: 2

2023/index
2025/index

1 change: 1 addition & 0 deletions _unittests/ut_xrun_doc/test_documentation_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def add_test_methods(cls):
os.path.join(this, "..", "..", "_doc", "practice", "py-base"),
os.path.join(this, "..", "..", "_doc", "practice", "tds-base"),
os.path.join(this, "..", "..", "_doc", "practice", "years", "2023"),
os.path.join(this, "..", "..", "_doc", "practice", "years", "2025"),
]
for fold in folds:
cls.add_test_methods_path(
Expand Down
1 change: 1 addition & 0 deletions _unittests/ut_xrun_doc/test_normalize_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def add_test_methods(cls):
os.path.join(this, "..", "..", "_doc", "practice", "py-base"),
os.path.join(this, "..", "..", "_doc", "practice", "tds-base"),
os.path.join(this, "..", "..", "_doc", "practice", "years", "2023"),
os.path.join(this, "..", "..", "_doc", "practice", "years", "2025"),
]
for fold in folds:
cls.add_test_methods_path(os.path.normpath(fold))
Expand Down
6 changes: 6 additions & 0 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rm temp_notebooks -rf
rm data.bin
rm essai.txt
rm *.bin
rm *.prof
rm *.log