Skip to content

Commit

Permalink
Merge pull request #4 from pace-neutrons/link-checks
Browse files Browse the repository at this point in the history
link check action
  • Loading branch information
ajjackson authored Apr 16, 2024
2 parents 257ebaa + fe94c9b commit d03225d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- name: Sphinx build
run: sphinx-build source build
shell: bash -el {0}
- name: Link checks
uses: becheran/[email protected]
with:
args: "build"
- name: Push site to Github Pages
uses: Cecilapp/[email protected]
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down
6 changes: 3 additions & 3 deletions source/mlip-phonopy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ few, in no particular order:
========================================================================================= ============================================
MLIP package ASE interface
========================================================================================= ============================================
`QUIP (GAP) <https://libatoms.github.io/GAP>`_ `quippy <https://libatoms.github.io/GAP/quippy-potential-tutorial.html>`_
`QUIP (GAP) <https://libatoms.github.io/GAP/>`_ `quippy <https://libatoms.github.io/GAP/quippy-potential-tutorial.html>`_
`JuLIP <https://github.com/JuliaMolSim/JuLIP.jl>`_ `(ACE) <https://acesuit.github.io>`_ `pyjulip <https://github.com/casv2/pyjulip>`_
`MACE <https://mace-docs.readthedocs.io>`_ Yes
`pacemaker (ACE) <https://pacemaker.readthedocs.io>`_ Yes
`MACE <https://mace-docs.readthedocs.io/en/latest/>`_ Yes
`pacemaker (ACE) <https://pacemaker.readthedocs.io/en/latest/>`_ Yes
`GPUMD (NEP) <https://gpumd.org>`_ `calorine <https://calorine.materialsmodeling.org>`_
`NequIP <https://github.com/mir-group/nequip>`_ Yes
`n2p2 <https://github.com/CompPhysVienna/n2p2>`_ via LAMMPS
Expand Down

0 comments on commit d03225d

Please sign in to comment.