From d09b87c2d6acaadd4a15d3c4e03c2e457a79f835 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 10 Aug 2020 22:06:42 -0400 Subject: [PATCH] Update README.rst --- README.rst | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/README.rst b/README.rst index db9e2d55..fe20fed7 100644 --- a/README.rst +++ b/README.rst @@ -159,20 +159,20 @@ You can pass one of the dependency injection tutorials: - `Aiohttp REST API tutorial `_ - `Asyncio monitoring daemon tutorial `_ -How to install? ---------------- +Installation +============ - The package is available on the `PyPi`_:: pip install dependency-injector -Where is the docs? ------------------- +Documentation +============= - The documentation is available on the `Read The Docs `_ Frequently asked questions --------------------------- +========================== What is the dependency injection? - dependency injection is a principle that decreases coupling and increases cohesion @@ -209,27 +209,19 @@ What features the framework does NOT have? - the annotations and ``@inject``-like decorators Have a question? ----------------- - -- Open a `Github Issue `_ + - Open a `Github Issue `_ Found a bug? ------------- - -- Open a `Github Issue `_ + - Open a `Github Issue `_ Want to help? -------------- - -- |star| Star the ``Dependency Injector`` on the `Github `_ -- |new| Start a new project with the ``Dependency Injector`` -- |tell| Tell your friend about the ``Dependency Injector`` + - |star| Star the ``Dependency Injector`` on the `Github `_ + - |new| Start a new project with the ``Dependency Injector`` + - |tell| Tell your friend about the ``Dependency Injector`` Want to contribute? -------------------- - -- |fork| Fork the project -- |pull| Open a pull request to the ``develop`` branch + - |fork| Fork the project + - |pull| Open a pull request to the ``develop`` branch .. _PyPi: https://pypi.org/project/dependency-injector/