From 6b0b02ff3b6ab9c89daf297dd3399f4f7f88b2a4 Mon Sep 17 00:00:00 2001 From: Tim Beccue <35314207+timbeccue@users.noreply.github.com> Date: Thu, 9 Jul 2020 14:27:08 -0700 Subject: [PATCH 1/3] Update line protocol documentation url to v1.8 The url for Line Protocol pointed to the online documentation version 1.6, which prompts users to visit the 1.8 version. This change links straight to the 1.8 version. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 755c18b4..54913e04 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ InfluxDB 2.0 client features - into csv, raw data, `flux_table `_ structure, `Pandas DataFrame `_ - `How to queries <#queries>`_ - Writing data using - - `Line Protocol `_ + - `Line Protocol `_ - `Data Point `__ - `RxPY `__ Observable - `Pandas DataFrame `_ @@ -208,7 +208,7 @@ Writes .. marker-writes-start The `WriteApi `_ supports synchronous, asynchronous and batching writes into InfluxDB 2.0. -The data should be passed as a `InfluxDB Line Protocol `_\ , `Data Point `_ or Observable stream. +The data should be passed as a `InfluxDB Line Protocol `_\ , `Data Point `_ or Observable stream. *The default instance of WriteApi use batching.* From 82de31b549117a73a538925983d0271fc0024eea Mon Sep 17 00:00:00 2001 From: Tim Beccue <35314207+timbeccue@users.noreply.github.com> Date: Fri, 10 Jul 2020 10:18:20 -0700 Subject: [PATCH 2/3] Update README.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use latest version of linked documentation (line protocol). Co-authored-by: Jakub Bednář --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 54913e04..48a99b24 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ InfluxDB 2.0 client features - into csv, raw data, `flux_table `_ structure, `Pandas DataFrame `_ - `How to queries <#queries>`_ - Writing data using - - `Line Protocol `_ + - `Line Protocol `_ - `Data Point `__ - `RxPY `__ Observable - `Pandas DataFrame `_ From 3a36be7d7d977458e46155abe36a2d5494e0e8f8 Mon Sep 17 00:00:00 2001 From: Tim Beccue <35314207+timbeccue@users.noreply.github.com> Date: Fri, 10 Jul 2020 10:23:11 -0700 Subject: [PATCH 3/3] Update README.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update linked doc version to latest. Co-authored-by: Jakub Bednář --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 48a99b24..6630c4ac 100644 --- a/README.rst +++ b/README.rst @@ -208,7 +208,7 @@ Writes .. marker-writes-start The `WriteApi `_ supports synchronous, asynchronous and batching writes into InfluxDB 2.0. -The data should be passed as a `InfluxDB Line Protocol `_\ , `Data Point `_ or Observable stream. +The data should be passed as a `InfluxDB Line Protocol `_\ , `Data Point `_ or Observable stream. *The default instance of WriteApi use batching.*