Codebase list netcdf4-python / upstream/1.1.7 docs / redirect.html
upstream/1.1.7

Tree @upstream/1.1.7 (Download .tar.gz)

redirect.html @upstream/1.1.7raw · history · blame

<html><head><title>Epydoc Redirect Page</title>
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>
<body>
<script type="text/javascript">
<!--
var pages = ["netCDF4.CompoundType-c", "netCDF4.Dimension-c", "netCDF4.MFDataset-c", "netCDF4.Variable-c", "netCDF4.Dataset-c", "netCDF4.MFTime-c", "netCDF4.VLType-c", "netCDF4.Group-c", "netCDF4-m"];
var dottedName = get_anchor();
if (dottedName) {
    var target = redirect_url(dottedName);
    if (target) window.location.replace(target);
}
// -->
</script>

<h3>Epydoc Auto-redirect page</h3>

<p>When javascript is enabled, this page will redirect URLs of
the form <tt>redirect.html#<i>dotted.name</i></tt> to the
documentation for the object with the given fully-qualified
dotted name.</p>
<p><a id="message"> &nbsp; </a></p>

<script type="text/javascript">
<!--
if (dottedName) {
    var msg = document.getElementById("message");
    msg.innerHTML = "No documentation found for <tt>"+
                    dottedName+"</tt>";
}
// -->
</script>

</body>
</html>