xonsh/docs/api/index.rst
Andy Kipp 1d7cc00962
refactoring: move shell to shells.shell to avoid unwanted init (#5556)
Continue #5550 for https://github.com/xonsh/xonsh/issues/5538 

---------

Co-authored-by: a <1@1.1>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Noorhteen Raja NJ <jnoortheen@gmail.com>
2024-06-29 14:26:50 +05:30

84 lines
1.3 KiB
ReStructuredText

.. _api:
=================
Xonsh API
=================
For those of you who want the gritty details.
**Language:**
.. autosummary::
:toctree: _autosummary/lang
:template: api-summary-module.rst
:recursive:
xonsh.lexer
xonsh.parser
xonsh.ast
xonsh.execer
xonsh.imphooks
**Command Prompt:**
.. autosummary::
:toctree: _autosummary/cmd
:template: api-summary-module.rst
:recursive:
xonsh.built_ins
xonsh.environ
xonsh.aliases
xonsh.dirstack
xonsh.procs
xonsh.inspectors
xonsh.history
xonsh.completer
xonsh.completers
xonsh.prompt
xonsh.shells
xonsh.base_shell
xonsh.readline_shell
xonsh.ptk_shell
xonsh.pretty
xonsh.diff_history
xonsh.xoreutils
**Helpers:**
.. autosummary::
:toctree: _autosummary/helpers
:template: api-summary-module.rst
:recursive:
xonsh.events
xonsh.lib
xonsh.tools
xonsh.platform
xonsh.lazyjson
xonsh.lazyasd
xonsh.openpy
xonsh.foreign_shells
xonsh.commands_cache
xonsh.tracer
xonsh.main
xonsh.color_tools
xonsh.pyghooks
xonsh.dumb_shell
xonsh.wizard
xonsh.xonfig
xonsh.xontribs
xonsh.codecache
xonsh.contexts
**Xontribs:**
.. autosummary::
:toctree: _autosummary/xontribs
:template: api-summary-module.rst
:recursive:
xontrib