From a69e3338b1c72730dbb2bb6ea03a18a3f00e2264 Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Mon, 30 Mar 2026 20:57:16 +0300 Subject: [PATCH] docs update --- docs/ahriman.core.status.rst | 8 ++++++++ docs/ahriman.web.schemas.rst | 16 ++++++++++++++++ docs/ahriman.web.views.v1.auditlog.rst | 8 ++++++++ docs/requirements.txt | 3 +++ 4 files changed, 35 insertions(+) diff --git a/docs/ahriman.core.status.rst b/docs/ahriman.core.status.rst index b0096df3..3e57418c 100644 --- a/docs/ahriman.core.status.rst +++ b/docs/ahriman.core.status.rst @@ -12,6 +12,14 @@ ahriman.core.status.client module :no-undoc-members: :show-inheritance: +ahriman.core.status.event\_bus module +------------------------------------- + +.. automodule:: ahriman.core.status.event_bus + :members: + :no-undoc-members: + :show-inheritance: + ahriman.core.status.local\_client module ---------------------------------------- diff --git a/docs/ahriman.web.schemas.rst b/docs/ahriman.web.schemas.rst index 7a697397..4c2f4399 100644 --- a/docs/ahriman.web.schemas.rst +++ b/docs/ahriman.web.schemas.rst @@ -92,6 +92,14 @@ ahriman.web.schemas.error\_schema module :no-undoc-members: :show-inheritance: +ahriman.web.schemas.event\_bus\_filter\_schema module +----------------------------------------------------- + +.. automodule:: ahriman.web.schemas.event_bus_filter_schema + :members: + :no-undoc-members: + :show-inheritance: + ahriman.web.schemas.event\_schema module ---------------------------------------- @@ -356,6 +364,14 @@ ahriman.web.schemas.search\_schema module :no-undoc-members: :show-inheritance: +ahriman.web.schemas.sse\_schema module +-------------------------------------- + +.. automodule:: ahriman.web.schemas.sse_schema + :members: + :no-undoc-members: + :show-inheritance: + ahriman.web.schemas.status\_schema module ----------------------------------------- diff --git a/docs/ahriman.web.views.v1.auditlog.rst b/docs/ahriman.web.views.v1.auditlog.rst index 05cc602f..1b9105f4 100644 --- a/docs/ahriman.web.views.v1.auditlog.rst +++ b/docs/ahriman.web.views.v1.auditlog.rst @@ -4,6 +4,14 @@ ahriman.web.views.v1.auditlog package Submodules ---------- +ahriman.web.views.v1.auditlog.event\_bus module +----------------------------------------------- + +.. automodule:: ahriman.web.views.v1.auditlog.event_bus + :members: + :no-undoc-members: + :show-inheritance: + ahriman.web.views.v1.auditlog.events module ------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index 54fe9240..0dc651b3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,10 +7,13 @@ aiohttp==3.11.18 # ahriman (pyproject.toml) # aiohttp-cors # aiohttp-jinja2 + # aiohttp-sse aiohttp-cors==0.8.1 # via ahriman (pyproject.toml) aiohttp-jinja2==1.6 # via ahriman (pyproject.toml) +aiohttp-sse==2.2.0 + # via ahriman (pyproject.toml) aiosignal==1.3.2 # via aiohttp alabaster==1.0.0