diff options
Diffstat (limited to 'docs/file-api.rst')
-rw-r--r-- | docs/file-api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/file-api.rst b/docs/file-api.rst index ed23672..ba472d4 100644 --- a/docs/file-api.rst +++ b/docs/file-api.rst @@ -10,9 +10,15 @@ either a :py:class:`.GerberFile` or an :py:class:`.ExcellonFile`) is represented :py:class:`.LayerStack` contains logic to automatcally recognize a wide variety of CAD tools from file name and syntactic hints, and can automatically match all files in a folder to their appropriate layers. +:py:class:`.CamFile` is the common base class for all layer types. + + .. autoclass:: gerbonara.layers.LayerStack :members: +.. autoclass:: gerbonara.cam.CamFile + :members: + .. autoclass:: gerbonara.rs274x.GerberFile :members: |