Skip to content
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

Docs: correct options for possible location of rose.conf #2810

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ Thomas Coleman <[email protected]> Tom Coleman <
Tim Pillinger <[email protected]> wxtim <[email protected]>
Tim Pillinger <[email protected]>
Tomasz Trzeciak <[email protected]> TomekTrzeciak <[email protected]>
Joe Marsh Rossney <[email protected]>
Joe Marsh Rossney <[email protected]> <[email protected]>
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ below:
- Ronnie Dutta (Met Office, UK)
- Roddy Sharp (Met Office UK)
- Mark Dawson (Met Office UK)
- Joe Marsh Rossney (UK Centre for Ecology & Hydrology)
<!-- end-shortlog -->

(All contributors are identifiable with email addresses in the version control
Expand Down
4 changes: 2 additions & 2 deletions sphinx/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Configuring Rose

Rose configuration files can be located in the following places:

* ``/etc/.metomi/rose.conf``
* ``$ROSE_SITE_CONF_PATH/.metomi/rose.conf``
* ``/etc/rose.conf``
* ``$ROSE_SITE_CONF_PATH/rose.conf``
* ``$HOME/.metomi/rose.conf``

See :rose:file:`rose.conf` in the API reference for more information.
Expand Down
Loading