Skip to content

Commit d523bb9

Browse files
committed
Add backlink to Z0 ZFA probe report
1 parent 6d06f79 commit d523bb9

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

docs/reports/z0-zfa-run-tape-probe.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
p {
4141
max-width: 860px;
4242
}
43+
a {
44+
color: var(--blue);
45+
font-weight: 700;
46+
text-decoration-thickness: 1px;
47+
text-underline-offset: 3px;
48+
}
49+
.back-link {
50+
display: inline-block;
51+
margin-bottom: 18px;
52+
}
4353
.lede {
4454
color: var(--muted);
4555
font-size: 18px;
@@ -83,6 +93,7 @@
8393
</head>
8494
<body>
8595
<main>
96+
<a class="back-link" href="../index.html">Back to docs index</a>
8697
<h1>Z0 ZFA Run-Tape Probe</h1>
8798
<p class="lede">
8899
A generated first-pass experiment that runs the fixed pre-2019 Z0 bit seed

src/characteristic_impedance/zfa.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,16 @@ def render_zfa_probe_html(result: ZfaProbeResult) -> str:
389389
p {{
390390
max-width: 860px;
391391
}}
392+
a {{
393+
color: var(--blue);
394+
font-weight: 700;
395+
text-decoration-thickness: 1px;
396+
text-underline-offset: 3px;
397+
}}
398+
.back-link {{
399+
display: inline-block;
400+
margin-bottom: 18px;
401+
}}
392402
.lede {{
393403
color: var(--muted);
394404
font-size: 18px;
@@ -432,6 +442,7 @@ def render_zfa_probe_html(result: ZfaProbeResult) -> str:
432442
</head>
433443
<body>
434444
<main>
445+
<a class="back-link" href="../index.html">Back to docs index</a>
435446
<h1>Z0 ZFA Run-Tape Probe</h1>
436447
<p class="lede">
437448
A generated first-pass experiment that runs the fixed pre-2019 Z0 bit seed

0 commit comments

Comments
 (0)