Merge branch 'ptk_2.0'

This commit is contained in:
Anthony Scopatz 2018-07-16 12:19:51 -04:00
commit bacf36c49c
5 changed files with 44 additions and 0 deletions

View file

@ -40,6 +40,10 @@ For those of you who want the gritty details.
ptk/history
ptk/completer
ptk/key_bindings
ptk2/shell
ptk2/history
ptk2/completer
ptk2/key_bindings
pretty
replay
diff_history

View file

@ -0,0 +1,10 @@
.. _xonsh_ptk2_completer:
*************************************************************
Prompt Toolkit 2 Completer (``xonsh.ptk2.completer``)
*************************************************************
.. automodule:: xonsh.ptk2.completer
:members:
:undoc-members:
:inherited-members:

10
docs/api/ptk2/history.rst Normal file
View file

@ -0,0 +1,10 @@
.. _xonsh_ptk2_history:
****************************************************************
Prompt Toolkit 2 History Object (``xonsh.ptk2.history``)
****************************************************************
.. automodule:: xonsh.ptk2.history
:members:
:undoc-members:
:inherited-members:

View file

@ -0,0 +1,10 @@
.. _xonsh_ptk2_key_bindings:
**********************************************************
Prompt Toolkit 2 Key Bindings (``xonsh.ptk2.key_bindings``)
**********************************************************
.. automodule:: xonsh.ptk2.key_bindings
:members:
:undoc-members:
:inherited-members:

10
docs/api/ptk2/shell.rst Normal file
View file

@ -0,0 +1,10 @@
.. _xonsh_ptk2_shell:
******************************************************
Prompt Toolkit 2 Shell (``xonsh.ptk2.shell``)
******************************************************
.. automodule:: xonsh.ptk2.shell
:members:
:undoc-members:
:inherited-members: