sphinxcontrib-contributorsΒΆ

Contributors

Authors: [‘lheagy’] | Reviewers: [‘simpegbot’]

A sphinx extension for attributing project contributors including authors, reviewers and editors of projects.

Contributor information is provided in json format, in a file called contributors.json which is at the root of your docs.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
{
    "lheagy":{
        "name":"Lindsey J. Heagy",
        "affiliation":"University of British Columbia",
        "location":"Vancouver, BC",
        "email":"lheagy@eos.ubc.ca",
        "url":"http://lindseyjh.ca",
        "avatar":"https://avatars.githubusercontent.com/u/6361812?v=3",
        "ORCID":"0000-0002-1551-5926"
    },
    "simpegbot":{
        "name":"SimPEG bot",
        "affiliation":"SimPEG",
        "location":"The Web",
        "url":"http://simpeg.xyz",
        "avatar":"./img/simpegbot.png"
    }
}