File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5454# so a file named "default.css" will overwrite the builtin "default.css".
5555html_static_path = []
5656
57- set_type_checking_flag = False
58- always_document_param_types = False
57+ autodoc_typehints = "description"
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ ________
3838.. autofunction :: superannotate.upload_images_to_project
3939.. autofunction :: superannotate.attach_image_urls_to_project
4040.. autofunction :: superannotate.upload_images_from_public_urls_to_project
41- .. autofunction :: superannotate.upload_images_from_google_cloud_to_project
42- .. autofunction :: superannotate.upload_images_from_azure_blob_to_project
41+ .. autofunction :: superannotate.upload_images_from_s3_bucket_to_project
42+ .. autofunction :: superannotate.attach_document_urls_to_project
4343.. autofunction :: superannotate.upload_image_to_project
4444.. _ref_upload_images_from_folder_to_project :
4545.. autofunction :: superannotate.upload_images_from_folder_to_project
You can’t perform that action at this time.
0 commit comments