From 8b40d15dab376c92b37b0939515e7bdee7b83301 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 25 Feb 2023 17:31:16 +0100 Subject: Moar doc --- docs/file-api.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/file-api.rst') diff --git a/docs/file-api.rst b/docs/file-api.rst index ba472d4..becd63f 100644 --- a/docs/file-api.rst +++ b/docs/file-api.rst @@ -12,10 +12,6 @@ syntactic hints, and can automatically match all files in a folder to their appr :py:class:`.CamFile` is the common base class for all layer types. - -.. autoclass:: gerbonara.layers.LayerStack - :members: - .. autoclass:: gerbonara.cam.CamFile :members: @@ -28,3 +24,6 @@ syntactic hints, and can automatically match all files in a folder to their appr .. autoclass:: gerbonara.ipc356.Netlist :members: +.. autoclass:: gerbonara.layers.LayerStack + :members: + -- cgit