From d6e95e26e8f05acd26ca9033899c303f2b63d609 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Fri, 9 May 2025 14:37:44 -0400 Subject: [PATCH 1/3] fix link --- doc/source/formats/reference/top.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/formats/reference/top.rst b/doc/source/formats/reference/top.rst index 4855eae91..a5cb99db8 100644 --- a/doc/source/formats/reference/top.rst +++ b/doc/source/formats/reference/top.rst @@ -55,4 +55,4 @@ The format is defined in `PARM parameter/topology file specification`_. The reader tries to detect if it is a newer (AMBER 12?) file format by looking for the flag "ATOMIC_NUMBER". -.. _`PARM parameter/topology file specification`: http://ambermd.org/formats.html#topology +.. _`PARM parameter/topology file specification`: https://ambermd.org/FileFormats.php#topology From 9d3ea87c007c172bc8b3f0c870d6a640e1dc0a00 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Fri, 9 May 2025 15:03:07 -0400 Subject: [PATCH 2/3] add pip list --- .github/workflows/gh-ci-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-ci-tests.yaml b/.github/workflows/gh-ci-tests.yaml index 72f9a3d36..dd37c927a 100644 --- a/.github/workflows/gh-ci-tests.yaml +++ b/.github/workflows/gh-ci-tests.yaml @@ -49,6 +49,7 @@ jobs: run: | micromamba info micromamba list + pip list - name: "test snapshots" working-directory: doc/source/scripts/ From 688f65ae3865a36f31d545bbb7d287df6cf74637 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Fri, 9 May 2025 15:12:11 -0400 Subject: [PATCH 3/3] Revert "add pip list" This reverts commit 9d3ea87c007c172bc8b3f0c870d6a640e1dc0a00. --- .github/workflows/gh-ci-tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gh-ci-tests.yaml b/.github/workflows/gh-ci-tests.yaml index dd37c927a..72f9a3d36 100644 --- a/.github/workflows/gh-ci-tests.yaml +++ b/.github/workflows/gh-ci-tests.yaml @@ -49,7 +49,6 @@ jobs: run: | micromamba info micromamba list - pip list - name: "test snapshots" working-directory: doc/source/scripts/