{% extends 'app_base.html' %} {% load static %} {% if user.is_authenticated %} {% block content_wrapper %}

Documentation

Documentation Overview

Welcome to ecoKI's documentation portal. Below you'll find a guide to all documentation resources and their locations.

Installation Documentation
Building Blocks Documentation
Pipeline Documentation
Implementation Examples
Guidelines and FAQs
  • Comprehensive FAQs section covering IT security, data modeling, pipelines, and building blocks
  • Detailed answers to common questions about database, data connections, and implementation
  • Best practices and usage guidelines

Technical Documentation

API Documentation

Complete API reference generated with Sphinx, containing detailed documentation of all modules, classes, and functions.

View API Documentation
{% endblock %} {% block extra_foot %} {% endblock %} {% endif %}