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

19 lines
547 B
ReStructuredText
Raw Normal View History

2016-03-29 20:17:12 +03:00
Introduction
============
.. meta::
2016-04-23 15:00:06 +03:00
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control
:description: Current section of documentation is designed to give an
overview on dependency injection, inversion of
control and Dependency Injector framework.
Current section of documentation is designed to give an overview on the
dependency injection, inversion of control and the ``Dependency Injector`` framework.
2016-03-29 20:17:12 +03:00
.. toctree::
:maxdepth: 2
di_in_python
key_features
installation