api docs++

This commit is contained in:
Maximilian Hils 2021-02-04 22:52:28 +01:00
parent a7d1f32c89
commit 51193f1d20
15 changed files with 188 additions and 113 deletions

View file

@ -31,7 +31,7 @@ for example in examples:
f" * [{example.name}](#{slug}){comment}"
)
listings.append(f"""
<h2 id="{slug}">Example: {example.name}</h2>
<h3 id="{slug}">Example: {example.name}</h3>
```python
{code}