From 5c2eeffa1b21050804b1fd8a10137bf9a522c61d Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Wed, 16 Apr 2025 12:29:59 +0200 Subject: [PATCH] Draw inheritance diagrams for schedulers --- docs_sphinx/api/list_schedulers.rst | 4 +++- docs_sphinx/api/schedule.rst | 1 - docs_sphinx/api/scheduler.rst | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs_sphinx/api/list_schedulers.rst b/docs_sphinx/api/list_schedulers.rst index 37419a8e..ff05b0e7 100644 --- a/docs_sphinx/api/list_schedulers.rst +++ b/docs_sphinx/api/list_schedulers.rst @@ -1,7 +1,9 @@ ************************** ``b_asic.list_schedulers`` ************************** -:mod:`.list_schedulers` +.. inheritance-diagram:: b_asic.operation + :parts: 1 + :top-classes: b_asic.scheduler.ListScheduler .. automodule:: b_asic.list_schedulers :members: diff --git a/docs_sphinx/api/schedule.rst b/docs_sphinx/api/schedule.rst index a6f88aca..68790119 100644 --- a/docs_sphinx/api/schedule.rst +++ b/docs_sphinx/api/schedule.rst @@ -1,7 +1,6 @@ ******************* ``b_asic.schedule`` ******************* -:mod:`.schedule` .. automodule:: b_asic.schedule :members: diff --git a/docs_sphinx/api/scheduler.rst b/docs_sphinx/api/scheduler.rst index a81c19a4..a19392c4 100644 --- a/docs_sphinx/api/scheduler.rst +++ b/docs_sphinx/api/scheduler.rst @@ -1,12 +1,11 @@ ******************** ``b_asic.scheduler`` ******************** -:mod:`.scheduler` .. inheritance-diagram:: b_asic.operation :parts: 1 - :top-classes: b_asic.scheduler.scheduler + :top-classes: b_asic.scheduler.Scheduler .. automodule:: b_asic.scheduler -- GitLab