Skip to content

Commit b21b4b0

Browse files
authored
Re-label RobotKernel examples to fit it better with quick start and tutorials (#64)
1 parent cf644e8 commit b21b4b0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

recipes/robotlab/builder.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@
7070
"py_src": "robotkernel",
7171
"src": "resources/starter/quickstart-starter.ipynb"
7272
},
73-
"robotkernel-examples": {
74-
"type": "copy",
75-
"label": "More Robot Kernel Examples",
76-
"description": "Examples of using robotkernel",
77-
"icon": SVG.read_text().replace("jp-icon2", "jp-icon-contrast1"),
78-
"src": str(EXAMPLES)
79-
},
8073
"robotkernel-tutorial": {
8174
"label": "Tutorial",
8275
"description": "Tutorial for Robot Framework on Jupyter",
8376
"type": "copy",
8477
"py_src": "robotkernel",
8578
"src": "resources/notebooks/tutorial",
8679
"icon": SVG.read_text().replace("jp-icon3", "jp-icon-contrast3")
80+
},
81+
"robotkernel-examples": {
82+
"type": "copy",
83+
"label": "Samples",
84+
"description": "Miscellanous examples of using RobotKernel",
85+
"icon": SVG.read_text().replace("jp-icon2", "jp-icon-contrast1"),
86+
"src": str(EXAMPLES)
8787
}
8888
}
8989
}

tests/resources/Selectors.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
${XP LAUNCH SECTION} xpath://h2[contains(@class, 'jp-Launcher-sectionTitle')][text() = 'Starters']
33
${CSS LAUNCH CARD} css:[data-category\="Starters"]
44
${CSS LAUNCH CARD TUTORIAL} ${CSS LAUNCH CARD}\[title\="Tutorial for Robot Framework on Jupyter"]
5-
${CSS LAUNCH CARD EXAMPLES} ${CSS LAUNCH CARD}\[title\="Examples of using robotkernel"]
5+
${CSS LAUNCH CARD EXAMPLES} ${CSS LAUNCH CARD}\[title\="Miscellanous examples of using RobotKernel"]
66
${XP FILE TREE ITEM} xpath://span[contains(@class, 'jp-DirListing-itemText')]
77
${XP FILE TREE TUTORIAL} ${XP FILE TREE ITEM}\[text() = 'tutorial']
88
${XP FILE TREE TUTORIAL 00} ${XP FILE TREE ITEM}\[text() = '00 Keyboard Shortcuts.ipynb']

0 commit comments

Comments
 (0)