Skip to content

Commit 9b5dff2

Browse files
committed
Progress towards adding links in all descriptions
1 parent e374e87 commit 9b5dff2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/vws/vws.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ def get_target_summary_report(
256256
"""
257257
Get a summary report for a target.
258258
259+
See
260+
https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API#How-To-Retrieve-a-Target-Summary-Report.
261+
259262
Args:
260263
target_id: The ID of the target to get a summary report for.
261264
@@ -282,6 +285,9 @@ def get_database_summary_report(self) -> Dict[str, Union[str, int]]:
282285
"""
283286
Get a summary report for the database.
284287
288+
See
289+
https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API#How-To-Get-a-Database-Summary-Report.
290+
285291
Returns:
286292
Details of the database.
287293
"""
@@ -300,6 +306,9 @@ def delete_target(self, target_id: str) -> None:
300306
"""
301307
Delete a given target.
302308
309+
See
310+
https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API#How-To-Delete-a-Target.
311+
303312
Args:
304313
target_id: The ID of the target to delete.
305314
"""

0 commit comments

Comments
 (0)