From 3d01b0f81de4225c276df25f2a53303312c0f710 Mon Sep 17 00:00:00 2001 From: Jacan Chaplais Date: Mon, 4 Sep 2023 13:48:23 +0100 Subject: [PATCH] reordered group and versionadded #148 --- graphicle/data.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphicle/data.py b/graphicle/data.py index af7bf95..7772a73 100644 --- a/graphicle/data.py +++ b/graphicle/data.py @@ -1977,9 +1977,9 @@ def _composite_copy(instance: CompositeGeneric) -> CompositeGeneric: class ParticleSetSerialized(tyx.TypedDict, total=False): """Typed dictionary format of a serialized ParticleSet instance. - .. versionadded:: 0.3.2 - :group: datastructure + + .. versionadded:: 0.3.2 """ pdg: ty.List[int] @@ -2379,9 +2379,9 @@ def serialize(self) -> ty.Tuple[VertexPair, ...]: class GraphicleSerialized(tyx.TypedDict, total=False): """Typed dictionary format of a serialized Graphicle instance. - .. versionadded:: 0.3.2 - :group: datastructure + + .. versionadded:: 0.3.2 """ pdg: ty.List[int]