Skip to content

Commit 12c64cf

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
added folder section in docs
1 parent c5bc910 commit 12c64cf

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed

docs/source/api_reference/api_client.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Contents
99
:maxdepth: 8
1010

1111
api_project
12+
api_folder
1213
api_item
1314
api_annotation
1415
api_annotation_class
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
=======
2+
Folders
3+
=======
4+
5+
.. automethod:: superannotate.SAClient.search_folders
6+
.. automethod:: superannotate.SAClient.assign_folder
7+
.. automethod:: superannotate.SAClient.unassign_folder
8+
.. automethod:: superannotate.SAClient.get_folder_by_id
9+
.. automethod:: superannotate.SAClient.get_folder_metadata
10+
.. automethod:: superannotate.SAClient.create_folder
11+
.. automethod:: superannotate.SAClient.delete_folders

docs/source/api_reference/api_image.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==========
1+
======
22
Images
3-
==========
3+
======
44

55

66
.. _ref_search_images:

docs/source/api_reference/api_project.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==========
1+
========
22
Projects
3-
==========
3+
========
44
.. _ref_projects:
55
.. _ref_search_projects:
66
.. automethod:: superannotate.SAClient.search_projects
@@ -13,13 +13,6 @@ Projects
1313
.. automethod:: superannotate.SAClient.get_project_by_id
1414
.. automethod:: superannotate.SAClient.get_project_metadata
1515
.. automethod:: superannotate.SAClient.get_project_image_count
16-
.. automethod:: superannotate.SAClient.search_folders
17-
.. automethod:: superannotate.SAClient.assign_folder
18-
.. automethod:: superannotate.SAClient.unassign_folder
19-
.. automethod:: superannotate.SAClient.get_folder_by_id
20-
.. automethod:: superannotate.SAClient.get_folder_metadata
21-
.. automethod:: superannotate.SAClient.create_folder
22-
.. automethod:: superannotate.SAClient.delete_folders
2316
.. automethod:: superannotate.SAClient.upload_images_to_project
2417
.. automethod:: superannotate.SAClient.attach_items_from_integrated_storage
2518
.. automethod:: superannotate.SAClient.upload_image_to_project

docs/source/api_reference/api_team.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==========
1+
====
22
Team
3-
==========
3+
====
44

55

66
.. automethod:: superannotate.SAClient.get_team_metadata

0 commit comments

Comments
 (0)