Skip to content

Commit d424636

Browse files
committed
[#72831] testplans-template: Adjusted headings and provided path to HTML resources
Signed-off-by: Grzegorz Latosinski <[email protected]>
1 parent 938c59d commit d424636

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

testplans-template/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# If you need to add extensions just add to those lists
4848
extensions = default_extensions + ['sphinx.ext.extlinks']
49-
myst_enable_extensions = default_myst_enable_extensions
49+
myst_enable_extensions = default_myst_enable_extensions + ["attrs_inline"]
5050
myst_fence_as_directive = default_myst_fence_as_directive
5151

5252
myst_substitutions = {
@@ -85,3 +85,5 @@
8585
extlinks = {
8686
"rdl-docs": ("https://github.com/chipsalliance/i3c-core/blob/main/src/rdl/docs/README.md#%s", "%s")
8787
}
88+
89+
html_extra_path = ["../../verification/testplan/generated"]

testplans-template/source/dv.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ The core is verified with [the Cocotb + unit tests](https://github.com/chipsalli
55

66
There are also non-public tests which utilize Avery I3C VIP framework. The tests include: `private_read`, `private_write` and `recovery` and verify operation of target mode private reads and writes and the secure firmware recovery flow respectively.
77

8-
## Testplans
9-
108
This section contains testplans for the verification.
119

1210
Definitions:
@@ -18,12 +16,14 @@ Definitions:
1816
* `tests` - names of implemented tests, which cover the testpoint. Relation test-testpoint can be many to many.
1917
* `tags` - additional tags that can be used to group testpoints
2018

21-
### Testplans for individual blocks
19+
## Testplans for individual blocks
2220

2321
```{include} ../../verification/testplan/generated/testplans_blocks.md
22+
:heading-offset: 2
2423
```
2524

26-
### Testplans for the core
25+
## Testplans for the core
2726

2827
```{include} ../../verification/testplan/generated/testplans_core.md
28+
:heading-offset: 2
2929
```

0 commit comments

Comments
 (0)