From 67f2af2015914da1cd8e06c254c8b6ff347fc9b2 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Wed, 18 Feb 2015 21:28:00 -0500 Subject: Add documentation link to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 329d234..5453cf8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ pcb-tools ============ [![Travis CI Build Status](https://travis-ci.org/curtacircuitos/pcb-tools.svg?branch=master)](https://travis-ci.org/curtacircuitos/pcb-tools) [![Coverage Status](https://coveralls.io/repos/curtacircuitos/pcb-tools/badge.png?branch=master)](https://coveralls.io/r/curtacircuitos/pcb-tools?branch=master) +[![Documentation Status](https://readthedocs.org/projects/pcb-tools/badge/?version=latest)](https://readthedocs.org/projects/pcb-tools/?badge=latest) Tools to handle Gerber and Excellon files in Python. @@ -27,3 +28,8 @@ Rendering Examples: ###Top Composite rendering ![Composite Top Image](examples/cairo_example.png) Source code for this example can be found [here](examples/cairo_example.py). + + +Documentation: +-------------- +[PCB Tools Documentation](http://pcb-tools.readthedocs.org/en/latest/) -- cgit