aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-02-06 00:16:42 +0100
committerjaseg <git@jaseg.de>2021-02-06 00:16:42 +0100
commit1d58b4d5845ba09808325219fa34f34dd4bbfdb6 (patch)
tree639ce4a71491744a98868efa39dffe2378fe4496
parentf95a24ebb97ab0e00e8c2fa248d962c1e37134a0 (diff)
downloadgerbolyze-1d58b4d5845ba09808325219fa34f34dd4bbfdb6.tar.gz
gerbolyze-1d58b4d5845ba09808325219fa34f34dd4bbfdb6.tar.bz2
gerbolyze-1d58b4d5845ba09808325219fa34f34dd4bbfdb6.zip
Update syntax of second note
github doesn't style rst attention blocks properly
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4289474..52414a5 100644
--- a/README.rst
+++ b/README.rst
@@ -58,7 +58,7 @@ installed somewhere else.
Debian
~~~~~~
-Note
+Note:
Right now, debian stable ships with a rust that is so stable it can't even build half of usvg's dependencies. That's
why we yolo-install our own rust here. Sorry about that. I guess it'll work with the packaged rust on sid.
@@ -204,7 +204,7 @@ Use svg-flatten to convert an SVG file into the given layer of a KiCAD S-Express
Use svg-flatten to convert an SVG file into a ``.kicad_mod`` with SVG layers fed into separate KiCAD layers based on
their IDs like the popular ``svg2mod`` is doing:
-.. note::
+Note:
Right now, the input SVG's layers must have *ids* that match up KiCAD's s-exp layer names. Note that when you name
a layer in Inkscape that only sets a ``name`` attribute, but does not change the ID. In order to change the ID in
Inkscape, you have to use Inkscape's "object properties" context menu function.