From 3cd9bfa7bb79fb2ebaad7d921c7d9fd2128392f3 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 7 Jan 2025 10:22:26 -0500 Subject: [PATCH] updated docs rst files --- docs/apidoc/aprsd.cmds.rst | 8 -------- docs/apidoc/aprsd.conf.rst | 8 -------- docs/apidoc/aprsd.plugins.rst | 16 ---------------- docs/apidoc/aprsd.rst | 17 ----------------- docs/apidoc/aprsd.threads.rst | 14 +++----------- docs/apidoc/aprsd.utils.rst | 8 ++++++++ docs/apidoc/aprsd.web.admin.rst | 10 ---------- docs/apidoc/aprsd.web.rst | 18 ------------------ 8 files changed, 11 insertions(+), 88 deletions(-) delete mode 100644 docs/apidoc/aprsd.web.admin.rst delete mode 100644 docs/apidoc/aprsd.web.rst diff --git a/docs/apidoc/aprsd.cmds.rst b/docs/apidoc/aprsd.cmds.rst index 802588f..cce281b 100644 --- a/docs/apidoc/aprsd.cmds.rst +++ b/docs/apidoc/aprsd.cmds.rst @@ -68,14 +68,6 @@ aprsd.cmds.server module :undoc-members: :show-inheritance: -aprsd.cmds.webchat module -------------------------- - -.. automodule:: aprsd.cmds.webchat - :members: - :undoc-members: - :show-inheritance: - Module contents --------------- diff --git a/docs/apidoc/aprsd.conf.rst b/docs/apidoc/aprsd.conf.rst index db49f3b..7094a66 100644 --- a/docs/apidoc/aprsd.conf.rst +++ b/docs/apidoc/aprsd.conf.rst @@ -44,14 +44,6 @@ aprsd.conf.plugin\_common module :undoc-members: :show-inheritance: -aprsd.conf.plugin\_email module -------------------------------- - -.. automodule:: aprsd.conf.plugin_email - :members: - :undoc-members: - :show-inheritance: - Module contents --------------- diff --git a/docs/apidoc/aprsd.plugins.rst b/docs/apidoc/aprsd.plugins.rst index 93e0548..a946668 100644 --- a/docs/apidoc/aprsd.plugins.rst +++ b/docs/apidoc/aprsd.plugins.rst @@ -4,14 +4,6 @@ aprsd.plugins package Submodules ---------- -aprsd.plugins.email module --------------------------- - -.. automodule:: aprsd.plugins.email - :members: - :undoc-members: - :show-inheritance: - aprsd.plugins.fortune module ---------------------------- @@ -20,14 +12,6 @@ aprsd.plugins.fortune module :undoc-members: :show-inheritance: -aprsd.plugins.location module ------------------------------ - -.. automodule:: aprsd.plugins.location - :members: - :undoc-members: - :show-inheritance: - aprsd.plugins.notify module --------------------------- diff --git a/docs/apidoc/aprsd.rst b/docs/apidoc/aprsd.rst index 47c694d..413fdf6 100644 --- a/docs/apidoc/aprsd.rst +++ b/docs/apidoc/aprsd.rst @@ -16,7 +16,6 @@ Subpackages aprsd.stats aprsd.threads aprsd.utils - aprsd.web Submodules ---------- @@ -45,14 +44,6 @@ aprsd.main module :undoc-members: :show-inheritance: -aprsd.messaging module ----------------------- - -.. automodule:: aprsd.messaging - :members: - :undoc-members: - :show-inheritance: - aprsd.plugin module ------------------- @@ -69,14 +60,6 @@ aprsd.plugin\_utils module :undoc-members: :show-inheritance: -aprsd.wsgi module ------------------ - -.. automodule:: aprsd.wsgi - :members: - :undoc-members: - :show-inheritance: - Module contents --------------- diff --git a/docs/apidoc/aprsd.threads.rst b/docs/apidoc/aprsd.threads.rst index c1aa82b..4ef323c 100644 --- a/docs/apidoc/aprsd.threads.rst +++ b/docs/apidoc/aprsd.threads.rst @@ -12,18 +12,10 @@ aprsd.threads.aprsd module :undoc-members: :show-inheritance: -aprsd.threads.keep\_alive module --------------------------------- +aprsd.threads.keepalive module +------------------------------ -.. automodule:: aprsd.threads.keep_alive - :members: - :undoc-members: - :show-inheritance: - -aprsd.threads.log\_monitor module ---------------------------------- - -.. automodule:: aprsd.threads.log_monitor +.. automodule:: aprsd.threads.keepalive :members: :undoc-members: :show-inheritance: diff --git a/docs/apidoc/aprsd.utils.rst b/docs/apidoc/aprsd.utils.rst index e54dbfd..7edb534 100644 --- a/docs/apidoc/aprsd.utils.rst +++ b/docs/apidoc/aprsd.utils.rst @@ -28,6 +28,14 @@ aprsd.utils.json module :undoc-members: :show-inheritance: +aprsd.utils.keepalive\_collector module +--------------------------------------- + +.. automodule:: aprsd.utils.keepalive_collector + :members: + :undoc-members: + :show-inheritance: + aprsd.utils.objectstore module ------------------------------ diff --git a/docs/apidoc/aprsd.web.admin.rst b/docs/apidoc/aprsd.web.admin.rst deleted file mode 100644 index 01f28bb..0000000 --- a/docs/apidoc/aprsd.web.admin.rst +++ /dev/null @@ -1,10 +0,0 @@ -aprsd.web.admin package -======================= - -Module contents ---------------- - -.. automodule:: aprsd.web.admin - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/apidoc/aprsd.web.rst b/docs/apidoc/aprsd.web.rst deleted file mode 100644 index 9821807..0000000 --- a/docs/apidoc/aprsd.web.rst +++ /dev/null @@ -1,18 +0,0 @@ -aprsd.web package -================= - -Subpackages ------------ - -.. toctree:: - :maxdepth: 4 - - aprsd.web.admin - -Module contents ---------------- - -.. automodule:: aprsd.web - :members: - :undoc-members: - :show-inheritance: