-
Notifications
You must be signed in to change notification settings - Fork 33
Wipe cycstub repo #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Wipe cycstub repo #419
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
364d292
update to align with cycstub usage
gonuke 5741731
update for current cycstub usage
gonuke 81ef584
initial updates for current cycstub usage
gonuke 9473224
make sure narrative is consistent with bash cmds
gonuke 27cf707
Copyedit from @abachma2
gonuke 2cc538a
more consistency
gonuke 7ef8007
switch to camelcase for module name in tutorial
gonuke f43aaf6
Make samples consistent with current implementation
gonuke a2356c5
introduced tutorial path into example (even if it may be ignored?)
gonuke c41a394
redorder module vs standalone discussion
gonuke 6ad43cf
update code-block types for highlighting
gonuke e1238b7
update code-block types for highlighting
gonuke 46417e5
remove directory hints from code blocks
gonuke 573d153
Advance python version aggressively
gonuke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| USE_CYCLUS("helloworld" "tutorial_facility") | ||
| USE_CYCLUS("helloworld" "tutorial_inst") | ||
| USE_CYCLUS("helloworld" "tutorial_region") | ||
| INSTALL_CYCLUS_MODULE("helloworld" "tutorial") | ||
| USE_CYCLUS("TutorialLibrary" "tutorial_facility") | ||
| USE_CYCLUS("TutorialLibrary" "tutorial_inst") | ||
| USE_CYCLUS("TutorialLibrary" "tutorial_region") | ||
| INSTALL_CYCLUS_MODULE("TutorialLibrary" "") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| INSTALL_CYCLUS_STANDALONE("TutorialFacility" "tutorial_facility" "tutorial") | ||
| INSTALL_CYCLUS_STANDALONE("TutorialInst" "tutorial_inst" "tutorial") | ||
| INSTALL_CYCLUS_STANDALONE("TutorialRegion" "tutorial_region" "tutorial") | ||
| INSTALL_CYCLUS_STANDALONE("TutorialFacility" "tutorial_facility" "" ) | ||
| INSTALL_CYCLUS_STANDALONE("TutorialInstitution" "tutorial_inst" "") | ||
| INSTALL_CYCLUS_STANDALONE("TutorialRegion" "tutorial_region" "") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want these to have CamelCase in the library name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did it this way before I committed to fixing the CamelCase problem. In the fixed version, all combinations will work successfully, so these don't need to change.