Skip to content

Commit f4d63fb

Browse files
committed
resolve doc errors
1 parent 407cfaa commit f4d63fb

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

cterasdk/core/buckets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ def modify(self, current_name, new_name=None, read_only=None, dedicated_to=None,
102102
def list_buckets(self, include=None):
103103
"""
104104
List Buckets.
105-
Restricted to the Global Administration Portal. Browse it using :py:func:`cterasdk.core.portals.browse_global_admin`.
105+
Restricted to the Global Administration Portal. Browse it using :py:func:`cterasdk.core.portals.browse_global_admin`.
106+
106107
:param list[str],optional include: List of fields to retrieve, defaults to ``['name']``
107108
"""
108109
include = union(include or [], Buckets.default)

cterasdk/core/portals.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def get(self, name, include=None):
3333
def list_tenants(self, include=None, portal_type=None):
3434
"""
3535
List tenants.
36-
Restricted to the Global Administration Portal. Browse it using :py:func:`cterasdk.core.portals.browse_global_admin`.
36+
Restricted to the Global Administration Portal. Browse it using :py:func:`cterasdk.core.portals.browse_global_admin`.
37+
3738
:param list[str],optional include: List of fields to retrieve, defaults to ['name']
3839
:param cterasdk.core.enum.PortalType portal_type: Portal type
3940
"""

cterasdk/core/servers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def get(self, name, include=None):
4646
def list_servers(self, include=None):
4747
"""
4848
Retrieve the servers that comprise CTERA Portal.
49-
Restricted to the Global Administration Portal. Browse it using :py:func:`cterasdk.core.portals.browse_global_admin`.
49+
Restricted to the Global Administration Portal. Browse it using :py:func:`cterasdk.core.portals.browse_global_admin`.
50+
5051
:param list[str],optional include: List of fields to retrieve, defaults to ['name']
5152
"""
5253
# browse administration
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cterasdk.objects.asynchronous.core module
22
=========================================
33

4-
.. automodule:: cterasdk.objects.synchronous.core
4+
.. automodule:: cterasdk.objects.asynchronous.core
55
:members:
66
:undoc-members:
77
:show-inheritance:

docs/source/api/cterasdk.objects.asynchronous.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Submodules
1111

1212
.. toctree::
1313

14-
cterasdk.objects.asynchronous.drive
1514
cterasdk.objects.asynchronous.edge
1615
cterasdk.objects.asynchronous.core
1716
cterasdk.objects.asynchronous.invitation

0 commit comments

Comments
 (0)