mirror of
https://github.com/simonw/datasette.git
synced 2026-06-04 16:16:59 +02:00
No need to document QueryCreateAnalyzeView
This commit is contained in:
parent
24887004cf
commit
0cadd07187
1 changed files with 8 additions and 1 deletions
|
|
@ -66,7 +66,14 @@ def documented_views():
|
|||
if first_word.endswith("View"):
|
||||
view_labels.add(first_word)
|
||||
# We deliberately don't document these:
|
||||
view_labels.update(("PatternPortfolioView", "AuthTokenView", "ApiExplorerView"))
|
||||
view_labels.update(
|
||||
(
|
||||
"PatternPortfolioView",
|
||||
"AuthTokenView",
|
||||
"ApiExplorerView",
|
||||
"QueryCreateAnalyzeView",
|
||||
)
|
||||
)
|
||||
return view_labels
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue