mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
add xompletions to api docs
This commit is contained in:
parent
b7aa55413b
commit
4a4076a0c2
2 changed files with 12 additions and 0 deletions
|
@ -18,3 +18,4 @@ All of the ways that xonsh completes you.
|
||||||
path
|
path
|
||||||
python
|
python
|
||||||
tools
|
tools
|
||||||
|
xompletions
|
||||||
|
|
11
docs/api/completers/xompletions.rst
Normal file
11
docs/api/completers/xompletions.rst
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
.. _xonsh_completers_xompletions:
|
||||||
|
|
||||||
|
*********************************************************
|
||||||
|
Completion Xompletions (``xonsh.completers.xompletions``)
|
||||||
|
*********************************************************
|
||||||
|
|
||||||
|
.. automodule:: xonsh.completers.xompletions
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:inherited-members:
|
||||||
|
|
Loading…
Add table
Reference in a new issue