We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d808f70 commit abe39aeCopy full SHA for abe39ae
2 files changed
docs/panels/doc.md
@@ -1,5 +1,5 @@
1
# ::: debug_toolbar.panels.Panel
2
handlers: python
3
- rendering:
+ options:
4
show_root_heading: true
5
show_if_no_docstring: true
docs/settings.md
@@ -2,13 +2,12 @@ Here's a list of settings available:
::: debug_toolbar.settings.DebugToolbarSettings
6
show_root_heading: false
7
show_root_toc_entry: false
8
show_root_full_path: false
9
10
heading_level: 3
11
- selection:
12
filters:
13
- "!^_"
14
- "!Config$"
0 commit comments