-
Notifications
You must be signed in to change notification settings - Fork 19
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
tutorial: add summary page #664
Merged
Merged
Changes from all commits
Commits
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 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,5 @@ | ||
.. _reference: | ||
|
||
Reference | ||
========= | ||
|
||
|
This file contains 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 |
---|---|---|
|
@@ -17,3 +17,4 @@ This section covers: | |
introduction | ||
runtime-configuration | ||
configuration-consolidation/index | ||
summary |
This file contains 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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Tutorial Summary | ||
================ | ||
|
||
You've made it to the end of the Cylc tutorial! | ||
|
||
The Cylc tutorial aims to introduce you to the main concepts in Cylc to | ||
prepare you for working with and writing Cylc workflows. | ||
But there is so much more we didn't have time for. | ||
|
||
:ref:`Rose Tutorial <Rose Tutorial>` | ||
`Rose`_ is a tool for creating configurable applications. It's often used | ||
with Cylc to configure more complex tasks, or even the workflow itself. | ||
|
||
Rose configurations can have metadata, support validation and can be edited | ||
using a GUI. | ||
|
||
You might want to try the :ref:`Rose Tutorial` if these things are of interest. | ||
:ref:`Further Topics <tutorials.furthertopics>` | ||
There some extra tutorials which cover some of the things the main tutorial | ||
doesn't in the :ref:`further topics section <tutorials.furthertopics>`. | ||
`Discourse`_ | ||
If you get stuck, encounter an issue, have a question, or just fancy a chat | ||
about Cylc, feel free to reach out to the Cylc community on our `Discourse`_ | ||
forum. | ||
|
||
We also make announcements (e.g. new Cylc releases) on the forum, so it's a | ||
good to keep an eye on it. | ||
:ref:`User Guide <user guide>` | ||
There is a comprehensive :ref:`user guide` which goes into Cylc's | ||
capabilities in detail. | ||
:ref:`Workflow Design Guide <workflow design guide>` | ||
This covers recommended code style and best practice. | ||
:ref:`Reference <reference>` | ||
The reference section contains all sorts of technical details. | ||
|
||
It also lists all of the configurations Cylc supports for workflow | ||
definition :cylc:conf:`flow.cylc`, and for site/user setup | ||
:cylc:conf:`global.cylc`. | ||
This file contains 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,5 @@ | ||
.. _user guide: | ||
|
||
User Guide | ||
========== | ||
|
||
|
This file contains 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 @@ | ||
.. SDG: | ||
.. _workflow design guide: | ||
|
||
Workflow Design Guide | ||
===================== | ||
|
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.
Is it worth putting a pointer to the 728 section here too, given that at least a few people on the course have been updaters?