From 2d1fa6b7a44fd648dcc54b8a5de9f42fb850335c Mon Sep 17 00:00:00 2001
From: Nicholas Lubbers <hippynn@lanl.gov>
Date: Wed, 19 Jul 2023 16:24:38 -0600
Subject: [PATCH] update workflow for branch change, update authors

---
 .github/workflows/auto_doc_build.yml | 4 ++--
 AUTHORS.txt                          | 9 ++++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/auto_doc_build.yml b/.github/workflows/auto_doc_build.yml
index c72f0776..736d96c2 100644
--- a/.github/workflows/auto_doc_build.yml
+++ b/.github/workflows/auto_doc_build.yml
@@ -3,7 +3,7 @@ name: Auto build HIPPYNN docs and publish on GitHub Pages
 on:
   push:
     branches:    
-      - main
+      - development
   workflow_dispatch:
 
 jobs:
@@ -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/"
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 1d594aaa..a5d6d24b 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -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:
 
@@ -31,3 +32,5 @@ Wei Li
 Adela Habib
 David Rosenberger
 Michael Tynes
+Drew Rohskopf
+Neil Mehta