Skip to content

Commit 2f91273

Browse files
committed
Doc/Intro: list Python libraries used by DataLab
1 parent 2f1df03 commit 2f91273

File tree

2 files changed

+81
-20
lines changed

2 files changed

+81
-20
lines changed

doc/intro/index.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ Getting started
55
:description: Getting started with DataLab, the open platform for signal and image processing
66
:keywords: DataLab, signal processing, image processing, open platform, scientific data, industrial data, industrial-grade software
77

8-
DataLab is an open platform for signal and image processing.
9-
Its functional scope is intentionally broad. With its many functions,
10-
some of them technically advanced, DataLab enables the processing and
11-
visualization of all types of scientific data. As a result, scientific,
12-
industrial, and innovation stakeholders can have access to an
13-
easy-to-use tool that is simple to adapt and offers the reliability
14-
of industrial-grade software.
8+
DataLab is an open platform for signal and image processing. Its functional scope is
9+
intentionally broad. With its many functions, some of them technically advanced, DataLab
10+
enables the processing and visualization of all types of scientific data. As a result,
11+
scientific, industrial, and innovation stakeholders can have access to an easy-to-use
12+
tool that seemlessly integrates into their workflow and offers the reliability of
13+
industrial-grade software.
14+
15+
DataLab leverages the power of Python and its scientific ecosystem, through the use of
16+
the following libraries:
17+
18+
- `NumPy <https://numpy.org/>`_ for numerical computing (arrays, linear algebra, etc.)
19+
- `SciPy <https://www.scipy.org/>`_ for scientific computing (interpolation, special functions, etc.)
20+
- `scikit-image <https://scikit-image.org/>`_ and `OpenCV <https://opencv.org/>` for image processing
21+
- `PyWavelets <https://pywavelets.readthedocs.io/en/latest/>`_ for wavelet transform
22+
- `PlotPyStack <https://github.com/PlotPyStack/>`_ for Qt-based interactive data visualization
1523

1624
.. only:: html and not latex
1725

doc/locale/fr/LC_MESSAGES/intro/index.po

Lines changed: 66 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-02-16 14:01+0100\n"
11+
"POT-Creation-Date: 2024-03-05 09:04+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,35 +17,40 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 2.13.0\n"
1919

20-
#: ../../intro/index.rst:45
20+
#: ../../intro/index.rst:53
2121
msgid "Contents:"
2222
msgstr "Sommaire :"
2323

2424
#: ../../intro/index.rst:-1
2525
msgid ""
2626
"Getting started with DataLab, the open platform for signal and image "
2727
"processing"
28-
msgstr "Premiers pas avec DataLab, la plateforme open-source de traitement de signaux et d'images"
28+
msgstr ""
29+
"Premiers pas avec DataLab, la plateforme open-source de traitement de "
30+
"signaux et d'images"
2931

3032
#: ../../intro/index.rst:-1
3133
msgid ""
3234
"DataLab, signal processing, image processing, open platform, scientific "
3335
"data, industrial data, industrial-grade software"
34-
msgstr "DataLab, traitement de signaux, traitement d'images, plateforme ouverte, données scientifiques, données industrielles, logiciel industriel"
36+
msgstr ""
37+
"DataLab, traitement de signaux, traitement d'images, plateforme ouverte, "
38+
"données scientifiques, données industrielles, logiciel industriel"
3539

3640
#: ../../intro/index.rst:2
3741
msgid "Getting started"
3842
msgstr "Premiers pas"
3943

4044
#: ../../intro/index.rst:8
45+
#, fuzzy
4146
msgid ""
4247
"DataLab is an open platform for signal and image processing. Its "
4348
"functional scope is intentionally broad. With its many functions, some of"
4449
" them technically advanced, DataLab enables the processing and "
4550
"visualization of all types of scientific data. As a result, scientific, "
4651
"industrial, and innovation stakeholders can have access to an easy-to-use"
47-
" tool that is simple to adapt and offers the reliability of industrial-"
48-
"grade software."
52+
" tool that seemlessly integrates into their workflow and offers the "
53+
"reliability of industrial-grade software."
4954
msgstr ""
5055
"DataLab est une plateforme ouverte de traitement de signaux et d'images. "
5156
"Son périmètre fonctionnel est volontairement large. Avec ses nombreuses "
@@ -55,8 +60,50 @@ msgstr ""
5560
"d'un outil facile à utiliser, simple à adapter et offrant la fiabilité "
5661
"d'un logiciel industriel."
5762

63+
#: ../../intro/index.rst:15
64+
msgid ""
65+
"DataLab leverages the power of Python and its scientific ecosystem, "
66+
"through the use of the following libraries:"
67+
msgstr ""
68+
"DataLab s'appuie sur la puissance de Python et de son écosystème "
69+
"scientifique, grâce à l'utilisation des bibliothèques suivantes :"
70+
71+
#: ../../intro/index.rst:18
72+
msgid ""
73+
"`NumPy <https://numpy.org/>`_ for numerical computing (arrays, linear "
74+
"algebra, etc.)"
75+
msgstr ""
76+
"`NumPy <https://numpy.org/>`_ pour le calcul numérique (tableaux, algèbre"
77+
" linéaire, etc.)"
78+
79+
#: ../../intro/index.rst:19
80+
msgid ""
81+
"`SciPy <https://www.scipy.org/>`_ for scientific computing "
82+
"(interpolation, special functions, etc.)"
83+
msgstr ""
84+
"`SciPy <https://www.scipy.org/>`_ pour le calcul scientifique "
85+
"(interpolation, fonctions spéciales, etc.)"
86+
87+
#: ../../intro/index.rst:20
88+
msgid ""
89+
"`scikit-image <https://scikit-image.org/>`_ and `OpenCV "
90+
"<https://opencv.org/>` for image processing"
91+
msgstr "`scikit-image <https://scikit-image.org/>`_ et `OpenCV <https://opencv.org/>` pour le traitement d'images"
92+
5893
#: ../../intro/index.rst:21
5994
msgid ""
95+
"`PyWavelets <https://pywavelets.readthedocs.io/en/latest/>`_ for wavelet "
96+
"transform"
97+
msgstr "`PyWavelets <https://pywavelets.readthedocs.io/en/latest/>`_ pour la transformée en ondelettes"
98+
99+
#: ../../intro/index.rst:22
100+
msgid ""
101+
"`PlotPyStack <https://github.com/PlotPyStack/>`_ for Qt-based interactive"
102+
" data visualization"
103+
msgstr "`PlotPyStack <https://github.com/PlotPyStack/>`_ pour la visualisation interactive de données basée sur Qt"
104+
105+
#: ../../intro/index.rst:29
106+
msgid ""
60107
"<svg version=\"1.1\" width=\"1.0em\" height=\"1.0em\" class=\"sd-octicon "
61108
"sd-octicon-package sd-text-info\" viewBox=\"0 0 16 16\" aria-"
62109
"hidden=\"true\"><path fill-rule=\"evenodd\" d=\"M8.878.392a1.75 1.75 0 "
@@ -69,11 +116,11 @@ msgid ""
69116
"8.432v5.516z\"></path></svg> Installation"
70117
msgstr "Installation"
71118

72-
#: ../../intro/index.rst:25
119+
#: ../../intro/index.rst:33
73120
msgid "How to install DataLab on your computer"
74121
msgstr "Comment installer DataLab sur votre ordinateur"
75122

76-
#: ../../intro/index.rst:27
123+
#: ../../intro/index.rst:35
77124
msgid ""
78125
"<svg version=\"1.1\" width=\"1.0em\" height=\"1.0em\" class=\"sd-octicon "
79126
"sd-octicon-gift sd-text-info\" viewBox=\"0 0 16 16\" aria-"
@@ -93,11 +140,11 @@ msgid ""
93140
"01-.25-.25V9.5h4.75z\"></path></svg> Introduction"
94141
msgstr "Introduction"
95142

96-
#: ../../intro/index.rst:31
143+
#: ../../intro/index.rst:39
97144
msgid "Use cases and key strengths of DataLab"
98145
msgstr "Cas d'utilisation et points forts de DataLab"
99146

100-
#: ../../intro/index.rst:33
147+
#: ../../intro/index.rst:41
101148
msgid ""
102149
"<svg version=\"1.1\" width=\"1.0em\" height=\"1.0em\" class=\"sd-octicon "
103150
"sd-octicon-star sd-text-info\" viewBox=\"0 0 16 16\" aria-"
@@ -112,11 +159,11 @@ msgid ""
112159
"2.694v.001z\"></path></svg> Key features"
113160
msgstr "Fonctionnalités clés"
114161

115-
#: ../../intro/index.rst:37
162+
#: ../../intro/index.rst:45
116163
msgid "Feature matrix of DataLab"
117164
msgstr "Matrice des fonctionnalités de DataLab"
118165

119-
#: ../../intro/index.rst:39
166+
#: ../../intro/index.rst:47
120167
msgid ""
121168
"<svg version=\"1.1\" width=\"1.0em\" height=\"1.0em\" class=\"sd-octicon "
122169
"sd-octicon-mortar-board sd-text-info\" viewBox=\"0 0 16 16\" aria-"
@@ -134,7 +181,7 @@ msgid ""
134181
"Tutorials"
135182
msgstr "Tutoriels"
136183

137-
#: ../../intro/index.rst:43
184+
#: ../../intro/index.rst:51
138185
msgid "Tutorials to learn how to use DataLab"
139186
msgstr "Tutoriels pour apprendre à utiliser DataLab"
140187

@@ -404,3 +451,9 @@ msgstr "Tutoriels pour apprendre à utiliser DataLab"
404451
#~ "dans la communauté open source, dont "
405452
#~ "tout éditeur de renom devrait être "
406453
#~ "un membre actif."
454+
455+
#~ msgid "`scikit-image <https://scikit-image.org/>`_ for image processing"
456+
#~ msgstr ""
457+
458+
#~ msgid "`OpenCV <https://opencv.org/>`_ for computer vision"
459+
#~ msgstr ""

0 commit comments

Comments
 (0)