From f688a28d7f6a36a5d147f421589adc55cb152608 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 6 Oct 2023 12:42:17 -0400 Subject: [PATCH] update help index table --- tools/lammps-gui/help_index.table | 8 ++------ tools/lammps-gui/update-help-index.sh | 2 ++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/tools/lammps-gui/help_index.table b/tools/lammps-gui/help_index.table index d32483760a..5ce4ae6203 100644 --- a/tools/lammps-gui/help_index.table +++ b/tools/lammps-gui/help_index.table @@ -196,6 +196,8 @@ compute_cluster_atom.html compute fragment/atom compute_cna_atom.html compute cna/atom compute_cnp_atom.html compute cnp/atom compute_com_chunk.html compute com/chunk +compute_composition_atom.html compute composition/atom +compute_composition_atom.html compute composition/atom/kk compute_com.html compute com compute_contact_atom.html compute contact/atom compute_coord_atom.html compute coord/atom @@ -242,8 +244,6 @@ compute_ke_atom.html compute ke/atom compute_ke_eff.html compute ke/eff compute_ke_rigid.html compute ke/rigid compute_ke.html compute ke -compute_local_comp_atom.html compute local/comp/atom -compute_local_comp_atom.html compute local/comp/atom/kk compute_mliap.html compute mliap compute_modify.html compute_modify compute_momentum.html compute momentum @@ -409,15 +409,12 @@ dump_netcdf.html dump netcdf/mpiio dump.html dump dump.html dump atom dump.html dump atom/gz -dump.html dump atom/mpiio dump.html dump atom/zstd dump.html dump cfg dump.html dump cfg/gz -dump.html dump cfg/mpiio dump.html dump cfg/zstd dump.html dump custom dump.html dump custom/gz -dump.html dump custom/mpiio dump.html dump custom/zstd dump.html dump dcd dump.html dump grid @@ -428,7 +425,6 @@ dump.html dump local/zstd dump.html dump xtc dump.html dump xyz dump.html dump xyz/gz -dump.html dump xyz/mpiio dump.html dump xyz/zstd dump.html dump yaml dump_vtk.html dump vtk diff --git a/tools/lammps-gui/update-help-index.sh b/tools/lammps-gui/update-help-index.sh index 5bb57c7148..77b924d38d 100755 --- a/tools/lammps-gui/update-help-index.sh +++ b/tools/lammps-gui/update-help-index.sh @@ -1,4 +1,6 @@ #!/bin/sh # this updates the help index table +mv help_index.table help_index.oldtable grep '\.\. index::' ../../doc/src/*.rst | sort | sed -e 's/^.*src\/\([^/]\+\)\.rst:/\1.html /' -e 's/\.\. \+index:: \+//' > help_index.table +cmp help_index.table help_index.oldtable > /dev/null || touch lammpsgui.qrc