Skip to content

Commit 8e16c21

Browse files
author
Simon Liu
committed
[Doc] Improve the document and add new function method into Notebook file.
WHY: 1. Update new version 2. Want to check the content easily. HOW: 1. Re-construct the folder to user-portal and admin-portal. 2. Arrange the order of user portal notebook file. 3. Modify the content of user portal notebook file. Signed-off-by: Simon Liu <simonliu@infuseai.io>
1 parent cf5bb60 commit 8e16c21

25 files changed

+1463
-674
lines changed

docs/notebook/admin/users.ipynb renamed to docs/notebook/admin-portal/users.ipynb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "3365d96c",
5+
"id": "c0146f36",
66
"metadata": {},
77
"source": [
88
"# [admin] Users command\n",
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"cell_type": "markdown",
16-
"id": "0e684e90",
16+
"id": "f5694ea1",
1717
"metadata": {},
1818
"source": [
1919
"## Setup PrimeHub Python SDK\n"
@@ -22,7 +22,7 @@
2222
{
2323
"cell_type": "code",
2424
"execution_count": null,
25-
"id": "2ed0bf22",
25+
"id": "4b544285",
2626
"metadata": {},
2727
"outputs": [],
2828
"source": [
@@ -37,7 +37,7 @@
3737
},
3838
{
3939
"cell_type": "markdown",
40-
"id": "3720ad82",
40+
"id": "b4816eb4",
4141
"metadata": {},
4242
"source": [
4343
"## Help documentation"
@@ -46,7 +46,7 @@
4646
{
4747
"cell_type": "code",
4848
"execution_count": null,
49-
"id": "2055801e",
49+
"id": "0d98dea2",
5050
"metadata": {},
5151
"outputs": [],
5252
"source": [
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"cell_type": "markdown",
58-
"id": "ac0e2516",
58+
"id": "9384d9a9",
5959
"metadata": {},
6060
"source": [
6161
"## User management\n",
@@ -110,15 +110,15 @@
110110
},
111111
{
112112
"cell_type": "markdown",
113-
"id": "dcb77e3d",
113+
"id": "d681eb11",
114114
"metadata": {},
115115
"source": [
116116
"## Examples"
117117
]
118118
},
119119
{
120120
"cell_type": "markdown",
121-
"id": "b4eb5746",
121+
"id": "b0402cf5",
122122
"metadata": {},
123123
"source": [
124124
"You could find [more examples on our github](https://github.com/InfuseAI/primehub-python-sdk/blob/main/docs/CLI/admin/users.md)."
@@ -127,7 +127,7 @@
127127
{
128128
"cell_type": "code",
129129
"execution_count": null,
130-
"id": "908759a6",
130+
"id": "92f02556",
131131
"metadata": {},
132132
"outputs": [],
133133
"source": [
@@ -149,7 +149,7 @@
149149
{
150150
"cell_type": "code",
151151
"execution_count": null,
152-
"id": "639e6281",
152+
"id": "78022077",
153153
"metadata": {},
154154
"outputs": [],
155155
"source": [
@@ -160,7 +160,7 @@
160160
{
161161
"cell_type": "code",
162162
"execution_count": null,
163-
"id": "ef3c1a91",
163+
"id": "a3a952b4",
164164
"metadata": {},
165165
"outputs": [],
166166
"source": [
@@ -171,7 +171,7 @@
171171
{
172172
"cell_type": "code",
173173
"execution_count": null,
174-
"id": "bd697b8b",
174+
"id": "163b838a",
175175
"metadata": {},
176176
"outputs": [],
177177
"source": [
@@ -182,9 +182,9 @@
182182
],
183183
"metadata": {
184184
"kernelspec": {
185-
"display_name": "PrimeHub SDK",
185+
"display_name": "Python 3 (ipykernel)",
186186
"language": "python",
187-
"name": "myenv"
187+
"name": "python3"
188188
},
189189
"language_info": {
190190
"codemirror_mode": {
@@ -196,7 +196,7 @@
196196
"name": "python",
197197
"nbconvert_exporter": "python",
198198
"pygments_lexer": "ipython3",
199-
"version": "3.7.6"
199+
"version": "3.7.12"
200200
}
201201
},
202202
"nbformat": 4,

docs/notebook/groups.ipynb

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)