diff options
author | jaseg <git@jaseg.de> | 2022-02-03 19:57:16 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-02-03 19:57:16 +0100 |
commit | eaf4f21ce65081da0490a41ee1829b4ec8319109 (patch) | |
tree | 07e97aa74f950e0484c4f74ae4d8e02b93377fce /docs/file-api.rst | |
parent | ac66fd9d6b3561c1a0fb52ac2e196157bcf5f4fd (diff) | |
download | gerbonara-eaf4f21ce65081da0490a41ee1829b4ec8319109.tar.gz gerbonara-eaf4f21ce65081da0490a41ee1829b4ec8319109.tar.bz2 gerbonara-eaf4f21ce65081da0490a41ee1829b4ec8319109.zip |
More doc
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: |