diff options
author | jaseg <git@jaseg.de> | 2022-02-02 10:53:19 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-02-02 10:53:19 +0100 |
commit | 0fa713af4be2a5a229a773ca62b894347d6d0b8a (patch) | |
tree | b91d6f2892fe58b892196db377a6eb092984a735 /docs/file-api.rst | |
parent | 7473e471dc69d09a35bb0762549cc4f3ab8b04b3 (diff) | |
download | gerbonara-0fa713af4be2a5a229a773ca62b894347d6d0b8a.tar.gz gerbonara-0fa713af4be2a5a229a773ca62b894347d6d0b8a.tar.bz2 gerbonara-0fa713af4be2a5a229a773ca62b894347d6d0b8a.zip |
More doc
Diffstat (limited to 'docs/file-api.rst')
-rw-r--r-- | docs/file-api.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/file-api.rst b/docs/file-api.rst index d73b5f1..ed23672 100644 --- a/docs/file-api.rst +++ b/docs/file-api.rst @@ -7,9 +7,8 @@ Gerbonara currently supports three file types: RS-274-X Gerber as `specified by Usually, a PCB is sent to a manufacturer as a bundle of several of these files. Such a bundle of files (each of which is either a :py:class:`.GerberFile` or an :py:class:`.ExcellonFile`) is represented by :py:class:`.LayerStack`. -: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:`.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. .. autoclass:: gerbonara.layers.LayerStack :members: |