xonsh/docs/api/index.rst

90 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2015-03-07 19:30:06 -06:00
.. _api:
=================
Xonsh API
=================
For those of you who want the gritty details.
2018-07-19 19:59:07 -04:00
**Xonsh Standard Library:**
.. toctree::
:maxdepth: 2
lib/index
2015-03-07 19:53:41 -06:00
**Language:**
.. toctree::
:maxdepth: 1
lexer
2015-03-07 20:11:33 -06:00
parser
ast
execer
2015-03-30 00:11:37 -05:00
imphooks
2015-03-07 19:53:41 -06:00
2015-03-07 20:24:07 -06:00
**Command Prompt:**
.. toctree::
:maxdepth: 1
built_ins
environ
aliases
2015-03-21 20:01:10 -04:00
dirstack
2015-03-27 02:07:17 -04:00
jobs
procs/index
2015-03-07 20:30:45 -06:00
inspectors
2016-12-20 13:47:58 -08:00
history/index
2015-03-07 20:30:45 -06:00
completer
2016-06-04 20:05:55 -04:00
completers/index
2016-09-04 19:59:48 +08:00
prompt/index
2015-03-07 20:30:45 -06:00
shell
base_shell
readline_shell
ptk_shell/shell
ptk_shell/history
ptk_shell/completer
ptk_shell/key_bindings
pretty
2015-08-23 22:57:36 -04:00
diff_history
2017-02-12 18:36:50 -05:00
xoreutils/index
2015-03-07 20:24:07 -06:00
2015-03-07 19:30:06 -06:00
**Helpers:**
.. toctree::
:maxdepth: 1
2016-08-27 23:00:50 -04:00
events
2015-03-07 19:30:06 -06:00
tools
platform
2017-02-26 15:42:36 -05:00
jsonutils
2015-05-03 20:09:26 -05:00
lazyjson
2016-06-25 12:52:05 -04:00
lazyasd
2015-03-07 20:24:07 -06:00
openpy
2015-10-11 10:51:26 -04:00
foreign_shells
2016-06-24 14:20:37 -04:00
commands_cache
2016-02-05 01:45:05 -05:00
tracer
2015-03-07 19:30:06 -06:00
main
2017-02-21 00:15:34 -05:00
color_tools
2015-03-31 01:10:19 -05:00
pyghooks
2015-10-04 15:00:00 -04:00
jupyter_kernel
2018-08-02 23:49:55 -04:00
jupyter_shell
2018-12-13 16:02:59 -05:00
dumb_shell
2016-01-06 01:55:40 -08:00
wizard
xonfig
xontribs_meta
2016-03-27 06:39:24 -04:00
codecache
2016-06-05 22:41:56 -04:00
contexts
2016-02-05 01:45:05 -05:00
2016-05-11 00:42:36 -04:00
**Xontribs:**
.. toctree::
:maxdepth: 1
mplhooks
vox