Skip to content

Commit 09660f5

Browse files
committed
Improved mkdocstrings
1 parent e875537 commit 09660f5

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

docs/css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
}
1818

1919
.md-nav__title,
20-
h3[id^="debug_toolbar.setting"] .doc-properties {
20+
h4[id^="debug_toolbar.setting"] .doc-label-class-attribute {
2121
display: none;
2222
}
2323

24-
h3[id^="debug_toolbar"] > code :first-child {
24+
h4[id^="debug_toolbar"] > code :first-child {
2525
font-weight: bold;
2626
text-transform: lowercase;
2727
}

docs/panels/doc.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/panels/panel.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
::: debug_toolbar.panels.Panel
2+
handlers: python
3+
options:
4+
heading_level: 4
5+
show_if_no_docstring: true
6+
show_root_heading: false
7+
show_root_toc_entry: false

docs/settings.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ Here's a list of settings available:
33
::: debug_toolbar.settings.DebugToolbarSettings
44
handlers: python
55
options:
6-
show_root_heading: false
7-
show_root_toc_entry: false
8-
show_root_full_path: false
6+
heading_level: 4
7+
show_bases: false
98
show_if_no_docstring: true
10-
heading_level: 3
9+
show_root_toc_entry: false
1110
filters:
1211
- "!^_"
1312
- "!Config$"

0 commit comments

Comments
 (0)