diff --git a/README.rst b/README.rst index 8254cdc1..12015d13 100644 --- a/README.rst +++ b/README.rst @@ -112,7 +112,9 @@ understands, see: `Features caveats can be found on the same page. 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 `_ +very well. Tips on how to use Jedi efficiently can be found `here `_. diff --git a/docs/docs/api.rst b/docs/docs/api.rst index 690e99fa..58c88ef1 100644 --- a/docs/docs/api.rst +++ b/docs/docs/api.rst @@ -1,7 +1,7 @@ .. include:: ../global.rst -The API -======= +API Overview +============ .. currentmodule:: jedi diff --git a/docs/docs/features.rst b/docs/docs/features.rst index 16c5e093..9a3cb052 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -21,10 +21,10 @@ General Features ---------------- - Python 2.7 and 3.3+ support -- ignores syntax errors and wrong indentation -- can deal with complex module / function / class structures -- virtualenv support -- can infer function arguments from sphinx, epydoc and basic numpydoc docstrings, +- Ignores syntax errors and wrong indentation +- Can deal with complex module / function / class structures +- Great Virtualenv support +- Can infer function arguments from sphinx, epydoc and basic numpydoc docstrings, and PEP0484-style type hints (:ref:`type hinting `)