```{include} ../README.md ``` ```{eval-rst} .. toctree:: :maxdepth: 1 :caption: Introduction introduction/concepts-and-features introduction/installation .. toctree:: :maxdepth: 1 :caption: Containers containers/declarative-container containers/resolving .. toctree:: :maxdepth: 1 :caption: Providers providers/factory providers/transient providers/coroutine providers/singleton providers/resource providers/object providers/provided_instance .. toctree:: :maxdepth: 1 :caption: Dependency injection injection/auto_injection.md .. toctree:: :maxdepth: 1 :caption: Integration with web frameworks integration-with-web-frameworks/fastapi integration-with-web-frameworks/flask integration-with-web-frameworks/litestar integration-with-web-frameworks/drf .. toctree:: :maxdepth: 1 :caption: Testing testing/provider-overriding .. toctree:: :maxdepth: 1 :caption: Development dev/migration-from-dependency-injector dev/contributing ```