Add disqus comments for introduction documents

This commit is contained in:
Roman Mogilatov 2017-02-28 22:00:08 +02:00
parent f90deae8f7
commit 0077114cd4
4 changed files with 12 additions and 0 deletions

View File

@ -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::

View File

@ -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::

View File

@ -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::

View File

@ -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