python-dependency-injector/docs
Illia Volochii daca85d555
Fix a few issues in the introduction (#580)
* Fix a statement about coupling and cohesion that is not always true

https://enterprisecraftsmanship.com/posts/cohesion-coupling-difference/#_types_of_code_from_a_cohesion_and_coupling_perspective

* Fix a typing issue in an example

`ApiClient` expects timeout to be an integer (based on a type hint), but `os.getenv` returns a string when `TIMEOUT` is set.

* Specify the `None` return type where it is missed

* Fix typing issues in some other places

* Edit a statement about coupling and cohesion

Co-authored-by: Roman Mogylatov <rmogilatov@gmail.com>

Co-authored-by: Roman Mogylatov <rmogilatov@gmail.com>
2022-04-16 21:29:35 -04:00
..
_static Update logo, v4 2022-01-16 18:39:36 -05:00
api Develop 4.0 (#298) 2020-10-09 15:16:27 -04:00
containers Add with support for container.override_providers() (#517) 2021-10-06 21:36:41 -04:00
examples Update sanic example 2021-09-30 18:59:09 -04:00
examples-other Update quotes in the docs 2021-09-30 19:26:04 -04:00
introduction Fix a few issues in the introduction (#580) 2022-04-16 21:29:35 -04:00
main Hotfix issue #574, bump version to 4.39.1 2022-03-29 22:51:40 -04:00
providers 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
tutorials Update examples to use config __init__ args (#527) 2021-10-31 20:31:39 -04:00
conf.py Update quotes in docs conf 2021-09-30 20:13:26 -04:00
favicon.ico Add favicon 2020-10-21 17:01:31 -04:00
index.rst Fix a few issues in the introduction (#580) 2022-04-16 21:29:35 -04:00
Makefile Rename Objects to Dependency Injector 2015-08-31 16:31:38 +03:00
wiring.rst Wiring config (#516) 2021-10-03 20:35:48 -04:00