Added a type hinting recipe to docs (refs #133)

This commit is contained in:
Danilo Bargen
2013-02-16 14:03:49 +01:00
parent 860d5a061f
commit d3947a6dc7
3 changed files with 47 additions and 1 deletions

View File

@@ -13,7 +13,8 @@ General Features
- ignores syntax errors and wrong indentation
- can deal with complex module / function / class structures
- virtualenv support
- can infer function arguments from sphinx and epydoc docstrings
- can infer function arguments from sphinx and epydoc docstrings (:ref:`type
hinting <type-hinting>`)
Supported Python Features