Skip to content

Commit dbe5da8

Browse files
committed
Remove WOQLView from docs generation
1 parent 50ff4f8 commit dbe5da8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/generateGitbookMD.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
'woqlClient',
2626
'woqlDataframe',
2727
'woqlQuery',
28-
'woqlSchema',
29-
'woqlView'
28+
'woqlSchema',
3029
]
3130

3231
aPyFile = []
@@ -164,4 +163,4 @@ def _md(line, nL = 0):
164163
process_data = _pre_process(file_data)
165164

166165
create_md_file(process_data)
167-
f_md.close()
166+
f_md.close()

0 commit comments

Comments
 (0)