Add documents to decoders (#22)

* Add decoder documents support
* Use abstract model for Documents
* Increase version
* Code cleanup
This commit is contained in:
2023-10-01 00:03:41 +02:00
committed by GitHub
parent 9483648a1f
commit 5d536ce568
16 changed files with 161 additions and 60 deletions

View File

@@ -14,19 +14,19 @@
</thead>
<tbody>
<tr>
<th class="th-35" scope="row">Name</th>
<th class="w-25" scope="row">Name</th>
<td>{{ d.scale }}</td>
</tr>
<tr>
<th class="th-35" scope="row">Ratio</th>
<th class="w-25" scope="row">Ratio</th>
<td>{{ d.ratio }}</td>
</tr>
<tr>
<th class="th-35" scope="row">Gauge</th>
<th class="w-25" scope="row">Gauge</th>
<td>{{ d.gauge }}</td>
</tr>
<tr>
<th class="th-35" scope="row">Tracks</th>
<th class="w-25" scope="row">Tracks</th>
<td>{{ d.tracks }}</td>
</tr>
</tbody>