summaryrefslogtreecommitdiff
path: root/redirect.html
blob: 0f27fdd67965a785adaa319352e4bcbbce76fad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<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 = ["pyinotify.UnsupportedPythonVersionError-c", "pyinotify.InotifyBindingNotFoundError-c", "pyinotify._CtypesLibcINotifyWrapper-c", "pyinotify._INotifySyscallsWrapper-c", "pyinotify.TornadoAsyncNotifier-c", "pyinotify.ColoredOutputFormat-c", "pyinotify.ProcessEventError-c", "pyinotify.WatchManagerError-c", "pyinotify.ThreadedNotifier-c", "pyinotify._SysProcessEvent-c", "pyinotify.AsyncioNotifier-c", "pyinotify.RawOutputFormat-c", "pyinotify.INotifyWrapper-c", "pyinotify.PrintAllEvents-c", "pyinotify.PyinotifyError-c", "pyinotify.AsyncNotifier-c", "pyinotify.ExcludeFilter-c", "pyinotify.NotifierError-c", "pyinotify._ProcessEvent-c", "pyinotify.ProcessEvent-c", "pyinotify.WatchManager-c", "pyinotify.ChainIfTrue-c", "pyinotify.EventsCodes-c", "pyinotify.ProcINotify-c", "pyinotify._RawEvent-c", "pyinotify.Notifier-c", "pyinotify._Event-c", "pyinotify.Event-c", "pyinotify.Stats-c", "pyinotify.Watch-c", "pyinotify-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>