From b530d86befffd320c304abfe0413f773440e4b2c Mon Sep 17 00:00:00 2001 From: Rene Date: Wed, 30 Nov 2022 20:51:26 +0100 Subject: [PATCH] fixed docs --- Readme.rst | 7 ++++-- doc/DataDriver.html | 49 +++++++++++++++++++++++------------- src/DataDriver/DataDriver.py | 6 +++-- 3 files changed, 40 insertions(+), 22 deletions(-) diff --git a/Readme.rst b/Readme.rst index 5cd5ce1..42554a7 100644 --- a/Readme.rst +++ b/Readme.rst @@ -791,7 +791,10 @@ Example with folders: File Encoding and CSV Dialect ----------------------------- -While there are various specifications and implementations for the CSV format (see `RFC 4180 `_), there is no formal specification in existence, which allows for a wide variety of interpretations of CSV files. Therefore it is possible to define your own dialect or use +While there are various specifications and implementations for the CSV format +(see `RFC 4180 `_), +there is no formal specification in existence, which allows for a wide variety of interpretations of CSV files. +Therefore it is possible to define your own dialect or use predefined. The default is Excel-EU which is a semicolon separated file. These Settings are changeable as options of the Data Driver Library. @@ -1271,4 +1274,4 @@ Binary creates with 40 test cases and 8 threads something like that: P13: 37 P14: 38 P15: 39 - P16: 40 + P16: 40 \ No newline at end of file diff --git a/doc/DataDriver.html b/doc/DataDriver.html index f805b3e..69bfbcb 100644 --- a/doc/DataDriver.html +++ b/doc/DataDriver.html @@ -6,7 +6,7 @@ - +