diff options
author | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2014-10-11 13:12:21 -0400 |
---|---|---|
committer | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2014-10-11 13:12:21 -0400 |
commit | 62c689be172a7a06d76fd4b69c3443f3ec053765 (patch) | |
tree | 8297ff4e0a4fd3e37d7511280d20c2d01a79ac7f /doc/source/intro.rst | |
parent | ae3bbff8b0849e0b49dc139396d7f8c57334a7b8 (diff) | |
download | gerbonara-62c689be172a7a06d76fd4b69c3443f3ec053765.tar.gz gerbonara-62c689be172a7a06d76fd4b69c3443f3ec053765.tar.bz2 gerbonara-62c689be172a7a06d76fd4b69c3443f3ec053765.zip |
Doc update
Diffstat (limited to 'doc/source/intro.rst')
-rw-r--r-- | doc/source/intro.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst new file mode 100644 index 0000000..1982fc8 --- /dev/null +++ b/doc/source/intro.rst @@ -0,0 +1,19 @@ +Gerber Tools Intro +================== + +PCB CAM (Gerber) Files +------------ + +PCB design files (artwork) are most often stored in `Gerber` files. This is +a generic term that may refer to `RS-274X (Gerber) <http://en.wikipedia.org/wiki/Gerber_format>`_, +`ODB++ <http://en.wikipedia.org/wiki/ODB%2B%2B>`_, or `Excellon <http://en.wikipedia.org/wiki/Excellon_format>`_ +files. + + +Gerber-Tools +------------ + +The gerber-tools module provides tools for working with and rendering Gerber +and Excellon files. + + |