-
Notifications
You must be signed in to change notification settings - Fork 17
update most references to trac wiki #487
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
Changes from 1 commit
6eaed36
7a37510
720e2c3
f496be9
e1def76
897d807
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| .. _umdp: | ||
|
|
||
| Unified Model Documentation Papers (UMDPs) | ||
| ========================================== | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -110,16 +110,9 @@ will include areas such as: | |
| Generally this is about making sure the code complies with the relevant | ||
| style guides, and is consistent with the design of the code it sits in. | ||
|
|
||
| * `UMDP3 (UM and JULES FORTRAN) | ||
| <https://code.metoffice.gov.uk/doc/um/latest/umdp.html#003>`__, | ||
| * :ref:`UMDP3 (UM and JULES FORTRAN) <umdp3>` | ||
| * `LFRic Coding Styles | ||
| <https://code.metoffice.gov.uk/trac/lfric/wiki/LFRicTechnical/CodingStandards>`__ | ||
| * `PEP 8 (Python) <https://legacy.python.org/dev/peps/pep-0008/>`__ | ||
|
|
||
| `This page | ||
| <https://code.metoffice.gov.uk/trac/um/wiki/CodeReviewCribSheet>`__ | ||
| provides some common (though UM-centric) things to confirm and think | ||
| about. It is not an exhaustive list, just a starting point. | ||
| <https://metoffice.github.io/lfric_core/how_to_contribute/coding_standards/fortran_coding_standards.html>`__ | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do the same here as above
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
|
|
||
| Final decision points and actions | ||
| --------------------------------- | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,10 +35,9 @@ The Science / Technical reviewer should | |
|
|
||
| * Ensure that the code has no unwanted side-effects | ||
|
|
||
| * Ensure that the code is written to the standards laid out in `UMDP3 | ||
| <https://code.metoffice.gov.uk/doc/um/latest/papers/umdp_003.pdf>`__ or | ||
| `LFRic Coding Styles | ||
| <https://code.metoffice.gov.uk/trac/lfric/wiki/LFRicTechnical/CodingStandards>`__. | ||
| * Ensure that the code is written to the standards laid out in | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and again 😄
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah I was anticipating that! |
||
| :ref:`UMDP3 <umdp3>` or `LFRic Coding Styles | ||
| <https://metoffice.github.io/lfric_core/how_to_contribute/coding_standards/fortran_coding_standards.html>`__. | ||
|
|
||
| * Make sure that the in-line documentation is accurate and sufficient. | ||
|
|
||
|
|
||
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.
Did these want to still be sublinks to different parts of the page?
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.
Yeah not sure why I didn't keep those