From b7fb7567c2523cba5f4730ad2847b83840a2fb53 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 10 Mar 2012 07:51:53 -0500 Subject: [PATCH] Can't link verbatim text in Markdown? Fix SWIG carrays.i link. --- posts/SWIG.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts/SWIG.mdwn b/posts/SWIG.mdwn index 0eb1e83..4db1653 100644 --- a/posts/SWIG.mdwn +++ b/posts/SWIG.mdwn @@ -9,7 +9,7 @@ when I *do* have to interact with SWIG. `%array_class` and memory management ==================================== -`%array_class` (defined in [`carrays.i`][]) lets you wrap a C array in +`%array_class` (defined in [carrays.i][]) lets you wrap a C array in a class-based interface. The example from the [docs][] is nice and concise, but I was [running into problems][comedilib-patch]. @@ -130,7 +130,7 @@ For deeply nested structures, this can be annoying, but it will work. [[!tag tags/Python]] [SWIG]: http://www.swig.org/ -[`carrays.i`]: http://www.swig.org/Doc2.0/Library.html#Library_carrays +[carrays.i]: http://www.swig.org/Doc2.0/Library.html#Library_carrays [docs]: http://www.swig.org/Doc2.0/Library.html#Library_carrays [comedilib-patch]: http://comedi.org/git?p=comedi/comedilib.git;a=blobdiff;f=swig/comedi.i;h=5da6160d91d206d007e20c9ac5091d1735afdd30;hp=581997542927fd31cd2e0d03c220377774cfa600;hb=3fe8e6baac051d80906c6fac6c18c04c8df9ce4a;hpb=880074831499ba68c17a1c2653d71d6eef3b9cfb [classmethod]: http://docs.python.org/library/functions.html#classmethod -- 2.26.2