diff --git a/src/reference/index.rst b/src/reference/index.rst index f8ac385c32..890fa4891a 100644 --- a/src/reference/index.rst +++ b/src/reference/index.rst @@ -1,3 +1,5 @@ +.. _reference: + Reference ========= diff --git a/src/tutorial/runtime/index.rst b/src/tutorial/runtime/index.rst index ed68447ac9..84c48c3257 100644 --- a/src/tutorial/runtime/index.rst +++ b/src/tutorial/runtime/index.rst @@ -17,3 +17,4 @@ This section covers: introduction runtime-configuration configuration-consolidation/index + summary diff --git a/src/tutorial/runtime/summary.rst b/src/tutorial/runtime/summary.rst new file mode 100644 index 0000000000..98ec62a629 --- /dev/null +++ b/src/tutorial/runtime/summary.rst @@ -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`_ 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 ` + There some extra tutorials which cover some of the things the main tutorial + doesn't in the :ref:`further topics section `. +`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 ` + There is a comprehensive :ref:`user guide` which goes into Cylc's + capabilities in detail. +:ref:`Workflow Design Guide ` + This covers recommended code style and best practice. +:ref:`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`. diff --git a/src/user-guide/index.rst b/src/user-guide/index.rst index dca4eeb0ab..88d86a7c32 100644 --- a/src/user-guide/index.rst +++ b/src/user-guide/index.rst @@ -1,3 +1,5 @@ +.. _user guide: + User Guide ========== diff --git a/src/workflow-design-guide/index.rst b/src/workflow-design-guide/index.rst index 821ab85fd2..1fe6ff845a 100644 --- a/src/workflow-design-guide/index.rst +++ b/src/workflow-design-guide/index.rst @@ -1,4 +1,4 @@ -.. SDG: +.. _workflow design guide: Workflow Design Guide =====================