Skip to content

Commit 5563ced

Browse files
test if new links work with pdoc documentation generation
Signed-off-by: Jasper Berton <[email protected]>
1 parent 969bd4b commit 5563ced

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22
on:
33
push:
4-
branches: [main]
4+
branches: [main, link-test]
55
pull_request:
66
branches: [main]
77
workflow_dispatch:

lib/ovirtsdk4/services.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3428,11 +3428,12 @@ def add(
34283428
**kwargs
34293429
):
34303430
"""
3431+
TEST STRING MARKER
34313432
Adds or registers a disk.
34323433
IMPORTANT: Since version 4.2 of the engine this operation is deprecated, and preserved only for backwards
3433-
compatibility. It will be removed in the future. To add a new disk use the xref:services/disks/methods/add[add]
3434+
compatibility. It will be removed in the future. To add a new disk use the `DisksService.add`
34343435
operation of the service that manages the disks of the system. To register an unregistered disk use the
3435-
xref:services/attached_storage_domain_disk/methods/register[register] operation of the service that manages
3436+
py:meth:`AttachedStorageDomainDiskService.register` operation of the service that manages
34363437
that disk.
34373438

34383439

@@ -28988,7 +28989,7 @@ def __str__(self):
2898828989
class TemplateDiskAttachmentsService(Service):
2898928990
"""
2899028991
This service manages the set of disks attached to a template. Each attached disk is represented by a
28991-
xref:types/disk_attachment[DiskAttachment].
28992+
`ovirtsdk4.types.DiskAttachment`.
2899228993

2899328994
"""
2899428995

0 commit comments

Comments
 (0)