Skip to content

Commit

Permalink
Re-label RobotKernel examples to fit it better with quick start and t…
Browse files Browse the repository at this point in the history
…utorials (#64)
  • Loading branch information
datakurre authored Jan 12, 2020
1 parent cf644e8 commit b21b4b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions recipes/robotlab/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,20 @@
"py_src": "robotkernel",
"src": "resources/starter/quickstart-starter.ipynb"
},
"robotkernel-examples": {
"type": "copy",
"label": "More Robot Kernel Examples",
"description": "Examples of using robotkernel",
"icon": SVG.read_text().replace("jp-icon2", "jp-icon-contrast1"),
"src": str(EXAMPLES)
},
"robotkernel-tutorial": {
"label": "Tutorial",
"description": "Tutorial for Robot Framework on Jupyter",
"type": "copy",
"py_src": "robotkernel",
"src": "resources/notebooks/tutorial",
"icon": SVG.read_text().replace("jp-icon3", "jp-icon-contrast3")
},
"robotkernel-examples": {
"type": "copy",
"label": "Samples",
"description": "Miscellanous examples of using RobotKernel",
"icon": SVG.read_text().replace("jp-icon2", "jp-icon-contrast1"),
"src": str(EXAMPLES)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/Selectors.robot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
${XP LAUNCH SECTION} xpath://h2[contains(@class, 'jp-Launcher-sectionTitle')][text() = 'Starters']
${CSS LAUNCH CARD} css:[data-category\="Starters"]
${CSS LAUNCH CARD TUTORIAL} ${CSS LAUNCH CARD}\[title\="Tutorial for Robot Framework on Jupyter"]
${CSS LAUNCH CARD EXAMPLES} ${CSS LAUNCH CARD}\[title\="Examples of using robotkernel"]
${CSS LAUNCH CARD EXAMPLES} ${CSS LAUNCH CARD}\[title\="Miscellanous examples of using RobotKernel"]
${XP FILE TREE ITEM} xpath://span[contains(@class, 'jp-DirListing-itemText')]
${XP FILE TREE TUTORIAL} ${XP FILE TREE ITEM}\[text() = 'tutorial']
${XP FILE TREE TUTORIAL 00} ${XP FILE TREE ITEM}\[text() = '00 Keyboard Shortcuts.ipynb']
Expand Down

0 comments on commit b21b4b0

Please sign in to comment.