From: W. Trevor King Date: Sat, 10 Mar 2012 12:51:53 +0000 (-0500) Subject: Can't link verbatim text in Markdown? Fix SWIG carrays.i link. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b7fb7567c2523cba5f4730ad2847b83840a2fb53;p=blog.git Can't link verbatim text in Markdown? Fix SWIG carrays.i link. --- 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