Skip to content

Commit f530e20

Browse files
committed
[skip ci] Mention what to do about bibtex for external contributors
1 parent 63021d9 commit f530e20

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,11 @@ tox -e docs-dev
204204

205205
Bibliographic citations are managed with the plugin
206206
[sphinx-bibtex](https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html).
207-
To enter a citation first add the entry to `docs/pydvl.bib`. This should be an
208-
export of the Zotero folder `software/pydvl` in the
209-
[TransferLab Zotero library](https://www.zotero.org/groups/2703043/transferlab/library).
207+
To enter a citation first add the entry to `docs/pydvl.bib`. For team
208+
contributor this should be an export of the Zotero folder `software/pydvl` in
209+
the [TransferLab Zotero library](https://www.zotero.org/groups/2703043/transferlab/library).
210+
All other contributors just add the bibtex data, and a maintainer will add it to
211+
the group library upon merging.
210212

211213
To add a citation inside a module or function's docstring, use the sphinx role
212214
`:footcite:t:`. A references section is automatically added at the bottom of

0 commit comments

Comments
 (0)