From dad449eb342714e8aaca93147a5ab6fd31c72714 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Thu, 25 Apr 2024 13:17:06 -0500 Subject: [PATCH] Fix formatting --- docs/generated/singlestoredb.notebook.organization.html | 2 +- docs/src/post-process-html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generated/singlestoredb.notebook.organization.html b/docs/generated/singlestoredb.notebook.organization.html index e9ebfcf5..09d3a249 100644 --- a/docs/generated/singlestoredb.notebook.organization.html +++ b/docs/generated/singlestoredb.notebook.organization.html @@ -89,7 +89,7 @@

singlestoredb.notebook.organization

-singlestoredb.notebook.organization = = <singlestoredb.notebook._objects.Organization object>
+singlestoredb.notebook.organization = <singlestoredb.notebook._objects.Organization object>

Organization in SingleStoreDB Cloud portal.

This object is not directly instantiated. It is used in results of WorkspaceManager API calls.

diff --git a/docs/src/post-process-html b/docs/src/post-process-html index 602bcbd6..52f7b862 100755 --- a/docs/src/post-process-html +++ b/docs/src/post-process-html @@ -53,7 +53,7 @@ for file in sorted(txt_files): ) # Remove singleton representations - txt = re.sub(r'Organization\(name=.+?\)', r' = <singlestoredb.notebook._objects.Organization object>', txt) + txt = re.sub(r'Organization\(name=.+?\)', r' <singlestoredb.notebook._objects.Organization object>', txt) # Change ShowAccessor to Connection.show txt = re.sub(r'>ShowAccessor\.', r'>Connection.show.', txt)