This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new f29cf753 chore(python-docs): update python doc assets to recent 
development state (#100)
f29cf753 is described below

commit f29cf753852c5a635461aa65060d0fd05eeae2f1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 19 11:55:37 2023 +0200

    chore(python-docs): update python doc assets to recent development state 
(#100)
    
    Co-authored-by: bossenti <[email protected]>
---
 docs-python/dev/reference/client/client/index.html |   4 +-
 .../function_zoo/river_function/index.html         |  10 +--
 .../model/container/resource_container/index.html  |   2 +-
 .../model/resource/data_series/index.html          |   2 +-
 .../model/resource/query_result/index.html         |   2 +-
 docs-python/dev/scripts/gen_ref_pages/index.html   |  12 +--
 docs-python/dev/search/search_index.json           |   2 +-
 docs-python/dev/sitemap.xml                        |  96 ++++++++++-----------
 docs-python/dev/sitemap.xml.gz                     | Bin 704 -> 705 bytes
 9 files changed, 65 insertions(+), 65 deletions(-)

diff --git a/docs-python/dev/reference/client/client/index.html 
b/docs-python/dev/reference/client/client/index.html
index 87f18f7e..893ee2d9 100644
--- a/docs-python/dev/reference/client/client/index.html
+++ b/docs-python/dev/reference/client/client/index.html
@@ -1946,7 +1946,7 @@ API.</p>
                 </span>
                 <span class="doc-param-default">
                   <b>DEFAULT:</b> 
-                    <code>logging.<span title="logging.INFO">INFO</span></code>
+                    <code><span title="logging.INFO">INFO</span></code>
                 </span>
             </p>
           </td>
@@ -2201,7 +2201,7 @@ provider and additional required headers (currently this 
is only the application
                 </span>
                 <span class="doc-param-default">
                   <b>DEFAULT:</b> 
-                    <code>logging.<span title="logging.INFO">INFO</span></code>
+                    <code><span title="logging.INFO">INFO</span></code>
                 </span>
             </p>
           </td>
diff --git a/docs-python/dev/reference/function_zoo/river_function/index.html 
b/docs-python/dev/reference/function_zoo/river_function/index.html
index c9029a54..30ac7c00 100644
--- a/docs-python/dev/reference/function_zoo/river_function/index.html
+++ b/docs-python/dev/reference/function_zoo/river_function/index.html
@@ -1943,7 +1943,7 @@
 
 
 <h2 id="streampipes.function_zoo.river_function.OnlineML" class="doc 
doc-heading">
-<code class="highlight language-python"><span class="n">OnlineML</span><span 
class="p">(</span><span class="n">client</span><span class="p">,</span> <span 
class="n">stream_ids</span><span class="p">,</span> <span 
class="n">model</span><span class="p">,</span> <span 
class="n">prediction_type</span><span class="o">=</span><span 
class="n">RuntimeType</span><span class="o">.</span><span 
class="n">STRING</span><span class="o">.</span><span 
class="n">value</span><span class="p">,</span> <span  [...]
+<code class="highlight language-python"><span class="n">OnlineML</span><span 
class="p">(</span><span class="n">client</span><span class="p">,</span> <span 
class="n">stream_ids</span><span class="p">,</span> <span 
class="n">model</span><span class="p">,</span> <span 
class="n">prediction_type</span><span class="o">=</span><span 
class="n">RuntimeType</span><span class="o">.</span><span 
class="n">STRING</span><span class="o">.</span><span 
class="n">value</span><span class="p">,</span> <span  [...]
 
 <a href="#streampipes.function_zoo.river_function.OnlineML" class="headerlink" 
title="Permanent link">&para;</a></h2>
 
@@ -2022,7 +2022,7 @@ Is only needed when you continue to work with the 
prediction in StreamPipes.</p>
                 </span>
                 <span class="doc-param-default">
                   <b>DEFAULT:</b> 
-                    <code><a class="autorefs autorefs-internal" 
title="streampipes.functions.utils.data_stream_generator.RuntimeType" 
href="../../functions/utils/data_stream_generator/#streampipes.functions.utils.data_stream_generator.RuntimeType">RuntimeType</a>.<span
 
title="streampipes.functions.utils.data_stream_generator.RuntimeType.STRING">STRING</span>.<span
 
title="streampipes.functions.utils.data_stream_generator.RuntimeType.STRING.value">value</span></code>
+                    <code><span 
title="streampipes.functions.utils.data_stream_generator.RuntimeType.STRING.value">value</span></code>
                 </span>
             </p>
           </td>
@@ -2076,7 +2076,7 @@ Is only needed when you continue to work with the 
prediction in StreamPipes.</p>
                 </span>
                 <span class="doc-param-default">
                   <b>DEFAULT:</b> 
-                    <code>lambda self, context: None</code>
+                    <code>lambda , : None</code>
                 </span>
             </p>
           </td>
@@ -2094,7 +2094,7 @@ Is only needed when you continue to work with the 
prediction in StreamPipes.</p>
                 </span>
                 <span class="doc-param-default">
                   <b>DEFAULT:</b> 
-                    <code>lambda self, event, streamId: None</code>
+                    <code>lambda , , : None</code>
                 </span>
             </p>
           </td>
@@ -2112,7 +2112,7 @@ Is only needed when you continue to work with the 
prediction in StreamPipes.</p>
                 </span>
                 <span class="doc-param-default">
                   <b>DEFAULT:</b> 
-                    <code>lambda self: None</code>
+                    <code>lambda : None</code>
                 </span>
             </p>
           </td>
diff --git 
a/docs-python/dev/reference/model/container/resource_container/index.html 
b/docs-python/dev/reference/model/container/resource_container/index.html
index 21d882c9..9a565075 100644
--- a/docs-python/dev/reference/model/container/resource_container/index.html
+++ b/docs-python/dev/reference/model/container/resource_container/index.html
@@ -2257,7 +2257,7 @@ keys used in the StreamPipes backend</p>
               <p>
                 <span class="doc-returns-annotation">
                   <b>TYPE:</b>
-                    <code><span title="pandas">pd</span>.<span 
title="pandas.DataFrame">DataFrame</span></code>
+                    <code><span 
title="pandas.DataFrame">DataFrame</span></code>
                 </span>
               </p>
           </td>
diff --git a/docs-python/dev/reference/model/resource/data_series/index.html 
b/docs-python/dev/reference/model/resource/data_series/index.html
index 25ec843b..296218f8 100644
--- a/docs-python/dev/reference/model/resource/data_series/index.html
+++ b/docs-python/dev/reference/model/resource/data_series/index.html
@@ -2101,7 +2101,7 @@ with the current version of the Python client.</p>
               <p>
                 <span class="doc-returns-annotation">
                   <b>TYPE:</b>
-                    <code><span title="pandas">pd</span>.<span 
title="pandas.DataFrame">DataFrame</span></code>
+                    <code><span 
title="pandas.DataFrame">DataFrame</span></code>
                 </span>
               </p>
           </td>
diff --git a/docs-python/dev/reference/model/resource/query_result/index.html 
b/docs-python/dev/reference/model/resource/query_result/index.html
index c3a30c14..3006ee49 100644
--- a/docs-python/dev/reference/model/resource/query_result/index.html
+++ b/docs-python/dev/reference/model/resource/query_result/index.html
@@ -2000,7 +2000,7 @@ to be used when creating a pandas Dataframe.</p>
               <p>
                 <span class="doc-returns-annotation">
                   <b>TYPE:</b>
-                    <code><span title="pandas">pd</span>.<span 
title="pandas.DataFrame">DataFrame</span></code>
+                    <code><span 
title="pandas.DataFrame">DataFrame</span></code>
                 </span>
               </p>
           </td>
diff --git a/docs-python/dev/scripts/gen_ref_pages/index.html 
b/docs-python/dev/scripts/gen_ref_pages/index.html
index 558e39e0..968030d9 100644
--- a/docs-python/dev/scripts/gen_ref_pages/index.html
+++ b/docs-python/dev/scripts/gen_ref_pages/index.html
@@ -2739,7 +2739,7 @@ Licensed under the Apache License, Version 2.0.
     init_mathjax();
     </script>
 <!-- End of mathjax configuration --><div class="jupyter-wrapper">
-<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell" id="cell-id=53a2aeca">
+<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell" id="cell-id=a7514f3d">
 <div class="jp-Cell-inputWrapper">
 <div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
 </div>
@@ -2761,7 +2761,7 @@ limitations under the License.</p>
 </div>
 </div>
 </div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
-<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" 
id="cell-id=984f1f30">
+<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" 
id="cell-id=3416ebb0">
 <div class="jp-Cell-inputWrapper">
 <div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
 </div>
@@ -2788,7 +2788,7 @@ limitations under the License.</p>
 </div>
 </div>
 </div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
-<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" 
id="cell-id=25c10667">
+<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" 
id="cell-id=018b7fc9">
 <div class="jp-Cell-inputWrapper">
 <div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
 </div>
@@ -2815,7 +2815,7 @@ limitations under the License.</p>
 </div>
 </div>
 </div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
-<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" 
id="cell-id=eb56db3e">
+<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" 
id="cell-id=6a8aa83e">
 <div class="jp-Cell-inputWrapper">
 <div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
 </div>
@@ -2842,7 +2842,7 @@ limitations under the License.</p>
 </div>
 </div>
 </div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
-<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" 
id="cell-id=50479e86">
+<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" 
id="cell-id=832a9385">
 <div class="jp-Cell-inputWrapper">
 <div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
 </div>
@@ -2915,7 +2915,7 @@ limitations under the License.</p>
 </div>
 </div>
 </div>
-<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell" id="cell-id=e33a7e80">
+<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell" id="cell-id=32a62306">
 <div class="jp-Cell-inputWrapper">
 <div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
 </div>
diff --git a/docs-python/dev/search/search_index.json 
b/docs-python/dev/search/search_index.json
index a460eb96..be7ce9a3 100644
--- a/docs-python/dev/search/search_index.json
+++ b/docs-python/dev/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"\ud83c\udfe1
 Home","text":"StreamPipes is a self-service (Industrial) IoT toolbox to enable 
non-technical users to connect, analyze and explore IoT data streams. 
<p>Dependency issue with StreamPipes Python 0.92.0</p> <p>In StreamPipes Python 
<code>0.92.0</code> there is a problem with the required dependencies. Pydantic 
has recently released the new version <code>2.0</code> wit [...]
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"\ud83c\udfe1
 Home","text":"StreamPipes is a self-service (Industrial) IoT toolbox to enable 
non-technical users to connect, analyze and explore IoT data streams. 
<p>Dependency issue with StreamPipes Python 0.92.0</p> <p>In StreamPipes Python 
<code>0.92.0</code> there is a problem with the required dependencies. Pydantic 
has recently released the new version <code>2.0</code> wit [...]
\ No newline at end of file
diff --git a/docs-python/dev/sitemap.xml b/docs-python/dev/sitemap.xml
index 16818940..81a39ab7 100644
--- a/docs-python/dev/sitemap.xml
+++ b/docs-python/dev/sitemap.xml
@@ -2,242 +2,242 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/getting-started/developing/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/getting-started/first-steps/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/getting-started/quickstart/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/client/client/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/client/config/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/client/credential_provider/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/endpoint/endpoint/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/endpoint/exceptions/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/endpoint/api/data_lake_measure/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/endpoint/api/data_stream/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/endpoint/api/version/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/function_zoo/river_function/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/function_handler/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/registration/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/streampipes_function/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/broker/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/broker_handler/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/consumer/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/output_collector/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/publisher/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/kafka/kafka_consumer/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/kafka/kafka_message_fetcher/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/kafka/kafka_publisher/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/nats/nats_consumer/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/broker/nats/nats_publisher/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/utils/async_iter_handler/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/utils/data_stream_context/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/utils/data_stream_generator/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/functions/utils/function_context/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/common/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/container/data_lake_measures/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/container/data_streams/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/container/resource_container/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/container/versions/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/data_lake_measure/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/data_series/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/data_stream/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/exceptions/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/function_definition/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/query_result/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/resource/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/reference/model/resource/version/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/scripts/gen_ref_pages/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/tutorials/1-introduction-to-streampipes-python-client/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/tutorials/2-extracting-data-from-the-streampipes-data-lake/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/tutorials/3-getting-live-data-from-the-streampipes-data-stream/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          
<loc>https://streampipes.apache.org/docs/docs/python/latest/latest/tutorials/4-using-online-machine-learning-on-a-streampipes-data-stream/</loc>
-         <lastmod>2023-08-12</lastmod>
+         <lastmod>2023-08-19</lastmod>
          <changefreq>daily</changefreq>
     </url>
 </urlset>
\ No newline at end of file
diff --git a/docs-python/dev/sitemap.xml.gz b/docs-python/dev/sitemap.xml.gz
index 944738ec..8896a6a6 100644
Binary files a/docs-python/dev/sitemap.xml.gz and 
b/docs-python/dev/sitemap.xml.gz differ

Reply via email to