Skip to content

Commit b4e653f

Browse files
authored
fix manifest (#82)
* fix manifest * notebook seance
1 parent b10d090 commit b4e653f

File tree

9 files changed

+337
-1
lines changed

9 files changed

+337
-1
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ prune _doc
22
prune _unittests
33
prune _todo
44
prune bin
5-
prune .circleci
65
exclude *.bat
76
exclude *.yml
87
exclude *.git*

_doc/articles/2025/2025-09-03-ensae.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ A qui appartient le code écrit ?
6969
* exercices sur des algortihmes :ref:`l-algo`
7070
* examens passés :ref:`l-exams`
7171
* `Des aspects plus mathématiques d'algorithmes <https://sdpython.github.io/doc/mlstatpy/dev/>`_
72+
* :ref:`l-notebook-2025`
7273

7374
**Getting Started**
7475

_doc/articles/2025/2025-11-31-route2025.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55

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

8+
Notebooks écrits en séances : :ref:`l-notebook-2025`.
9+
810
Suggestions de sujets pour les séances.
911

12+
1013
Séance 1
1114
++++++++
1215

_doc/practice/years/2025/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.. _l-notebook-2025:
2+
3+
2025
4+
====
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
seance1_point2d

_doc/practice/years/2025/seance1_point2d.ipynb

Lines changed: 314 additions & 0 deletions
Large diffs are not rendered by default.

_doc/practice/years/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ Notebooks écrits durant les séances
55
:maxdepth: 2
66

77
2023/index
8+
2025/index
9+

_unittests/ut_xrun_doc/test_documentation_notebook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def add_test_methods(cls):
171171
os.path.join(this, "..", "..", "_doc", "practice", "py-base"),
172172
os.path.join(this, "..", "..", "_doc", "practice", "tds-base"),
173173
os.path.join(this, "..", "..", "_doc", "practice", "years", "2023"),
174+
os.path.join(this, "..", "..", "_doc", "practice", "years", "2025"),
174175
]
175176
for fold in folds:
176177
cls.add_test_methods_path(

_unittests/ut_xrun_doc/test_normalize_notebook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def add_test_methods(cls):
7676
os.path.join(this, "..", "..", "_doc", "practice", "py-base"),
7777
os.path.join(this, "..", "..", "_doc", "practice", "tds-base"),
7878
os.path.join(this, "..", "..", "_doc", "practice", "years", "2023"),
79+
os.path.join(this, "..", "..", "_doc", "practice", "years", "2025"),
7980
]
8081
for fold in folds:
8182
cls.add_test_methods_path(os.path.normpath(fold))

clean.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
rm temp_notebooks -rf
2+
rm data.bin
3+
rm essai.txt
4+
rm *.bin
5+
rm *.prof
6+
rm *.log

0 commit comments

Comments
 (0)