python-dependency-injector/docs/introduction/index.rst

15 lines
296 B
ReStructuredText
Raw Normal View History

2016-03-29 17:17:12 +00:00
Introduction
============
Current section of documentation is designed to give some overview about
dependency injection pattern, inversion of control principle and
*Dependency Injector* framework.
2016-03-29 17:17:12 +00:00
.. toctree::
:maxdepth: 2
what_is_di
di_in_python
key_features
structure