Skip to content

Commit cbe554a

Browse files
author
a
committed
redirect
1 parent baccc6b commit cbe554a

File tree

143 files changed

+144
-58810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+144
-58810
lines changed

_modules/ast.html

+1-424
Large diffs are not rendered by default.

_modules/cmd.html

+1-511
Large diffs are not rendered by default.

_modules/collections/abc.html

+1-112
Original file line numberDiff line numberDiff line change
@@ -1,112 +1 @@
1-
2-
3-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5-
6-
7-
<html xmlns="http://www.w3.org/1999/xhtml">
8-
<head>
9-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10-
11-
<title>collections.abc &mdash; xonsh 0.4.4 documentation</title>
12-
13-
<link rel="stylesheet" href="../../_static/numpy_friendly.css" type="text/css" />
14-
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
15-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
16-
17-
<script type="text/javascript">
18-
var DOCUMENTATION_OPTIONS = {
19-
URL_ROOT: '../../',
20-
VERSION: '0.4.4',
21-
COLLAPSE_INDEX: false,
22-
FILE_SUFFIX: '.html',
23-
HAS_SOURCE: true
24-
};
25-
</script>
26-
<script type="text/javascript" src="../../_static/jquery.js"></script>
27-
<script type="text/javascript" src="../../_static/underscore.js"></script>
28-
<script type="text/javascript" src="../../_static/doctools.js"></script>
29-
<script type="text/javascript" src="../../_static/jquery.cookie.js"></script>
30-
<script type="text/javascript" src="../../_static/cloud.js"></script>
31-
<link rel="shortcut icon" href="../../_static/magic_conch.ico"/>
32-
<link rel="top" title="xonsh 0.4.4 documentation" href="../../index.html" />
33-
<link rel="up" title="Module code" href="../index.html" />
34-
<meta name="viewport" content="width=device-width, initial-scale=1">
35-
</head>
36-
<body role="document">
37-
<div class="relbar-top">
38-
39-
<div class="related" role="navigation" aria-label="related navigation">
40-
<h3>Navigation</h3>
41-
<ul>
42-
<li class="right" style="margin-right: 10px">
43-
<a href="../../genindex.html" title="General Index"
44-
accesskey="I">index</a></li>
45-
<li class="right" >
46-
<a href="../../py-modindex.html" title="Python Module Index"
47-
>modules</a> &nbsp; &nbsp;</li>
48-
<li><a href="../../index.html">xonsh 0.4.4 documentation</a> &raquo;</li>
49-
50-
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &raquo;</li>
51-
</ul>
52-
</div>
53-
</div>
54-
55-
56-
<div class="document">
57-
<div class="documentwrapper">
58-
<div class="bodywrapper">
59-
<div class="body" role="main">
60-
61-
<h1>Source code for collections.abc</h1><div class="highlight"><pre>
62-
<span></span><span class="kn">from</span> <span class="nn">_collections_abc</span> <span class="kn">import</span> <span class="o">*</span>
63-
<span class="kn">from</span> <span class="nn">_collections_abc</span> <span class="kn">import</span> <span class="n">__all__</span>
64-
</pre></div>
65-
66-
</div>
67-
</div>
68-
</div>
69-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
70-
<div class="sphinxsidebarwrapper">
71-
<p class="logo"><a href="../../index.html" title="index">
72-
<img class="logo" src="../../_static/ascii_conch_part_color_tight.png" alt="Logo"/>
73-
</a></p>
74-
<div id="searchbox" style="display: none" role="search">
75-
<h3>Quick search</h3>
76-
<form class="search" action="../../search.html" method="get">
77-
<input type="text" name="q" />
78-
<input type="submit" value="Go" />
79-
<input type="hidden" name="check_keywords" value="yes" />
80-
<input type="hidden" name="area" value="default" />
81-
</form>
82-
</div>
83-
<script type="text/javascript">$('#searchbox').show(0);</script>
84-
</div>
85-
</div>
86-
<div class="clearer"></div>
87-
</div>
88-
<div class="relbar-bottom">
89-
90-
<div class="related" role="navigation" aria-label="related navigation">
91-
<h3>Navigation</h3>
92-
<ul>
93-
<li class="right" style="margin-right: 10px">
94-
<a href="../../genindex.html" title="General Index"
95-
>index</a></li>
96-
<li class="right" >
97-
<a href="../../py-modindex.html" title="Python Module Index"
98-
>modules</a> &nbsp; &nbsp;</li>
99-
<li><a href="../../index.html">xonsh 0.4.4 documentation</a> &raquo;</li>
100-
101-
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &raquo;</li>
102-
</ul>
103-
</div>
104-
</div>
105-
106-
<div class="footer" role="contentinfo">
107-
&copy; Copyright 2015, Anthony Scopatz.
108-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.1.
109-
</div>
110-
<!-- cloud_sptheme 1.4 -->
111-
</body>
112-
</html>
1+
<html><script>window.location.replace("https://xon.sh/contents.html");</script></html>

