injector/docs
Jakub Stasiak 2be8dbac43 Introduce a new decorator to use with Module methods
provider provides (all puns intended) a more compact way to do what
provider + inject used to. It infers the interface to provide based on
decorated method's return type annotations therefore cooperating nicely
with type hints[1] and tools that use them.

Some source files are no longer fed to py.test because they contain
Python 3+ only syntax.

[1] https://docs.python.org/3/library/typing.html
2016-10-18 15:22:22 +02:00
..
_templates Improve Sphinx documentation 2013-09-19 23:53:24 +01:00
Makefile Move documentation directory 2013-09-16 23:48:48 +01:00
api.rst Fix thread-safety note 2013-09-20 00:51:39 +01:00
changelog.rst Improve Sphinx documentation 2013-09-19 23:53:24 +01:00
conf.py Read version directly from imported module 2013-09-20 00:50:01 +01:00
faq.rst Introduce new, Python 3-only way to declare things to inject 2016-10-18 14:40:12 +02:00
index.rst Add FAQ and good/bad practices to the docs 2014-10-28 00:24:30 +00:00
logging.rst Improve Sphinx documentation 2013-09-19 23:53:24 +01:00
practices.rst Introduce a new decorator to use with Module methods 2016-10-18 15:22:22 +02:00
scopes.rst Introduce a new decorator to use with Module methods 2016-10-18 15:22:22 +02:00
terminology.rst Introduce a new decorator to use with Module methods 2016-10-18 15:22:22 +02:00
testing.rst make testing example more realistic 2015-09-17 15:38:51 +03:00