From ed40c64af78c0015a7d08fee0c3891596302d809 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 11 Sep 2020 17:15:53 -0300 Subject: [PATCH] Added note and link to the variants example site --- README.md | 7 +++++++ docs/README.in | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 18dc05b5..72cfb0fe 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ [![Coverage Status](https://img.shields.io/coveralls/github/INTI-CMNB/KiBot?style=plastic)](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master) [![PyPI version](https://img.shields.io/pypi/v/kibot?style=plastic)](https://pypi.org/project/kibot/) +**New on 0.7.0**: +Now KiBot supports *variants*. To my knowledge this is the first tool to implement such a feature, in a transparent way and from schematic to PCB, for KiCad. +To learn more about KiBot variants visit the [example repo](https://github.com/INTI-CMNB/kibot_variants_arduprog). + ## Index * [Introduction](#introduction) @@ -38,6 +42,9 @@ KiBot lets you do this. The following picture depicts the data flow: ![KiBot Logo](https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Esquema.png) +**New on 0.7.0**: +Now KiBot supports *variants*. To my knowledge this is the first tool to implement such a feature, in a transparent way and from schematic to PCB, for KiCad. +To learn more about KiBot variants visit the [example repo](https://github.com/INTI-CMNB/kibot_variants_arduprog). ## Configuration diff --git a/docs/README.in b/docs/README.in index ae60c1ee..1ddc2b31 100644 --- a/docs/README.in +++ b/docs/README.in @@ -6,6 +6,10 @@ [![Coverage Status](https://img.shields.io/coveralls/github/INTI-CMNB/KiBot?style=plastic)](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master) [![PyPI version](https://img.shields.io/pypi/v/kibot?style=plastic)](https://pypi.org/project/kibot/) +**New on 0.7.0**: +Now KiBot supports *variants*. To my knowledge this is the first tool to implement such a feature, in a transparent way and from schematic to PCB, for KiCad. +To learn more about KiBot variants visit the [example repo](https://github.com/INTI-CMNB/kibot_variants_arduprog). + ## Index * [Introduction](#introduction) @@ -38,6 +42,9 @@ KiBot lets you do this. The following picture depicts the data flow: ![KiBot Logo](https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Esquema.png) +**New on 0.7.0**: +Now KiBot supports *variants*. To my knowledge this is the first tool to implement such a feature, in a transparent way and from schematic to PCB, for KiCad. +To learn more about KiBot variants visit the [example repo](https://github.com/INTI-CMNB/kibot_variants_arduprog). ## Configuration