diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index 710d6f1e..81fa0dc1 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -129,3 +129,6 @@ using :doc:`Dependency Injector <../index>`: .. literalinclude:: ../../examples/miniapps/engines_cars/example_ioc_containers.py :language: python :linenos: + + +.. disqus:: diff --git a/docs/introduction/key_features.rst b/docs/introduction/key_features.rst index 0209c6ab..928da18b 100644 --- a/docs/introduction/key_features.rst +++ b/docs/introduction/key_features.rst @@ -43,3 +43,6 @@ Components of *Dependency Injector* framework could be used: Main idea of *Dependency Injector* framework is to be useful tool for the right thing. + + +.. disqus:: diff --git a/docs/introduction/structure.rst b/docs/introduction/structure.rst index c085138e..195b3d39 100644 --- a/docs/introduction/structure.rst +++ b/docs/introduction/structure.rst @@ -45,3 +45,6 @@ Containers could be: + Overridden by each other. + Copied from each other. + Extended. + + +.. disqus:: diff --git a/docs/introduction/what_is_di.rst b/docs/introduction/what_is_di.rst index 0f1cf595..fb9caa62 100644 --- a/docs/introduction/what_is_di.rst +++ b/docs/introduction/what_is_di.rst @@ -116,6 +116,9 @@ And `John Munsch`_ provided absolutely Great answer: down to eat. +.. disqus:: + + .. _Dependency injection: http://en.wikipedia.org/wiki/Dependency_injection .. _Inversion of control: https://en.wikipedia.org/wiki/Inversion_of_control .. _Dependency inversion: https://en.wikipedia.org/wiki/Dependency_inversion_principle