diff --git a/docs_sphinx/api/index.rst b/docs_sphinx/api/index.rst index 484dfd3b104578a508dc5a9c383ee08306e1d025..3293c63ad377d3b98859b58b965224fa64490de4 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 0000000000000000000000000000000000000000..37419a8e01a9735e4c6bca8e5bcdbd2388910639 --- /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 0000000000000000000000000000000000000000..8d3c52ddb23505a79ecfb528d6fb54be4275a50c --- /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: