Skip to content

Commit abe39ae

Browse files
committed
Removed rendering and selection in favor of options
1 parent d808f70 commit abe39ae

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/panels/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ::: debug_toolbar.panels.Panel
22
handlers: python
3-
rendering:
3+
options:
44
show_root_heading: true
55
show_if_no_docstring: true

docs/settings.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ Here's a list of settings available:
22

33
::: debug_toolbar.settings.DebugToolbarSettings
44
handlers: python
5-
rendering:
5+
options:
66
show_root_heading: false
77
show_root_toc_entry: false
88
show_root_full_path: false
99
show_if_no_docstring: true
1010
heading_level: 3
11-
selection:
1211
filters:
1312
- "!^_"
1413
- "!Config$"

0 commit comments

Comments
 (0)