mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
39 lines
397 B
ReStructuredText
39 lines
397 B
ReStructuredText
.. _api:
|
|
|
|
=================
|
|
Xonsh API
|
|
=================
|
|
For those of you who want the gritty details.
|
|
|
|
**Language:**
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
lexer
|
|
parser
|
|
ast
|
|
execer
|
|
|
|
|
|
**Command Prompt:**
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
built_ins
|
|
environ
|
|
aliases
|
|
inspectors
|
|
completer
|
|
shell
|
|
|
|
|
|
**Helpers:**
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
tools
|
|
openpy
|
|
main
|