Skip to content

Commit ac1be03

Browse files
committedFeb 29, 2024
Correction to README
1 parent fc85035 commit ac1be03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Update: Legacy notice + new Python/MATLAB integration methods
44
If you need to work with the CANedge data in Python/MATLAB, we now recommend to use the methods described in the below documentations:
55
- CANedge + Python: [About](https://www.csselectronics.com/pages/python-can-bus-api) | [Intro](https://canlogger.csselectronics.com/canedge-getting-started/ce3/log-file-tools/api-tools)
6-
- CANedge + MATLAB: [About]https://www.csselectronics.com/pages/matlab-mdf-mf4-can-bus) | [Intro](https://canlogger.csselectronics.com/canedge-getting-started/ce3/log-file-tools/matlab)
6+
- CANedge + MATLAB: [About](https://www.csselectronics.com/pages/matlab-mdf-mf4-can-bus) | [Intro](https://canlogger.csselectronics.com/canedge-getting-started/ce3/log-file-tools/matlab)
77

8-
The Python methods/modules shown in repository under `examples/data-processing/` can still be used, but will not be updated going forward (this refers to the sub modules of our Python API, `mdf-iter`, `canedge-browser` and `can-decoder`). We instead refer to our new integration with python-can or our Python examples of how to work with DBC decoded Parquet data lakes. The script examples found in `examples/other/` will still be relevant going forward.
8+
The Python methods/modules shown in repository under `examples/data-processing/` can still be used, but will not be updated going forward (this refers to the sub modules of our Python API, `mdf-iter`, `canedge-browser` and `can-decoder`). We instead refer to our new integration with python-can - and our examples of how to work with DBC decoded Parquet data lakes in Python. The script examples found in `examples/other/` will still be relevant going forward.
99

1010
--------------------
1111

0 commit comments

Comments
 (0)
Please sign in to comment.