mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 11:51:39 +03:00
Add disqus comments for introduction documents
This commit is contained in:
parent
f90deae8f7
commit
0077114cd4
|
@ -129,3 +129,6 @@ using :doc:`Dependency Injector <../index>`:
|
||||||
.. literalinclude:: ../../examples/miniapps/engines_cars/example_ioc_containers.py
|
.. literalinclude:: ../../examples/miniapps/engines_cars/example_ioc_containers.py
|
||||||
:language: python
|
:language: python
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
|
|
||||||
|
.. disqus::
|
||||||
|
|
|
@ -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
|
Main idea of *Dependency Injector* framework is to be useful tool for the
|
||||||
right thing.
|
right thing.
|
||||||
|
|
||||||
|
|
||||||
|
.. disqus::
|
||||||
|
|
|
@ -45,3 +45,6 @@ Containers could be:
|
||||||
+ Overridden by each other.
|
+ Overridden by each other.
|
||||||
+ Copied from each other.
|
+ Copied from each other.
|
||||||
+ Extended.
|
+ Extended.
|
||||||
|
|
||||||
|
|
||||||
|
.. disqus::
|
||||||
|
|
|
@ -116,6 +116,9 @@ And `John Munsch`_ provided absolutely Great answer:
|
||||||
down to eat.
|
down to eat.
|
||||||
|
|
||||||
|
|
||||||
|
.. disqus::
|
||||||
|
|
||||||
|
|
||||||
.. _Dependency injection: http://en.wikipedia.org/wiki/Dependency_injection
|
.. _Dependency injection: http://en.wikipedia.org/wiki/Dependency_injection
|
||||||
.. _Inversion of control: https://en.wikipedia.org/wiki/Inversion_of_control
|
.. _Inversion of control: https://en.wikipedia.org/wiki/Inversion_of_control
|
||||||
.. _Dependency inversion: https://en.wikipedia.org/wiki/Dependency_inversion_principle
|
.. _Dependency inversion: https://en.wikipedia.org/wiki/Dependency_inversion_principle
|
||||||
|
|
Loading…
Reference in New Issue
Block a user