From 545818fa23b4bdf83fc7345be10833d1347fe5c3 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Thu, 27 Feb 2025 16:21:27 +0100 Subject: [PATCH] Add doc pages for new schedulers --- docs_sphinx/api/index.rst | 2 ++ docs_sphinx/api/list_schedulers.rst | 9 +++++++++ docs_sphinx/api/scheduler.rst | 9 +++++++++ 3 files changed, 20 insertions(+) create mode 100644 docs_sphinx/api/list_schedulers.rst create mode 100644 docs_sphinx/api/scheduler.rst diff --git a/docs_sphinx/api/index.rst b/docs_sphinx/api/index.rst index 484dfd3b..3293c63a 100644 --- a/docs_sphinx/api/index.rst +++ b/docs_sphinx/api/index.rst @@ -8,6 +8,7 @@ API architecture.rst core_operations.rst graph_component.rst + list_schedulers.rst operation.rst port.rst process.rst @@ -15,6 +16,7 @@ API resources.rst save_load_structure.rst schedule.rst + scheduler.rst sfg_generators.rst signal.rst signal_flow_graph.rst diff --git a/docs_sphinx/api/list_schedulers.rst b/docs_sphinx/api/list_schedulers.rst new file mode 100644 index 00000000..37419a8e --- /dev/null +++ b/docs_sphinx/api/list_schedulers.rst @@ -0,0 +1,9 @@ +************************** +``b_asic.list_schedulers`` +************************** +:mod:`.list_schedulers` + +.. automodule:: b_asic.list_schedulers + :members: + :undoc-members: + :show-inheritance: diff --git a/docs_sphinx/api/scheduler.rst b/docs_sphinx/api/scheduler.rst new file mode 100644 index 00000000..8d3c52dd --- /dev/null +++ b/docs_sphinx/api/scheduler.rst @@ -0,0 +1,9 @@ +******************** +``b_asic.scheduler`` +******************** +:mod:`.scheduler` + +.. automodule:: b_asic.scheduler + :members: + :undoc-members: + :show-inheritance: -- GitLab