-
Notifications
You must be signed in to change notification settings - Fork 45
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
Starter for TriBITS Tutorial #192
base: master
Are you sure you want to change the base?
Conversation
@fryeguy52, are you okay with me merging the commits with the fixes to the Developers Guide and then we can force push a fresh branch for just the addition of a tutorial? I can even create the skeleton if you like and then force push the branch. Let me know. |
* TribitsTutorialHelloWorld.rst has a nearly complete first draft of a basic tutorial for TriBITS * HelloWorldConfigure.output is a file I want to reference in the rst * generate-tutorial.sh is a copy of the generate-*.py for the developer's guide and has not been modified at all
Conflicts: tribits/doc/developers_guide/TribitsDevelopersGuide.rst
* TribitsTutorialHelloWorld.rst has a nearly complete first draft of a basic tutorial for TriBITS * HelloWorldConfigure.output is a file I want to reference in the rst * generate-tutorial.sh is a copy of the generate-*.py for the developer's guide and has not been modified at all
4809a2b
to
77b1750
Compare
@@ -404,7 +404,7 @@ INCLUDE(PrintVar) | |||
# | |||
# If specified, the test command will be assumed to pass if it matches the | |||
# given regular expression. Otherwise, it is assumed to fail. TIPS: | |||
# Replace ';' with '[;]' or CMake will interpretet this as a array eleemnt | |||
# Replace ';' with '[;]' or CMake will interpret this as an array elemnt |
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.
elemnt
should be element
@@ -413,7 +413,7 @@ INCLUDE(PrintVar) | |||
# matches all of the provided regular expressions. Note that this is not | |||
# a capability of raw ctest and represents an extension provided by | |||
# TriBITS. NOTE: It is critical that you replace ';' with '[;]' or CMake | |||
# will interpretet this as a array eleemnt boundary. | |||
# will interpret this as an array elemnt boundary. |
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.
elemnt
should be element
Implements #190.