Skip to content

Commit

Permalink
update workflow for branch change, update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Lubbers committed Jul 19, 2023
1 parent edcbc7a commit 2d1fa6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Auto build HIPPYNN docs and publish on GitHub Pages
on:
push:
branches:
- main
- development
workflow_dispatch:

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
# Standard drop-in approach that should work for most people.
- uses: ammaraskar/sphinx-action@master
with:
# FIXME: hot to build with mocking torch?
# FIXME: how to build with mocking torch?
# use CPU only torch as this action will be likely for doc building only
pre-build-command: "pip3 install -U sphinx sphinx_rtd_theme graphviz ase torch --extra-index-url https://download.pytorch.org/whl/cpu && pip install ."
docs-folder: "docs/"
Expand Down
9 changes: 6 additions & 3 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ Danny Byrd
Michael Gonzales
Benjamin Nebgen

Active Developers:
Contributors Include:

Nicholas Lubbers (LANL)
Ying Wai Li (LANL)
Benjamin Nebgen (LANL)
Xinyang Li (LANL)

Contributing Authors:
Guqoing Zhou (LANL, NVIDIA) - PYSEQM Interface and other improvements
Steven Anaya (LANL) - LAMMPS interface
Sakib Matin (LANL)
Emily Shinkle (LANL)
Michael G. Taylor (LANL)
Jan Janssen (LANL)

Also thanks to testing and feedback from:

Expand All @@ -31,3 +32,5 @@ Wei Li
Adela Habib
David Rosenberger
Michael Tynes
Drew Rohskopf
Neil Mehta

0 comments on commit 2d1fa6b

Please sign in to comment.