##// END OF EJS Templates
Fix color schemes in Linux...
Fix color schemes in Linux Object information found by prefixing object with a question mark (like int?) was printing garbled characters. git-bisect found 2b1c969628871300a4779963e8776b5a8e966f34 to be the offending commit. A refactoring in that commit forgot to add one color and also used the wrong object (it used InputTermColors instead of TermColors).

File last commit:

r15985:3d455be3
r21828:1c75e559
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>