mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Mention Virtualenv support in readme and features
This commit is contained in:
@@ -112,7 +112,9 @@ understands, see: `Features
|
|||||||
caveats can be found on the same page.
|
caveats can be found on the same page.
|
||||||
|
|
||||||
You can run Jedi on CPython 2.7 or 3.3+ but it should also
|
You can run Jedi on CPython 2.7 or 3.3+ but it should also
|
||||||
understand/parse code older than those versions.
|
understand/parse code older than those versions. Additonally you should be able
|
||||||
|
to use `Virtualenvs <https://jedi.readthedocs.org/en/latest/docs/api.html#environments>`_
|
||||||
|
very well.
|
||||||
|
|
||||||
Tips on how to use Jedi efficiently can be found `here
|
Tips on how to use Jedi efficiently can be found `here
|
||||||
<https://jedi.readthedocs.org/en/latest/docs/features.html#recipes>`_.
|
<https://jedi.readthedocs.org/en/latest/docs/features.html#recipes>`_.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. include:: ../global.rst
|
.. include:: ../global.rst
|
||||||
|
|
||||||
The API
|
API Overview
|
||||||
=======
|
============
|
||||||
|
|
||||||
.. currentmodule:: jedi
|
.. currentmodule:: jedi
|
||||||
|
|
||||||
|
|||||||
@@ -21,10 +21,10 @@ General Features
|
|||||||
----------------
|
----------------
|
||||||
|
|
||||||
- Python 2.7 and 3.3+ support
|
- Python 2.7 and 3.3+ support
|
||||||
- ignores syntax errors and wrong indentation
|
- Ignores syntax errors and wrong indentation
|
||||||
- can deal with complex module / function / class structures
|
- Can deal with complex module / function / class structures
|
||||||
- virtualenv support
|
- Great Virtualenv support
|
||||||
- can infer function arguments from sphinx, epydoc and basic numpydoc docstrings,
|
- Can infer function arguments from sphinx, epydoc and basic numpydoc docstrings,
|
||||||
and PEP0484-style type hints (:ref:`type hinting <type-hinting>`)
|
and PEP0484-style type hints (:ref:`type hinting <type-hinting>`)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user