Skip to content

Commit 3ddf131

Browse files
committed
Merge branch 'release/3.30.0' into master
2 parents ca18fea + 2f42de9 commit 3ddf131

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1424
-620
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Choose one of the following:
157157
- `Flask web application tutorial <http://python-dependency-injector.ets-labs.org/tutorials/flask.html>`_
158158
- `Aiohttp REST API tutorial <http://python-dependency-injector.ets-labs.org/tutorials/aiohttp.html>`_
159159
- `Asyncio monitoring daemon tutorial <http://python-dependency-injector.ets-labs.org/tutorials/asyncio-daemon.html>`_
160+
- `CLI application tutorial <http://python-dependency-injector.ets-labs.org/tutorials/cli.html>`_
160161

161162
Installation
162163
============

docs/examples/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ and powered by *Dependency Injector* framework.
1515
.. toctree::
1616
:maxdepth: 2
1717

18-
movie_lister
1918
services_miniapp_v1
2019
services_miniapp_v2
2120
bundles_miniapp

docs/examples/movie_lister.rst

Lines changed: 0 additions & 124 deletions
This file was deleted.
-33.8 KB
Binary file not shown.

docs/introduction/di_in_python.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ Choose one of the following as a next step:
135135
+ :ref:`flask-tutorial`
136136
+ :ref:`aiohttp-tutorial`
137137
+ :ref:`asyncio-daemon-tutorial`
138-
+ Know more about the :ref:`providers`.
139-
+ Go to the :ref:`contents`.
138+
+ :ref:`cli-tutorial`
139+
+ Know more about the :ref:`providers`
140+
+ Go to the :ref:`contents`
140141

141142
Useful links
142143
~~~~~~~~~~~~

docs/main/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
3.30.0
11+
------
12+
- Rework ``Movie Lister`` example.
13+
- Add tutorial for building ``Movie Lister``.
14+
- Make some rewording for the other tutorials.
15+
- Fix a couple of typos.
16+
1017
3.29.0
1118
------
1219
- Update README with the more direct message on what is ``Dependency Injector`` and how is it

docs/providers/selector.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _selector-provider:
2+
13
Selector providers
24
------------------
35

docs/tutorials/aiohttp.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ We've used the ``Dependency Injector`` as a dependency injection framework.
922922

923923
The benefit you get with the ``Dependency Injector`` is the container. It starts to payoff
924924
when you need to understand or change your application structure. It's easy with the container,
925-
cause you have everything in one place:
925+
cause you have everything defined explicitly in one place:
926926

927927
.. code-block:: python
928928
@@ -962,8 +962,8 @@ cause you have everything in one place:
962962
963963
What's next?
964964

965-
- Look at the other :ref:`tutorials`.
966-
- Know more about the :ref:`providers`.
967-
- Go to the :ref:`contents`.
965+
- Look at the other :ref:`tutorials`
966+
- Know more about the :ref:`providers`
967+
- Go to the :ref:`contents`
968968

969969
.. disqus::

docs/tutorials/asyncio-daemon.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ We've used the ``Dependency Injector`` as a dependency injection framework.
10301030

10311031
The benefit you get with the ``Dependency Injector`` is the container. It starts to payoff
10321032
when you need to understand or change your application structure. It's easy with the container,
1033-
cause you have everything in one place:
1033+
cause you have everything defined explicitly in one place:
10341034

10351035
.. code-block:: python
10361036
@@ -1080,8 +1080,8 @@ cause you have everything in one place:
10801080
10811081
What's next?
10821082

1083-
- Look at the other :ref:`tutorials`.
1084-
- Know more about the :ref:`providers`.
1085-
- Go to the :ref:`contents`.
1083+
- Look at the other :ref:`tutorials`
1084+
- Know more about the :ref:`providers`
1085+
- Go to the :ref:`contents`
10861086

10871087
.. disqus::
36.3 KB
Loading

0 commit comments

Comments
 (0)