root / docstrings / redirect.html

Revision a17385ae4cd3f952f689cfeee0d6e04841a4325e, 1.7 kB (checked in by Sebastien Martini <seb@…>, 2 hours ago)

Updated docstrings generated documentation.

  • Property mode set to 100644
Line 
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<!--
10var 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"];
11var dottedName = get_anchor();
12if (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
22the form <tt>redirect.html#<i>dotted.name</i></tt> to the
23documentation for the object with the given fully-qualified
24dotted name.</p>
25<p><a id="message"> &nbsp; </a></p>
26
27<script type="text/javascript">
28<!--
29if (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>
Note: See TracBrowser for help on using the browser.