Leadership Data Files
November 30, 2025 ยท View on GitHub
This directory contains the source data for Jupyter governance and leadership.
Files
- contributors.yml - People data in MyST authors format
- organizations.yml - Organization affiliations in MyST affiliations format
- jupyter-teams.yml - Jupyter governance team definitions
These files are used by the {team-members} MyST directive to render team membership lists.
Generated Markdown Tables
When the documentation is built, the {team-members} directive automatically generates downloadable markdown tables for each team. These files are available in the built site at:
jupyter.org/governance/build/team-tables/
These markdown files can be downloaded and reused in other documentation projects.
Editing
To update team membership:
- Edit the appropriate YAML file (_data/contributors.yml, _data/organizations.yml, or _data/jupyter-teams.yml)
- Rebuild the documentation:
nox -s docs - New markdown tables will be automatically generated in
_build/html/build/team-tables/
Adding a new team member
- If they're not in
_data/contributors.yml, add them to theauthorslist - Add the team to their
teamslist with appropriate metadata (term, subproject, organization) - Rebuild docs
Adding a new team
- Add team definition to
_data/jupyter-teams.yml - Add team memberships to contributors in
_data/contributors.yml - Add
{team-members} <team-id>directive to the appropriate page - Rebuild docs