Skip to content

Commit

Permalink
Chore: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LudoBar committed Sep 25, 2023
1 parent 0b31edb commit 71f9f01
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,26 @@ CTaskInfo

.. rubric:: Attributes
.. autosummary::
~CTaskInfo.algo_type
~CTaskInfo.algo_tasks
~CTaskInfo.article
~CTaskInfo.article_url
~CTaskInfo.authors
~CTaskInfo.created_date
~CTaskInfo.description
~CTaskInfo.documentation_link
~CTaskInfo.icon_path
~CTaskInfo.ikomia_version
~CTaskInfo.internal
~CTaskInfo.journal
~CTaskInfo.keywords
~CTaskInfo.language
~CTaskInfo.license
~CTaskInfo.modified_date
~CTaskInfo.max_ikomia_version
~CTaskInfo.max_python_version
~CTaskInfo.min_ikomia_version
~CTaskInfo.min_python_version
~CTaskInfo.name
~CTaskInfo.os
~CTaskInfo.original_repository
~CTaskInfo.path
~CTaskInfo.repository
~CTaskInfo.short_description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CWorkflowTaskIO
~CWorkflowTaskIO.clear_data
~CWorkflowTaskIO.copy_static_data
~CWorkflowTaskIO.from_json
~CWorkflowTaskIO.get_sub_io_list
~CWorkflowTaskIO.get_unit_element_count
~CWorkflowTaskIO.is_composite
~CWorkflowTaskIO.is_data_available
Expand All @@ -43,6 +44,7 @@ CWorkflowTaskIO
.. automethod:: clear_data
.. automethod:: copy_static_data
.. automethod:: from_json
.. automethod:: get_sub_io_list
.. automethod:: get_unit_element_count
.. automethod:: is_composite
.. automethod:: is_data_available
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ CImageIO
~CImageIO.get_data
~CImageIO.get_image
~CImageIO.get_image_with_graphics
~CImageIO.get_image_with_mask
~CImageIO.get_image_with_mask_and_graphics
~CImageIO.get_overlay_mask
~CImageIO.is_overlay_available
~CImageIO.set_channel_count
Expand Down
4 changes: 4 additions & 0 deletions doc/source/_autosummary/ikomia.dataprocess.workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
.. autosummary::

create
install_requirements
load
prepare_runtime_env

.. rubric:: Details

.. autofunction:: create
.. autofunction:: install_requirements
.. autofunction:: load
.. autofunction:: prepare_runtime_env

0 comments on commit 71f9f01

Please sign in to comment.