_modules/index.html

+1-162
Original file line numberDiff line numberDiff line change
@@ -1,162 +1 @@
1-
2-
3-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5-
6-
7-
<html xmlns="http://www.w3.org/1999/xhtml">
8-
<head>
9-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10-
11-
<title>Overview: module code &mdash; xonsh 0.4.4 documentation</title>
12-
13-
<link rel="stylesheet" href="../_static/numpy_friendly.css" type="text/css" />
14-
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
15-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
16-
17-
<script type="text/javascript">
18-
var DOCUMENTATION_OPTIONS = {
19-
URL_ROOT: '../',
20-
VERSION: '0.4.4',
21-
COLLAPSE_INDEX: false,
22-
FILE_SUFFIX: '.html',
23-
HAS_SOURCE: true
24-
};
25-
</script>
26-
<script type="text/javascript" src="../_static/jquery.js"></script>
27-
<script type="text/javascript" src="../_static/underscore.js"></script>
28-
<script type="text/javascript" src="../_static/doctools.js"></script>
29-
<script type="text/javascript" src="../_static/jquery.cookie.js"></script>
30-
<script type="text/javascript" src="../_static/cloud.js"></script>
31-
<link rel="shortcut icon" href="../_static/magic_conch.ico"/>
32-
<link rel="top" title="xonsh 0.4.4 documentation" href="../index.html" />
33-
<meta name="viewport" content="width=device-width, initial-scale=1">
34-
</head>
35-
<body role="document">
36-
<div class="relbar-top">
37-
38-
<div class="related" role="navigation" aria-label="related navigation">
39-
<h3>Navigation</h3>
40-
<ul>
41-
<li class="right" style="margin-right: 10px">
42-
<a href="../genindex.html" title="General Index"
43-
accesskey="I">index</a></li>
44-
<li class="right" >
45-
<a href="../py-modindex.html" title="Python Module Index"
46-
>modules</a> &nbsp; &nbsp;</li>
47-
<li><a href="../index.html">xonsh 0.4.4 documentation</a> &raquo;</li>
48-
49-
</ul>
50-
</div>
51-
</div>
52-
53-
54-
<div class="document">
55-
<div class="documentwrapper">
56-
<div class="bodywrapper">
57-
<div class="body" role="main">
58-
59-
<h1>All modules for which code is available</h1>
60-
<ul><li><a href="ast.html">ast</a></li>
61-
<li><a href="cmd.html">cmd</a></li>
62-
<li><a href="collections/abc.html">collections.abc</a></li>
63-
<li><a href="posix.html">posix</a></li>
64-
<li><a href="prompt_toolkit/filters/base.html">prompt_toolkit.filters.base</a></li>
65-
<li><a href="threading.html">threading</a></li>
66-
<li><a href="xonsh/aliases.html">xonsh.aliases</a></li>
67-
<li><a href="xonsh/ast.html">xonsh.ast</a></li>
68-
<li><a href="xonsh/base_shell.html">xonsh.base_shell</a></li>
69-
<li><a href="xonsh/built_ins.html">xonsh.built_ins</a></li>
70-
<li><a href="xonsh/codecache.html">xonsh.codecache</a></li>
71-
<li><a href="xonsh/commands_cache.html">xonsh.commands_cache</a></li>
72-
<li><a href="xonsh/completer.html">xonsh.completer</a></li>
73-
<li><a href="xonsh/completers/base.html">xonsh.completers.base</a></li>
74-
<li><a href="xonsh/completers/bash.html">xonsh.completers.bash</a></li>
75-
<li><a href="xonsh/completers/commands.html">xonsh.completers.commands</a></li>
76-
<li><a href="xonsh/completers/dirs.html">xonsh.completers.dirs</a></li>
77-
<li><a href="xonsh/completers/man.html">xonsh.completers.man</a></li>
78-
<li><a href="xonsh/completers/path.html">xonsh.completers.path</a></li>
79-
<li><a href="xonsh/completers/python.html">xonsh.completers.python</a></li>
80-
<li><a href="xonsh/completers/tools.html">xonsh.completers.tools</a></li>
81-
<li><a href="xonsh/contexts.html">xonsh.contexts</a></li>
82-
<li><a href="xonsh/diff_history.html">xonsh.diff_history</a></li>
83-
<li><a href="xonsh/dirstack.html">xonsh.dirstack</a></li>
84-
<li><a href="xonsh/environ.html">xonsh.environ</a></li>
85-
<li><a href="xonsh/execer.html">xonsh.execer</a></li>
86-
<li><a href="xonsh/foreign_shells.html">xonsh.foreign_shells</a></li>
87-
<li><a href="xonsh/history.html">xonsh.history</a></li>
88-
<li><a href="xonsh/imphooks.html">xonsh.imphooks</a></li>
89-
<li><a href="xonsh/inspectors.html">xonsh.inspectors</a></li>
90-
<li><a href="xonsh/jobs.html">xonsh.jobs</a></li>
91-
<li><a href="xonsh/jupyter_kernel.html">xonsh.jupyter_kernel</a></li>
92-
<li><a href="xonsh/lazyasd.html">xonsh.lazyasd</a></li>
93-
<li><a href="xonsh/lazyjson.html">xonsh.lazyjson</a></li>
94-
<li><a href="xonsh/lexer.html">xonsh.lexer</a></li>
95-
<li><a href="xonsh/main.html">xonsh.main</a></li>
96-
<li><a href="xonsh/openpy.html">xonsh.openpy</a></li>
97-
<li><a href="xonsh/platform.html">xonsh.platform</a></li>
98-
<li><a href="xonsh/pretty.html">xonsh.pretty</a></li>
99-
<li><a href="xonsh/proc.html">xonsh.proc</a></li>
100-
<li><a href="xonsh/ptk/completer.html">xonsh.ptk.completer</a></li>
101-
<li><a href="xonsh/ptk/history.html">xonsh.ptk.history</a></li>
102-
<li><a href="xonsh/ptk/key_bindings.html">xonsh.ptk.key_bindings</a></li>
103-
<li><a href="xonsh/ptk/shell.html">xonsh.ptk.shell</a></li>
104-
<li><a href="xonsh/pyghooks.html">xonsh.pyghooks</a></li>
105-
<li><a href="xonsh/readline_shell.html">xonsh.readline_shell</a></li>
106-
<li><a href="xonsh/replay.html">xonsh.replay</a></li>
107-
<li><a href="xonsh/shell.html">xonsh.shell</a></li>
108-
<li><a href="xonsh/teepty.html">xonsh.teepty</a></li>
109-
<li><a href="xonsh/tools.html">xonsh.tools</a></li>
110-
<li><a href="xonsh/tracer.html">xonsh.tracer</a></li>
111-
<li><a href="xonsh/wizard.html">xonsh.wizard</a></li>
112-
<li><a href="xonsh/xonfig.html">xonsh.xonfig</a></li>
113-
<li><a href="xontrib/mplhooks.html">xontrib.mplhooks</a></li>
114-
<li><a href="xontrib/voxapi.html">xontrib.voxapi</a></li>
115-
</ul>
116-
117-
</div>
118-
</div>
119-
</div>
120-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
121-
<div class="sphinxsidebarwrapper">
122-
<p class="logo"><a href="../index.html" title="index">
123-
<img class="logo" src="../_static/ascii_conch_part_color_tight.png" alt="Logo"/>
124-
</a></p>
125-
<div id="searchbox" style="display: none" role="search">
126-
<h3>Quick search</h3>
127-
<form class="search" action="../search.html" method="get">
128-
<input type="text" name="q" />
129-
<input type="submit" value="Go" />
130-
<input type="hidden" name="check_keywords" value="yes" />
131-
<input type="hidden" name="area" value="default" />
132-
</form>
133-
</div>
134-
<script type="text/javascript">$('#searchbox').show(0);</script>
135-
</div>
136-
</div>
137-
<div class="clearer"></div>
138-
</div>
139-
<div class="relbar-bottom">
140-
141-
<div class="related" role="navigation" aria-label="related navigation">
142-
<h3>Navigation</h3>
143-
<ul>
144-
<li class="right" style="margin-right: 10px">
145-
<a href="../genindex.html" title="General Index"
146-
>index</a></li>
147-
<li class="right" >
148-
<a href="../py-modindex.html" title="Python Module Index"
149-
>modules</a> &nbsp; &nbsp;</li>
150-
<li><a href="../index.html">xonsh 0.4.4 documentation</a> &raquo;</li>
151-
152-
</ul>
153-
</div>
154-
</div>
155-
156-
<div class="footer" role="contentinfo">
157-
&copy; Copyright 2015, Anthony Scopatz.
158-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.1.
159-
</div>
160-
<!-- cloud_sptheme 1.4 -->
161-
</body>
162-
</html>
1+
<html><script>window.location.replace("https://xon.sh/contents.html");</script></html>

