From 3392c69089f88c4d18834c57a4c34d819b8d4694 Mon Sep 17 00:00:00 2001 From: Co Quach Date: Thu, 22 Feb 2024 14:11:46 -0600 Subject: [PATCH] try to fix autosummary --- docs/data_structures.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/data_structures.rst b/docs/data_structures.rst index 48d9d3f58..f30cbeee9 100644 --- a/docs/data_structures.rst +++ b/docs/data_structures.rst @@ -8,16 +8,16 @@ Core Classes :nosignatures: gmso.Topology - gmso.Atom - gmso.Bond - gmso.Angle - gmso.Dihedral - gmso.Improper - gmso.AtomType - gmso.BondType - gmso.AngleType - gmso.DihedralType - gmso.ImproperType + gmso.core.Atom + gmso.core.Bond + gmso.core.Angle + gmso.core.Dihedral + gmso.core.Improper + gmso.core.AtomType + gmso.core.BondType + gmso.core.AngleType + gmso.core.DihedralType + gmso.core.ImproperType Topology