From 385787c1be518bcc474a019e24da7770607fa52e Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Sat, 4 Oct 2025 17:24:32 +1000 Subject: [PATCH 1/2] add imd short description --- doc/source/scripts/core.py | 1 + .../test_gen_format_overview_classes.ambr | 22 ++++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/source/scripts/core.py b/doc/source/scripts/core.py index c98aeaa62..9b1455a50 100644 --- a/doc/source/scripts/core.py +++ b/doc/source/scripts/core.py @@ -18,6 +18,7 @@ "DATA": "LAMMPS data file", "INPCRD": "AMBER restart file", "ITP": "GROMACS portable topology file", + "IMD": "Stream data using the IMDv3 protocol", "IN": "FHI-aims input file", "LAMMPS": "a LAMMPS DCD trajectory", "LAMMPSDUMP": "LAMMPS ascii dump file", diff --git a/doc/source/scripts/tests/snapshot/__snapshots__/test_gen_format_overview_classes.ambr b/doc/source/scripts/tests/snapshot/__snapshots__/test_gen_format_overview_classes.ambr index f90c19840..e9bd3e623 100644 --- a/doc/source/scripts/tests/snapshot/__snapshots__/test_gen_format_overview_classes.ambr +++ b/doc/source/scripts/tests/snapshot/__snapshots__/test_gen_format_overview_classes.ambr @@ -97,6 +97,12 @@ '✓', '', ]), + list([ + ':ref:`IMD `', + 'Stream data using the IMDv3 protocol', + '', + '', + ]), list([ ':ref:`IN `', 'FHI-aims input file', @@ -211,6 +217,12 @@ '✓', '✓', ]), + list([ + ':ref:`TPR `', + 'GROMACS run topology file', + '✓', + '', + ]), list([ ':ref:`TRC `', 'GROMOS11 trajectory file', @@ -391,6 +403,14 @@ '✓', '', ]), + list([ + ':ref:`IMD `', + 'Stream data using the IMDv3 protocol', + '', + '✓', + '✓', + '', + ]), list([ ':ref:`IN `', 'FHI-aims input file', @@ -595,7 +615,7 @@ ':ref:`TPR `', 'GROMACS run topology file', '✓', - '', + '✓', '✓', '', ]), From e5c964e81128db8127da39049f8ad6d9b8b2cca2 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Sat, 4 Oct 2025 17:31:09 +1000 Subject: [PATCH 2/2] so glad precommit valiantly safeguards the newlines of our authors --- doc/source/AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/AUTHORS b/doc/source/AUTHORS index caa629e0b..5f7f959eb 100644 --- a/doc/source/AUTHORS +++ b/doc/source/AUTHORS @@ -45,4 +45,4 @@ Chronological list of authors - Mahfuza Humayra Mohona - Rubén Chaves 2025 - - Yu-Yuan (Stuart) Yang \ No newline at end of file + - Yu-Yuan (Stuart) Yang