From: W. Trevor King Date: Thu, 4 Nov 2010 12:42:43 +0000 (-0400) Subject: Fix Python wikilink in HDF5 post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d40f528c07483f21d4b3e531ad99749d3f96f6c2;p=blog.git Fix Python wikilink in HDF5 post. --- diff --git a/posts/HDF5.mdwn b/posts/HDF5.mdwn index 8ee60fa..f3760e6 100644 --- a/posts/HDF5.mdwn +++ b/posts/HDF5.mdwn @@ -1,6 +1,6 @@ [[!meta title="HDF5 and h5py"]] -[h5py][] is a [[Python interface]] to the [Hierarchical Data +[h5py][] is a [[Python]] interface to the [Hierarchical Data Format][HDF] library, version 5. It provides a mature, stable, open way to store data. The HDF5 [tutorial][] provides an excellent introduction to the basic concepts of HDF5.