Skip to content

Commit 913ce01

Browse files
committed
Update key features
1 parent 441cc66 commit 913ce01

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Key features of the ``Dependency Injector``:
7777
- **Configuration**. Read configuration from ``yaml`` & ``ini`` files, environment variables
7878
and dictionaries. See :ref:`configuration-provider`.
7979
- **Containers**. Provides declarative and dynamic containers. See :ref:`containers`.
80-
- **Performance**. Written in ``Cython``.
81-
- **Maturity**. Mature and ready for production.
80+
- **Performance**. Fast. Written in ``Cython``.
81+
- **Maturity**. Mature and production-ready. Well-tested, documented and supported.
8282

8383
.. code-block:: python
8484

docs/introduction/key_features.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Key features of the ``Dependency Injector``:
1717
- **Configuration**. Read configuration from ``yaml`` & ``ini`` files, environment variables
1818
and dictionaries. See :ref:`configuration-provider`.
1919
- **Containers**. Provides declarative and dynamic containers. See :ref:`containers`.
20-
- **Performance**. Written in ``Cython``.
21-
- **Maturity**. Mature and ready for production.
20+
- **Performance**. Fast. Written in ``Cython``.
21+
- **Maturity**. Mature and production-ready. Well-tested, documented and supported.
2222

2323
The framework stands on two principles:
2424

@@ -32,12 +32,4 @@ How is that different from the other frameworks?
3232

3333
The power of the framework is in a simplicity. ``Dependency Injector`` is a simple tool for the powerful concept.
3434

35-
In addition ``Dependency Injector`` is:
36-
37-
- Tested.
38-
- Documented.
39-
- Supported.
40-
- Semantically versioned.
41-
- Distributed as pre-compiled wheels.
42-
4335
.. disqus::

docs/main/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ follows `Semantic versioning`_
1010
Development version
1111
-------------------
1212
- Update index documentation page.
13+
- Make multiple improvements and fixes for the providers documentation.
1314
- Update "Key Features" documentation page.
1415
- Remove "Structure of Dependency Injector" documentation page.
1516
- Edit "Feedback" documentation page.

0 commit comments

Comments
 (0)