mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-11 06:22:21 +08:00
repl documentation, adds @asmeurer suggestions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user