Skip to content

Commit c163923

Browse files
committed
#210: Add how to add an author to ESMValTool
1 parent 4f406c9 commit c163923

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_episodes/06-preprocessor.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,14 @@ ValueError: Tag 'doe_john' does not exist in section 'authors' of /home/user/min
156156
157157
> ## Pro tip: config-references.yml
158158
>
159-
> The error message above points to a file named `config-references.yml`. This
160-
> is where ESMValTool stores all its citation information.
159+
> The error message above points to a file named
160+
> [config-references.yml](https://github.com/ESMValGroup/ESMValTool/blob/main/esmvaltool/config-references.yml).
161+
> This is where ESMValTool stores all its citation information. To add yourself
162+
> as an author, add your name in the form `lastname_firstname` in alphabetical
163+
> order following the existing entries, under the `# Development team` comment.
164+
> See the
165+
> [List of authors](https://docs.esmvaltool.org/en/latest/community/code_documentation.html#list-of-authors)
166+
> section in the ESMValTool documentation for more information.
161167
{: .callout}
162168

163169
For now, let's just use one of the existing references. Change the author field to

0 commit comments

Comments
 (0)