File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
docs/assets/templates/python/material Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 5
5
- New ` eds.contextual_qualifier ` pipeline component to qualify spans based on contextual information.
6
6
7
7
### Fixed
8
- - Contributing documentation. Delete ` $ pre-commit run --all-files ` recommendation.
8
+ - Correct the contributing documentation. Delete ` $ pre-commit run --all-files ` recommendation.
9
+ - Fix the the ` Obj Class ` in the doc template ` class.html ` .
9
10
10
11
## v0.15.0 (2024-12-13)
11
12
Original file line number Diff line number Diff line change 1
1
< div class ="doc doc-object doc-class ">
2
- {% with html_id = class.path %}
2
+ {% with obj = class %}
3
+ {% with html_id = class.path %}
3
4
4
5
{% if config.only_parameters or config.only_class_level %}
5
6
115
116
{% endif %}
116
117
{% endif %}
117
118
118
- {% with obj = class %}
119
- {% set root = False %}
120
- {% set heading_level = heading_level + 1 %}
121
- {% include "children.html" with context %}
122
- {% endwith %}
119
+ {% set root = False %}
120
+ {% set heading_level = heading_level + 1 %}
121
+ {% include "children.html" with context %}
123
122
</ div >
124
123
{% endif %}
125
124
125
+ {% endwith %}
126
126
{% endwith %}
127
127
</ div >
You can’t perform that action at this time.
0 commit comments