Skip to content

Commit 8adbf44

Browse files
committed
doc tidy up
Signed-off-by: Chris Snow <[email protected]>
1 parent b44eb47 commit 8adbf44

30 files changed

+188
-1116
lines changed

bin/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def delete(
197197
self.client_module_property.delete(id=id)
198198

199199
@intercept_exception
200-
def list(self, output="table", columns=[], query={}):
200+
def list(self, output="table", columns=all_fields, query={}):
201201
"""Retrieve the list of resources.
202202
203203
Parameters

docs/modules.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ hpecp
44
.. toctree::
55
:maxdepth: 4
66

7-
hpecp
7+
hpecp

docs/scripts/README.md

-12
This file was deleted.

docs/scripts/Untitled.ipynb

-144
This file was deleted.

docs/scripts/cluster_add_k8s.py

-32
This file was deleted.

0 commit comments

Comments
 (0)