Skip to content

Commit c70c634

Browse files
committed
synpy-1575: Correct issues with links in mkdocs
1 parent 2909fa7 commit c70c634

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/reference/experimental/async/activity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ at your own risk.
1212
- from_parent_async
1313
- store_async
1414
- delete_async
15+
- disassociate_from_entity_async
1516
---
1617
::: synapseclient.models.UsedEntity
1718
options:

synapseclient/models/entityview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def update_rows(
177177
synapse_client: Optional[Synapse] = None,
178178
**kwargs,
179179
) -> None:
180-
"""This method leverages the logic provided by [TableUpsertMixin.upsert_rows_async][] to provide
180+
"""This method leverages the logic provided by [upsert_rows_async][synapseclient.models.Table.upsert_rows_async] to provide
181181
an interface for updating rows in a `View`-like entity. Update functionality will only work for
182182
values in custom columns within a `View`-like entity.
183183

synapseclient/models/mixins/table_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ async def update_rows_async(
19251925
synapse_client: Optional[Synapse] = None,
19261926
**kwargs,
19271927
) -> None:
1928-
"""This method leverages the logic provided by [TableUpsertMixin.upsert_rows_async][] to provide
1928+
"""This method leverages the logic provided by [upsert_rows_async][synapseclient.models.Table.upsert_rows_async] to provide
19291929
an interface for updating rows in a `View`-like entity. Update functionality will only work for
19301930
values in custom columns within a `View`-like entity.
19311931

0 commit comments

Comments
 (0)