Skip to content

Commit bb33dd3

Browse files
authored
docs(apple_silicon): modifs to apple silicon doc for new developers site (#156)
1 parent 15c8d9c commit bb33dd3

File tree

2 files changed

+12
-12
lines changed
  • scaleway-async/scaleway_async/applesilicon/v1alpha1
  • scaleway/scaleway/applesilicon/v1alpha1

2 files changed

+12
-12
lines changed

scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
class ApplesiliconV1Alpha1API(API):
4444
"""
45-
Apple silicon.
45+
Apple silicon API.
4646
4747
Apple Mac mini as a service.
4848
Scaleway Apple silicon as-a-Service is built using the latest generation of Apple Mac mini hardware (fifth generation).
@@ -93,7 +93,7 @@ async def get_server_type(
9393
) -> ServerType:
9494
"""
9595
Get a server type.
96-
Get a server technical details.
96+
Get technical details (CPU, disk size etc.) of a server type.
9797
:param zone: Zone to target. If none is passed will use default zone from the config.
9898
:param server_type: Server type identifier.
9999
:return: :class:`ServerType <ServerType>`
@@ -253,8 +253,8 @@ async def list_os(
253253
name: Optional[str] = None,
254254
) -> ListOSResponse:
255255
"""
256-
List all Operating System (OS).
257-
List all Operating System (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
256+
List all Operating Systems (OS).
257+
List all Operating Systems (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
258258
:param zone: Zone to target. If none is passed will use default zone from the config.
259259
:param page: Positive integer to choose the page to return.
260260
:param page_size: Positive integer lower or equal to 100 to select the number of items to return.
@@ -294,8 +294,8 @@ async def list_os_all(
294294
name: Optional[str] = None,
295295
) -> List[OS]:
296296
"""
297-
List all Operating System (OS).
298-
List all Operating System (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
297+
List all Operating Systems (OS).
298+
List all Operating Systems (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
299299
:param zone: Zone to target. If none is passed will use default zone from the config.
300300
:param page: Positive integer to choose the page to return.
301301
:param page_size: Positive integer lower or equal to 100 to select the number of items to return.

scaleway/scaleway/applesilicon/v1alpha1/api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
class ApplesiliconV1Alpha1API(API):
4444
"""
45-
Apple silicon.
45+
Apple silicon API.
4646
4747
Apple Mac mini as a service.
4848
Scaleway Apple silicon as-a-Service is built using the latest generation of Apple Mac mini hardware (fifth generation).
@@ -93,7 +93,7 @@ def get_server_type(
9393
) -> ServerType:
9494
"""
9595
Get a server type.
96-
Get a server technical details.
96+
Get technical details (CPU, disk size etc.) of a server type.
9797
:param zone: Zone to target. If none is passed will use default zone from the config.
9898
:param server_type: Server type identifier.
9999
:return: :class:`ServerType <ServerType>`
@@ -253,8 +253,8 @@ def list_os(
253253
name: Optional[str] = None,
254254
) -> ListOSResponse:
255255
"""
256-
List all Operating System (OS).
257-
List all Operating System (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
256+
List all Operating Systems (OS).
257+
List all Operating Systems (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
258258
:param zone: Zone to target. If none is passed will use default zone from the config.
259259
:param page: Positive integer to choose the page to return.
260260
:param page_size: Positive integer lower or equal to 100 to select the number of items to return.
@@ -294,8 +294,8 @@ def list_os_all(
294294
name: Optional[str] = None,
295295
) -> List[OS]:
296296
"""
297-
List all Operating System (OS).
298-
List all Operating System (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
297+
List all Operating Systems (OS).
298+
List all Operating Systems (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
299299
:param zone: Zone to target. If none is passed will use default zone from the config.
300300
:param page: Positive integer to choose the page to return.
301301
:param page_size: Positive integer lower or equal to 100 to select the number of items to return.

0 commit comments

Comments
 (0)