Skip to content

Commit 971203b

Browse files
committed
README/doc: added links
1 parent d4d74ec commit 971203b

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
----
1717

18-
## Overview
18+
## About DataLab
1919

2020
DataLab is a generic signal and image processing software based on Python scientific
2121
libraries (such as NumPy, SciPy or scikit-image) and Qt graphical user interfaces
@@ -28,17 +28,18 @@ DataLab is available as a **stand-alone** application (see for example our all-i
2828
## About this package
2929

3030
DataLab Simple Client is a Python library that can be used to interact with a DataLab application (server).
31-
3231
This allows to control DataLab application from a remote computer, or/and from a third-party application.
3332

34-
### Credits
33+
See [documentation](https://cdlclient.readthedocs.io/en/latest/) for more details on
34+
the library and [changelog](https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/blob/main/CHANGELOG.md)
35+
for recent history of changes.
3536

3637
Copyrights and licensing:
3738

3839
* Copyright © 2023 [Codra](https://codra.net/), [Pierre Raybaut](https://github.com/PierreRaybaut).
3940
* Licensed under the terms of the BSD 3-Clause (see [LICENSE](LICENSE)).
4041

41-
### Dependencies and other installation methods
42+
## Dependencies and other installation methods
4243

4344
See [Installation](https://cdlclient.readthedocs.io/en/latest/installation.html)
4445
section in the documentation for more details.

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ Copyrights and licensing
4646
.. _PlotPy: https://pypi.python.org/pypi/PlotPy
4747
.. _PyPI: https://pypi.python.org/pypi/DataLab
4848
.. _Home: https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/
49-
.. _Documentation: https://datalab.readthedocs.io/
49+
.. _Documentation: https://cdlapp.readthedocs.io/
5050
.. _Codra: https://codra.net/
5151
.. _BSD 3-Clause: https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/blob/master/LICENSE

0 commit comments

Comments
 (0)