mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-17 12:03:13 +03:00
Fix Sphinx warning
This commit is contained in:
parent
4bfe64563e
commit
b261251b34
9
docs/api/asgi-lifespan.rst
Normal file
9
docs/api/asgi-lifespan.rst
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
dependency_injector.ext.starlette
|
||||||
|
=================================
|
||||||
|
|
||||||
|
.. automodule:: dependency_injector.ext.starlette
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
.. disqus::
|
|
@ -314,7 +314,7 @@ And to initialize all resources you can use ``init_resources()`` and ``shutdown_
|
||||||
# >>> Shutdown generic
|
# >>> Shutdown generic
|
||||||
|
|
||||||
|
|
||||||
It works using the :ref:`traverse` method to find all resources of the specified type, selecting all resources
|
It works using the ``traverse()`` method to find all resources of the specified type, selecting all resources
|
||||||
which are instances of the specified type.
|
which are instances of the specified type.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user