wip: plotly & additional documentation

This commit is contained in:
Per Stark
2025-02-04 12:54:55 +01:00
parent fd19195148
commit 711e54aea1
69 changed files with 618 additions and 156 deletions

View File

@@ -2,12 +2,12 @@
{% block main %}
<main class="flex justify-center grow mt-2 sm:mt-4 gap-6">
<div class="container">
{{plot_html|safe}}
<h2>Entities</h2>
{% for entity in entities %}
<p>{{entity.description}} /p>
{% endfor %}
<p>{{entity.id}} - {{entity.description}} </p>
{% endfor %}
<h2 class="mt-10">Relationships</h2>