documentation

This commit is contained in:
2026-05-14 15:59:55 +02:00
parent ed67438739
commit e9256f538c
21 changed files with 4380 additions and 561 deletions
@@ -0,0 +1,22 @@
{% extends 'scanner/base.html' %}
{% load i18n %}
{% block columns %}{% endblock %}
{% block styles %}
{{ block.super }}
<link rel="stylesheet" href="/static/css/doc_database.css">
<link rel="stylesheet" href="/static/css/doc_calibration.css>
<link rel="stylesheet" href="/static/css/doc_experiments.css">
<link rel="stylesheet" href="/static/css/doc_scanning.css">
<link rel="stylesheet" href="/static/css/doc_results.css">
{% endblock %}
{% block content %}
{% endblock %}
{% block js_footer %}
{{ block.super }}
</script>
{% endblock %}