Skip to content

Commit

Permalink
Update core advisors (#1598)
Browse files Browse the repository at this point in the history
* Remove Demarteau and Romano

* Add a note recommending reevaluating at the beginning of the year

* Work around actions/checkout#2041
  • Loading branch information
sethrj authored Jan 27, 2025
1 parent c4bea8d commit 9402623
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
# Turn warnings into errors only for PRs
# Disable expensive graphs for PRs also
run: |
# NOTE: tags have issues, see https://github.com/actions/checkout/issues/2041
git fetch --tags
ln -fs scripts/cmake-presets/ci-ubuntu-github.json CMakeUserPresets.json
mkdir build && cd build
cmake --preset=${CMAKE_PRESET} --log-level=VERBOSE \
Expand Down Expand Up @@ -83,6 +85,8 @@ jobs:
pip install -r scripts/doc-requirements.txt
- name: Configure celeritas
run: |
# NOTE: tags have issues, see https://github.com/actions/checkout/issues/2041
git fetch --tags
ln -fs scripts/cmake-presets/ci-ubuntu-github.json CMakeUserPresets.json
mkdir build && cd build
cmake --preset=${CMAKE_PRESET} --log-level=VERBOSE \
Expand Down
6 changes: 0 additions & 6 deletions doc/_static/ornltm-header-celeritas.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@
Philippe Canal\affilnum{2}
%%
\and
Marcel Demarteau\affilnum{1}
%%
\and
Thomas Evans\affilnum{1}
%%
\and
Paul Romano\affilnum{3}
}%

\affiliation{%
Expand Down
2 changes: 0 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
'Stefano C Tognini',
# Core advisors
'Thomas M Evans',
'Marcel Demarteau',
'Paul Romano',
]
author = " and ".join(all_authors)
copyright = '{:%Y}, UT–Battelle/ORNL and Celeritas team'.format(
Expand Down
7 changes: 6 additions & 1 deletion doc/development/administration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@ Contributor
Role change process
-------------------

Adding or removing a member of the "core team" must be done by consensus of the
Roles should be periodically reevaluated to reflect current participation in
the project. It is recommended to re-evaluate core roles at the start of each
calendar year based on the last year's participation and upcoming work plans.

Adding or removing a member of the "core team" can be done at any time by
consensus of the
leadership team (or if the core team member wants to remove themself). Adding
maintainers can be done at the whim of the code lead. The `team list`_ on
GitHub is the official record of roles.
Expand Down

0 comments on commit 9402623

Please sign in to comment.