Skip to content

Commit 8b4b10a

Browse files
committed
Order updated
1 parent ea7f01d commit 8b4b10a

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
===========
2+
Annotations
3+
===========
4+
5+
.. automethod:: superannotate.SAClient.upload_annotations
6+
.. automethod:: superannotate.SAClient.get_annotations
7+
.. automethod:: superannotate.SAClient.download_annotations
8+
.. automethod:: superannotate.SAClient.get_annotations_per_frame
9+
.. automethod:: superannotate.SAClient.set_annotation_statuses
10+
.. automethod:: superannotate.SAClient.delete_annotations
11+
.. _ref_upload_annotations_from_folder_to_project:
12+
.. automethod:: superannotate.SAClient.upload_annotations_from_folder_to_project

docs/source/api_reference/api_client.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ Contents
1010

1111
api_project
1212
api_item
13+
api_annotation
14+
api_annotation_class
1315
api_export
1416
api_custom_metadata
1517
api_subset
1618
api_image
17-
api_annotation_class
1819
api_team
1920
api_neural_network

docs/source/api_reference/api_export.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
Exports
33
==========
44

5+
56
.. automethod:: superannotate.SAClient.prepare_export
6-
.. automethod:: superannotate.SAClient.get_annotations
7-
.. automethod:: superannotate.SAClient.get_annotations_per_frame
87
.. _ref_download_export:
98
.. automethod:: superannotate.SAClient.download_export
109
.. automethod:: superannotate.SAClient.get_exports

docs/source/api_reference/api_item.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ Items
66
.. automethod:: superannotate.SAClient.query
77
.. automethod:: superannotate.SAClient.get_item_by_id
88
.. automethod:: superannotate.SAClient.search_items
9-
.. automethod:: superannotate.SAClient.download_annotations
109
.. automethod:: superannotate.SAClient.attach_items
1110
.. automethod:: superannotate.SAClient.copy_items
1211
.. automethod:: superannotate.SAClient.move_items
1312
.. automethod:: superannotate.SAClient.delete_items
1413
.. automethod:: superannotate.SAClient.assign_items
1514
.. automethod:: superannotate.SAClient.unassign_items
1615
.. automethod:: superannotate.SAClient.get_item_metadata
17-
.. automethod:: superannotate.SAClient.set_annotation_statuses
1816
.. automethod:: superannotate.SAClient.set_approval_statuses

docs/source/api_reference/api_project.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ Projects
2323
.. automethod:: superannotate.SAClient.upload_images_to_project
2424
.. automethod:: superannotate.SAClient.attach_items_from_integrated_storage
2525
.. automethod:: superannotate.SAClient.upload_image_to_project
26-
.. automethod:: superannotate.SAClient.upload_annotations
27-
.. automethod:: superannotate.SAClient.delete_annotations
2826
.. _ref_upload_images_from_folder_to_project:
2927
.. automethod:: superannotate.SAClient.upload_images_from_folder_to_project
3028
.. automethod:: superannotate.SAClient.upload_video_to_project
3129
.. automethod:: superannotate.SAClient.upload_videos_from_folder_to_project
32-
.. _ref_upload_annotations_from_folder_to_project:
33-
.. automethod:: superannotate.SAClient.upload_annotations_from_folder_to_project
3430
.. automethod:: superannotate.SAClient.add_contributors_to_project
3531
.. automethod:: superannotate.SAClient.get_project_settings
3632
.. automethod:: superannotate.SAClient.set_project_default_image_quality_in_editor

0 commit comments

Comments
 (0)