From 0fa713af4be2a5a229a773ca62b894347d6d0b8a Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 2 Feb 2022 10:53:19 +0100 Subject: More doc --- docs/file-api.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/file-api.rst') 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: -- cgit