| 1 | <html><head><title>Epydoc Redirect Page</title> |
|---|
| 2 | <meta http-equiv="cache-control" content="no-cache" /> |
|---|
| 3 | <meta http-equiv="expires" content="0" /> |
|---|
| 4 | <meta http-equiv="pragma" content="no-cache" /> |
|---|
| 5 | <script type="text/javascript" src="epydoc.js"></script> |
|---|
| 6 | </head> |
|---|
| 7 | <body> |
|---|
| 8 | <script type="text/javascript"> |
|---|
| 9 | <!-- |
|---|
| 10 | var pages = ["pyinotify.UnsupportedPythonVersionError-c", "pyinotify.UnsupportedLibcVersionError-c", "pyinotify.ProcessEventError-c", "pyinotify.WatchManagerError-c", "pyinotify.ThreadedNotifier-c", "pyinotify._SysProcessEvent-c", "pyinotify.AnsiColorTheme-c", "pyinotify.PyinotifyError-c", "pyinotify.BlackAndWhite-c", "pyinotify.ExcludeFilter-c", "pyinotify.NotifierError-c", "pyinotify.SysCtlINotify-c", "pyinotify._ProcessEvent-c", "pyinotify.DefaultTheme-c", "pyinotify.ProcessEvent-c", "pyinotify.WatchManager-c", "pyinotify.EventsCodes-c", "pyinotify.ColorTheme-c", "pyinotify._RawEvent-c", "pyinotify.Notifier-c", "pyinotify.ChainIf-c", "pyinotify.NoTheme-c", "pyinotify._Event-c", "pyinotify.Color-c", "pyinotify.Event-c", "pyinotify.Stats-c", "pyinotify.Watch-c", "pyinotify-m"]; |
|---|
| 11 | var dottedName = get_anchor(); |
|---|
| 12 | if (dottedName) { |
|---|
| 13 | var target = redirect_url(dottedName); |
|---|
| 14 | if (target) window.location.replace(target); |
|---|
| 15 | } |
|---|
| 16 | // --> |
|---|
| 17 | </script> |
|---|
| 18 | |
|---|
| 19 | <h3>Epydoc Auto-redirect page</h3> |
|---|
| 20 | |
|---|
| 21 | <p>When javascript is enabled, this page will redirect URLs of |
|---|
| 22 | the form <tt>redirect.html#<i>dotted.name</i></tt> to the |
|---|
| 23 | documentation for the object with the given fully-qualified |
|---|
| 24 | dotted name.</p> |
|---|
| 25 | <p><a id="message"> </a></p> |
|---|
| 26 | |
|---|
| 27 | <script type="text/javascript"> |
|---|
| 28 | <!-- |
|---|
| 29 | if (dottedName) { |
|---|
| 30 | var msg = document.getElementById("message"); |
|---|
| 31 | msg.innerHTML = "No documentation found for <tt>"+ |
|---|
| 32 | dottedName+"</tt>"; |
|---|
| 33 | } |
|---|
| 34 | // --> |
|---|
| 35 | </script> |
|---|
| 36 | |
|---|
| 37 | </body> |
|---|
| 38 | </html> |
|---|