repl documentation, adds @asmeurer suggestions

This commit is contained in:
David Halter
2013-08-05 15:18:24 +04:30
parent e287bf9bca
commit cea1d265a6
3 changed files with 19 additions and 8 deletions

View File

@@ -1,8 +1,18 @@
.. include:: ../global.rst
How to use Jedi from Python interpreter
=======================================
Jedi autocompletion in the Python interpreter
=============================================
There are two different options how you can use Jedi autocompletion in
your Python interpreter. One with your custom ``$HOME/.pythonrc.py`` file
and one that uses ``PYTHONSTARTUP``.
Using ``PYTHONSTARTUP``
-----------------------
.. automodule:: jedi.replstartup
Using a custom ``$HOME/.pythonrc.py``
-------------------------------------
.. autofunction:: jedi.utils.setup_readline