Skip to content

Commit a999e56

Browse files
committed
fix issues
1 parent f11b4c8 commit a999e56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+6
-124
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ jobs:
8686
exit 1
8787
fi
8888
89-
- uses: actions/upload-artifact@v3
89+
- uses: actions/upload-artifact@v4
9090
with:
9191
path: ./dist/html/**

.github/workflows/wheels-any.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: build wheel
2525
run: python -m pip wheel .
2626

27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
path: ./mlstatpy*.whl

CHANGELOGS.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Change Logs
55
+++++
66

77
0.4.0
8-
=====
8+
+++++
99

1010
* :pr:`42`: quantization
1111
* :pr:`39`: refactoring, use black, better documentation
@@ -28,4 +28,3 @@ Change Logs
2828
* :pr:`9`: fix unittest on wikipedia_dump after a change on wikipedia website (2018-04-01)
2929
* :pr:`4`: implémentation la complétion en C++ (2016-09-25)
3030
* :pr:`1`: ajouter les petits exposés finance... (2016-06-29)
31-

_doc/api/data.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Source de données
33
=================
44

5-
.. contents::
6-
:local:
7-
:depth: 2
8-
95
Wikipédia
106
+++++++++
117

_doc/api/graph.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Graphes
33
=======
44

5-
.. contents::
6-
:local:
7-
:depth: 2
8-
95
Distance
106
++++++++
117

_doc/api/image.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Image
33
=====
44

5-
.. contents::
6-
:local:
7-
:depth: 2
8-
95
Conversion
106
++++++++++
117

_doc/api/ml.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Machine Learning
33
================
44

5-
.. contents::
6-
:local:
7-
:depth: 2
8-
95
Matrices
106
++++++++
117

_doc/api/optim.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Optimisation
33
================
44

5-
.. contents::
6-
:local:
7-
:depth: 2
8-
95
Gradient
106
++++++++
117

_doc/api/text.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
Traitement du langage naturel
22
=============================
33

4-
.. contents::
5-
:local:
6-
:depth: 2
7-
84
Complétion
95
++++++++++
106

_doc/c_algo/gest.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
Détection de segments
66
=====================
77

8-
.. contents::
9-
:local:
10-
118
L'idée
129
======
1310

0 commit comments

Comments
 (0)