##// END OF EJS Templates
xxlimited_35 module now has the same name in repr in Py 3.11...
xxlimited_35 module now has the same name in repr in Py 3.11 See https://github.com/python/cpython/commit/a87c9b538fbfc42883417c4d5e69f1a5922690e3

File last commit:

r15985:3d455be3
r27698:d858213d
Show More
notebook_redirect.html
9 lines | 274 B | text/html | HtmlLexer
/ docs / source / _templates / notebook_redirect.html
Paul Ivanov
major doc update for 1.0 release...
r12098 <html>
<head>
MinRK
add redirects for notebook docs moved out of interactive
r15985 <meta http-equiv="Refresh" content="0; url=../notebook/index.html" />
<title>Notebook docs have moved</title>
</head>
Paul Ivanov
major doc update for 1.0 release...
r12098 <body>
MinRK
add redirects for notebook docs moved out of interactive
r15985 <p>The notebook docs have moved <a href="../notebook/index.html">here</a>.</p>
Paul Ivanov
major doc update for 1.0 release...
r12098 </body>
</html>