File tree 8 files changed +8
-8
lines changed
src/mkdocstrings_handlers/python/templates/material/_base/docstring
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 49
49
< table >
50
50
< thead >
51
51
< tr >
52
- < th > < b > ATTRIBUTE</ b > </ th >
52
+ < th > < b > {{ (section.title or " ATTRIBUTE").rstrip(":").upper() }} </ b > </ th >
53
53
< th > < b > DESCRIPTION</ b > </ th >
54
54
</ tr >
55
55
</ thead >
Original file line number Diff line number Diff line change 49
49
< table >
50
50
< thead >
51
51
< tr >
52
- < th > < b > PARAMETER</ b > </ th >
52
+ < th > < b > {{ (section.title or " PARAMETER").rstrip(":").upper() }} </ b > </ th >
53
53
< th > < b > DESCRIPTION</ b > </ th >
54
54
</ tr >
55
55
</ thead >
Original file line number Diff line number Diff line change 59
59
< table >
60
60
< thead >
61
61
< tr >
62
- < th > < b > PARAMETER</ b > </ th >
62
+ < th > < b > {{ (section.title or " PARAMETER").rstrip(":").upper() }} </ b > </ th >
63
63
< th > < b > DESCRIPTION</ b > </ th >
64
64
</ tr >
65
65
</ thead >
Original file line number Diff line number Diff line change 47
47
< table >
48
48
< thead >
49
49
< tr >
50
- < th > < b > RAISES</ b > </ th >
50
+ < th > < b > {{ (section.title or " RAISES").rstrip(":").upper() }} </ b > </ th >
51
51
< th > < b > DESCRIPTION</ b > </ th >
52
52
</ tr >
53
53
</ thead >
Original file line number Diff line number Diff line change 52
52
< table >
53
53
< thead >
54
54
< tr >
55
- < th > < b > RECEIVES</ b > </ th >
55
+ < th > < b > {{ (section.title or " RECEIVES").rstrip(":").upper() }} </ b > </ th >
56
56
< th > < b > DESCRIPTION</ b > </ th >
57
57
</ tr >
58
58
</ thead >
Original file line number Diff line number Diff line change 52
52
< table >
53
53
< thead >
54
54
< tr >
55
- < th > < b > RETURNS</ b > </ th >
55
+ < th > < b > {{ (section.title or " RETURNS").rstrip(":").upper() }} </ b > </ th >
56
56
< th > < b > DESCRIPTION</ b > </ th >
57
57
</ tr >
58
58
</ thead >
Original file line number Diff line number Diff line change 47
47
< table >
48
48
< thead >
49
49
< tr >
50
- < th > < b > WARNS</ b > </ th >
50
+ < th > < b > {{ (section.title or " WARNS").rstrip(":").upper() }} </ b > </ th >
51
51
< th > < b > DESCRIPTION</ b > </ th >
52
52
</ tr >
53
53
</ thead >
Original file line number Diff line number Diff line change 52
52
< table >
53
53
< thead >
54
54
< tr >
55
- < th > < b > YIELDS</ b > </ th >
55
+ < th > < b > {{ (section.title or " YIELDS").rstrip(":").upper() }} </ b > </ th >
56
56
< th > < b > DESCRIPTION</ b > </ th >
57
57
</ tr >
58
58
</ thead >
You can’t perform that action at this time.
0 commit comments