From 63efd9e60f5affbe43666ec5035c0bbca291622f Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 5 Sep 2023 13:27:15 -0300 Subject: [PATCH] [DOCs][Introduction] Small fixes - Workflow caption text - Introductory sentence --- docs/source/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index a7c7c2d5..d42a4f83 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -9,7 +9,7 @@ documentation files for your KiCad projects easily, repeatable, and most of all, scriptably. This means you can use a Makefile to export your KiCad PCBs just as needed, or do it in a CI/CD environment. -For example, it’s common that you might want for each board rev: +For example, it’s common that you might want for each board rev to create/do: - Check ERC/DRC one last time (using `KiCad Automation Scripts `__) @@ -32,7 +32,7 @@ KiBot lets you do this. The following picture depicts the data flow: .. figure:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Esquema.png :alt: KiBot workflow - KiBot Logo + KiBot workflow example If you want to see this concept applied to a real world project visit the `Spora CI/CD `__