Skip to content

Commit a8e7410

Browse files
authored
Update home page with links (#410)
1 parent ca0a785 commit a8e7410

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

source/Development/TestSuites/multi-repo_testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To test the UM, any changes to JULES, UKCA, Socrates, CASIM etc will also need
2727
to be included. This is done by adding another source to the rose stem command
2828
line.
2929

30-
1. :ref:`Checkout<checkout>` a UM working copy
30+
1. Checkout` a UM working copy
3131
- this may be your branch from a linked ticket, or a clean trunk copy
3232
at either the last release or a suitable head of trunk revision.
3333

@@ -50,7 +50,7 @@ Paths to the other codebases involved should be added to
5050
``dependencies.sh`` under each of the ``*_sources`` variables. Again
5151
these paths can either be to local changes or those in the repository.
5252

53-
1. :ref:`Checkout<checkout>` an LFRic Apps working copy
53+
1. Checkout an LFRic Apps working copy
5454

5555
- this may be your branch from a linked ticket, or a clean trunk copy
5656
at either the last release or a suitable head of trunk revision.

source/WorkingPractices/multi_repository.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ will need testing with both the UM and LFRic Apps to check for any interactions.
3333
Preparing Linked Tickets
3434
------------------------
3535
Every repository in a set of linked changes requires a ticket. Guidance on
36-
setting these up can be found in :ref:`ticket`. These tickets will be treated
36+
setting these up can be found in ticket. These tickets will be treated
3737
as a group with the same reviewers and committed at the same time.
3838

3939
Do:
4040
* Make sure every ticket has a cross reference to the others in the set, e.g. ``um:#1234``
41-
* Use :ref:`keywords` to show which other repositories are involved
41+
* Use keywords to show which other repositories are involved
4242
* Get the tickets ready for review at the same time
4343
* Ask for help testing if you don't have access to all the codebases involved
4444

source/index.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Simulation Systems Working Practices
99
====================================
1010

1111
**These pages describe the working practices of the following simulation and
12-
model codes owned by the Met Office; UM, LFRic Applications, JULES and UKCA.**
12+
model codes owned by the Met Office:** `LFRic Applications`_, `LFRic Core`_, `UM`_, `JULES`_, `SOCRATES`_,
13+
`CASIM`_ and `UKCA`_.
1314

1415
This includes how to get started, key points on developing your change and how
1516
to test those developments. There is guidance on making changes that span multiple
@@ -111,4 +112,16 @@ and how to commit to the trunk.
111112
:hidden:
112113
:caption: Further Details
113114

114-
FurtherDetails/index
115+
FurtherDetails/index
116+
117+
118+
More detailed, project specific, documentation is also available. See the wiki pages in each repository as well as
119+
the :ref:`docs` page for more information on what is available and how to contribute to it.
120+
121+
.. _LFRic Applications: https://github.com/MetOffice/lfric_apps
122+
.. _LFRic Core: https://github.com/MetOffice/lfric_core
123+
.. _UM: https://github.com/MetOffice/um
124+
.. _CASIM: https://github.com/MetOffice/casim
125+
.. _JULES: https://github.com/MetOffice/jules
126+
.. _SOCRATES: https://github.com/MetOffice/socrates
127+
.. _UKCA: https://github.com/MetOffice/ukca

0 commit comments

Comments
 (0)