added numpydoc

This commit is contained in:
Hamilton Kibbe 2014-10-01 14:39:32 -04:00
parent ea0dc8d0c8
commit 0b8e2e4b8b
6 changed files with 312 additions and 292 deletions

View file

@ -14,7 +14,12 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""
gerber module
============
**Gerber Tools**
"""
def read(filename):
""" Read a gerber or excellon file and return a representative object.