diff --git a/docs-python/dev/reference/endpoint/api/version/index.html b/docs-python/dev/reference/endpoint/api/version/index.html index a32410342..296e0f292 100644 --- a/docs-python/dev/reference/endpoint/api/version/index.html +++ b/docs-python/dev/reference/endpoint/api/version/index.html @@ -2383,20 +2383,20 @@

>>> from streampipes.client import StreamPipesClient
+    
>>> from streampipes.client import StreamPipesClient
 >>> from streampipes.client.config import StreamPipesClientConfig
 >>> from streampipes.client.credential_provider import StreamPipesApiKeyCredentials
 
-
>>> client_config = StreamPipesClientConfig(
+    
>>> client_config = StreamPipesClientConfig(
 ...     credential_provider=StreamPipesApiKeyCredentials(username="test-user", api_key="api-key"),
 ...     host_address="localhost",
 ...     port=8082,
 ...     https_disabled=True
 ... )
 
-
>>> client = StreamPipesClient.create(client_config=client_config)
+    
>>> client = StreamPipesClient.create(client_config=client_config)
 
-
>>> client.versionApi.get(identifier="").to_dict(use_source_names=False)
+    
>>> client.versionApi.get(identifier="").to_dict(use_source_names=False)
 {'backend_version': '0.92.0-SNAPSHOT'}
 
diff --git a/docs-python/dev/scripts/gen_ref_pages/index.html b/docs-python/dev/scripts/gen_ref_pages/index.html index 175891d18..c24e181f6 100644 --- a/docs-python/dev/scripts/gen_ref_pages/index.html +++ b/docs-python/dev/scripts/gen_ref_pages/index.html @@ -3190,7 +3190,7 @@

Gen ref pages

init_mathjax();
-