From 90fd3dea34b1e98878aba74b0fcd2923fb7b0de0 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 2 Dec 2012 23:15:19 +0100 Subject: [PATCH] readme: add sphinx docstrings, #40 --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 13981589..c37eaebe 100644 --- a/README.rst +++ b/README.rst @@ -102,6 +102,7 @@ Jedi supports many of the widely used Python features: - simple/usual ``sys.path`` modifications - ``isinstance`` checks for if/while/assert - virtualenv support +- infer function arguments with sphinx (and other) docstrings However, it does not yet support (and probably will in future versions, because they are on my todo list):