mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Started pattern portfolio at /-/patterns, refs #151
This commit is contained in:
parent
b3aa5f4313
commit
cef23e8861
5 changed files with 333 additions and 2 deletions
|
|
@ -65,6 +65,8 @@ def documented_views():
|
|||
first_word = label.split("_")[0]
|
||||
if first_word.endswith("View"):
|
||||
view_labels.add(first_word)
|
||||
# We deliberately don't document this one:
|
||||
view_labels.add("PatternPortfolioView")
|
||||
return view_labels
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue