Skip to content

Commit 8df12b6

Browse files
committed
Update DataLab project information
1 parent 07f3d35 commit 8df12b6

2 files changed

Lines changed: 12 additions & 26 deletions

File tree

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![PyPI status](https://img.shields.io/pypi/status/cdlclient.svg)](https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient)
88
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/cdlclient.svg)](https://pypi.python.org/pypi/cdlclient/)
99

10-
ℹ️ Created by [Codra](https://codra.net/)/[Pierre Raybaut](https://github.com/PierreRaybaut) in 2023, developed and maintained by DataLab open-source project team with the support of [Codra](https://codra.net/).
10+
ℹ️ Created by [Codra](https://codra.net/)/[Pierre Raybaut](https://github.com/PierreRaybaut) in 2023, developed and maintained by DataLab open-source project team.
1111

1212
ℹ️ DataLab is powered by [PlotPyStack](https://github.com/PlotPyStack) 🚀.
1313

@@ -25,6 +25,8 @@ libraries (such as NumPy, SciPy or scikit-image) and Qt graphical user interface
2525

2626
DataLab is available as a **stand-alone** application (see for example our all-in-one Windows installer) or as an **addon to your Python-Qt application** thanks to advanced automation and embedding features.
2727

28+
See [DataLab website](https://codra-ingenierie-informatique.github.io/DataLab/) for more details.
29+
2830
## About this package
2931

3032
DataLab Simple Client is a Python library that can be used to interact with a DataLab application (server).
@@ -43,13 +45,3 @@ DataLab Simple Client also provides ready-to-use widgets that can be used to com
4345
See [documentation](https://cdlclient.readthedocs.io/en/latest/) for more details on
4446
the library and [changelog](https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/blob/main/CHANGELOG.md)
4547
for recent history of changes.
46-
47-
Copyrights and licensing:
48-
49-
* Copyright © 2023 [Codra](https://codra.net/), [Pierre Raybaut](https://github.com/PierreRaybaut).
50-
* Licensed under the terms of the BSD 3-Clause (see [LICENSE](LICENSE)).
51-
52-
## Dependencies and other installation methods
53-
54-
See [Installation](https://cdlclient.readthedocs.io/en/latest/installation.html)
55-
section in the documentation for more details.

doc/index.rst

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
DataLab Simple Client User Guide
22
================================
33

4-
DataLab is a **generic signal and image processing software**
5-
with unique features designed to meet industrial requirements.
6-
It is based on Python scientific libraries (such as NumPy,
7-
SciPy or scikit-image) and Qt graphical user interfaces (thanks to
8-
the powerful `PlotPyStack`_ - mostly the `guidata`_ and `PlotPy`_ libraries).
4+
DataLab is an **open-source platform for scientific and technical data processing
5+
and visualization** with unique features designed to meet industrial requirements.
6+
It is based on Python scientific libraries (such as NumPy, SciPy or scikit-image)
7+
and Qt graphical user interfaces (thanks to `PlotPyStack`_).
98

10-
For more details, see DataLab `Documentation`_.
9+
.. seealso::
10+
11+
For more details, see DataLab `Website`_.
1112

1213
DataLab Simple Client (``cdlclient`` package) is a Python library providing a
1314
remote proxy to a DataLab application (server). It allows to use DataLab
@@ -25,8 +26,7 @@ on `QtPy`_.
2526
the scientific Python-Qt visualization and graphical user interface stack.
2627

2728
.. note:: DataLab was created by `Codra`_/`Pierre Raybaut`_ in 2023. It is
28-
developed and maintained by DataLab open-source project team with
29-
the support of `Codra`_.
29+
developed and maintained by DataLab open-source project.
3030

3131
External resources:
3232
.. list-table::
@@ -45,19 +45,13 @@ External resources:
4545
overview
4646
api
4747

48-
Copyrights and licensing
49-
------------------------
50-
51-
- Copyright © 2023 `Codra`_, `Pierre Raybaut`_
52-
- Licensed under the terms of the `BSD 3-Clause`_
53-
5448
.. _PlotPyStack: https://github.com/PlotPyStack
5549
.. _guidata: https://pypi.python.org/pypi/guidata
5650
.. _PlotPy: https://pypi.python.org/pypi/PlotPy
5751
.. _QtPy: https://pypi.python.org/pypi/QtPy
5852
.. _PyPI: https://pypi.python.org/pypi/cdlclient
5953
.. _Home: https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/
60-
.. _Documentation: https://cdlapp.readthedocs.io/
54+
.. _Website: https://codra-ingenierie-informatique.github.io/DataLab/
6155
.. _Codra: https://codra.net/
6256
.. _BSD 3-Clause: https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/blob/master/LICENSE
6357
.. _Pierre Raybaut: https://github.com/PierreRaybaut/

0 commit comments

Comments
 (0)