_modules/posix.html

+1-111
Original file line numberDiff line numberDiff line change
@@ -1,111 +1 @@
1-
2-
3-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5-
6-
7-
<html xmlns="http://www.w3.org/1999/xhtml">
8-
<head>
9-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10-
11-
<title>posix &mdash; xonsh 0.4.4 documentation</title>
12-
13-
<link rel="stylesheet" href="../_static/numpy_friendly.css" type="text/css" />
14-
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
15-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
16-
17-
<script type="text/javascript">
18-
var DOCUMENTATION_OPTIONS = {
19-
URL_ROOT: '../',
20-
VERSION: '0.4.4',
21-
COLLAPSE_INDEX: false,
22-
FILE_SUFFIX: '.html',
23-
HAS_SOURCE: true
24-
};
25-
</script>
26-
<script type="text/javascript" src="../_static/jquery.js"></script>
27-
<script type="text/javascript" src="../_static/underscore.js"></script>
28-
<script type="text/javascript" src="../_static/doctools.js"></script>
29-
<script type="text/javascript" src="../_static/jquery.cookie.js"></script>
30-
<script type="text/javascript" src="../_static/cloud.js"></script>
31-
<link rel="shortcut icon" href="../_static/magic_conch.ico"/>
32-
<link rel="top" title="xonsh 0.4.4 documentation" href="../index.html" />
33-
<link rel="up" title="Module code" href="index.html" />
34-
<meta name="viewport" content="width=device-width, initial-scale=1">
35-
</head>
36-
<body role="document">
37-
<div class="relbar-top">
38-
39-
<div class="related" role="navigation" aria-label="related navigation">
40-
<h3>Navigation</h3>
41-
<ul>
42-
<li class="right" style="margin-right: 10px">
43-
<a href="../genindex.html" title="General Index"
44-
accesskey="I">index</a></li>
45-
<li class="right" >
46-
<a href="../py-modindex.html" title="Python Module Index"
47-
>modules</a> &nbsp; &nbsp;</li>
48-
<li><a href="../index.html">xonsh 0.4.4 documentation</a> &raquo;</li>
49-
50-
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Module code</a> &raquo;</li>
51-
</ul>
52-
</div>
53-
</div>
54-
55-
56-
<div class="document">
57-
<div class="documentwrapper">
58-
<div class="bodywrapper">
59-
<div class="body" role="main">
60-
61-
<h1>Source code for posix</h1><div class="highlight"><pre>
62-
<span></span>
63-
</pre></div>
64-
65-
</div>
66-
</div>
67-
</div>
68-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
69-
<div class="sphinxsidebarwrapper">
70-
<p class="logo"><a href="../index.html" title="index">
71-
<img class="logo" src="../_static/ascii_conch_part_color_tight.png" alt="Logo"/>
72-
</a></p>
73-
<div id="searchbox" style="display: none" role="search">
74-
<h3>Quick search</h3>
75-
<form class="search" action="../search.html" method="get">
76-
<input type="text" name="q" />
77-
<input type="submit" value="Go" />
78-
<input type="hidden" name="check_keywords" value="yes" />
79-
<input type="hidden" name="area" value="default" />
80-
</form>
81-
</div>
82-
<script type="text/javascript">$('#searchbox').show(0);</script>
83-
</div>
84-
</div>
85-
<div class="clearer"></div>
86-
</div>
87-
<div class="relbar-bottom">
88-
89-
<div class="related" role="navigation" aria-label="related navigation">
90-
<h3>Navigation</h3>
91-
<ul>
92-
<li class="right" style="margin-right: 10px">
93-
<a href="../genindex.html" title="General Index"
94-
>index</a></li>
95-
<li class="right" >
96-
<a href="../py-modindex.html" title="Python Module Index"
97-
>modules</a> &nbsp; &nbsp;</li>
98-
<li><a href="../index.html">xonsh 0.4.4 documentation</a> &raquo;</li>
99-
100-
<li class="nav-item nav-item-1"><a href="index.html" >Module code</a> &raquo;</li>
101-
</ul>
102-
</div>
103-
</div>
104-
105-
<div class="footer" role="contentinfo">
106-
&copy; Copyright 2015, Anthony Scopatz.
107-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.1.
108-
</div>
109-
<!-- cloud_sptheme 1.4 -->
110-
</body>
111-
</html>
1+
<html><script>window.location.replace("https://xon.sh/contents.html");</script></html>

0 commit comments

Comments
 (0)