diff --git a/doc/source/AUTHORS b/doc/source/AUTHORS index caa629e0..5f7f959e 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 diff --git a/doc/source/scripts/core.py b/doc/source/scripts/core.py index c98aeaa6..9b1455a5 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 f90c1984..e9bd3e62 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', '✓', - '', + '✓', '✓', '', ]),