mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / SWIG.mdwn
index 0eb1e8345e6c346fcb8cbaf0a038628047e3b57f..4db1653c3df0bb837975a9a4d6a7c96aceb027ab 100644 (file)
@@ -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