From 71c871caf74d2cf84297dfb9cb9cc2e0ed47eee3 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 6 Jun 2016 11:05:48 +0300 Subject: [PATCH] Return injections module API docs --- docs/api/index.rst | 1 + docs/api/injections.rst | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/api/injections.rst diff --git a/docs/api/index.rst b/docs/api/index.rst index 1f1df940..ad06c9d9 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -7,5 +7,6 @@ API Documentation top_level providers containers + injections utils errors diff --git a/docs/api/injections.rst b/docs/api/injections.rst new file mode 100644 index 00000000..794176c9 --- /dev/null +++ b/docs/api/injections.rst @@ -0,0 +1,7 @@ +``dependency_injector.injections`` +---------------------------------- + +.. automodule:: dependency_injector.injections + :members: + :inherited-members: + :show-inheritance: