Commit Graph

343 Commits

Author SHA1 Message Date
Roman Mogilatov
ad2072688b Update test imports 2015-09-01 15:02:00 +03:00
Roman Mogilatov
4fb3a12770 Add additional shortcuts for top level package 2015-09-01 15:01:15 +03:00
Roman Mogilatov
15ed4020bc Update latest changelog 2015-09-01 00:41:10 +03:00
Roman Mogilatov
7d5f419a83 Update latest changelog 2015-09-01 00:37:21 +03:00
Roman Mogilatov
0a4cfc0d7e Fix minor issues in introduction 2015-09-01 00:36:56 +03:00
Roman Mogilatov
bab7265a90 Make minor import refactorings 2015-09-01 00:36:26 +03:00
Roman Mogilatov
234e5cb3fc Update readme with new concept example 2015-09-01 00:36:02 +03:00
Roman Mogilatov
01970dba27 Add simplified kwarg injections syntax for Factory and Singleton providers 2015-09-01 00:31:29 +03:00
Roman Mogilatov
6ac0e4a04e Add simplified syntax for @inject decorator 2015-09-01 00:30:38 +03:00
Roman Mogilatov
ec2cc5dfaf Update to 0.8.1 version 2015-08-31 16:36:31 +03:00
Roman Mogilatov
6d0f892f8a Rename Objects to Dependency Injector 2015-08-31 16:31:38 +03:00
Roman Mogilatov
c9374038be Fixing @inject import bug in example 2015-08-17 22:44:28 +03:00
Roman Mogilatov
c36e7b941c Changelog and version update, 0.7.7 2015-08-05 17:44:22 +03:00
Roman Mogilatov
ce9a223eb9 Fixing bug in concept example 2015-08-05 17:42:56 +03:00
Roman Mogilatov
3c7e7a8434 Updating concept example 2015-08-05 17:33:38 +03:00
Roman Mogilatov
d286b2565c Updating docs main page 2015-08-05 17:33:26 +03:00
Roman Mogilatov
fae322fc7f Updating README 2015-08-05 17:33:12 +03:00
Roman Mogilatov
f98b3aae01 Moving config provider example into advanced usage examples 2015-08-05 17:32:56 +03:00
Roman Mogilatov
7f82c89d95 Changing docs structure, move .rst docs out from root 2015-08-05 17:24:03 +03:00
Roman Mogilatov
d2ec7fbe45 Adding @inject decorator docs 2015-08-05 17:22:25 +03:00
Roman Mogilatov
e10f915100 Removing notes about @override decorator from advanced usage docs 2015-08-05 17:03:43 +03:00
Roman Mogilatov
a94864d654 Removing old @inject decorator examples 2015-08-05 17:03:06 +03:00
Roman Mogilatov
3d354a1cb5 Repair of config provider example 2015-08-05 17:02:28 +03:00
Roman Mogilatov
e6705f1089 Removing old catalog example 2015-08-05 17:01:46 +03:00
Roman Mogilatov
c19a7ed400 Adding @inject() decorator examples 2015-08-05 17:01:23 +03:00
Roman Mogilatov
4ccf38942b Removing old doc about entities 2015-08-05 17:00:46 +03:00
Roman Mogilatov
9735448e61 Adding catalogs documentation 2015-08-05 16:44:00 +03:00
Roman Mogilatov
41535dea0c Adding draft of catalog docs 2015-08-04 17:05:34 +03:00
Roman Mogilatov
ae7b910e85 Adding Main Entities section into Introduction docs 2015-08-04 16:13:33 +03:00
Roman Mogilatov
9773f361dd Removing of unnecessary NL 2015-08-04 16:12:58 +03:00
Roman Mogilatov
3b0c9f9e9d Adding changelog and description of 0.7.6 release 2015-08-03 23:41:46 +03:00
Roman Mogilatov
66c0e13aaf Updating docs introduction 2015-08-03 22:36:35 +03:00
Roman Mogilatov
f8fc6d49d6 Updating installation docs 2015-08-03 22:36:08 +03:00
Roman Mogilatov
d7b146810e Removing examples section from docs 2015-08-03 22:33:20 +03:00
Roman Mogilatov
223e494d56 Replacing static provider documentation examples with literalincludes 2015-08-03 15:57:06 +03:00
Roman Mogilatov
139cdd2d2e Replacing singleton provider documentation examples with literalincludes 2015-08-03 15:56:40 +03:00
Roman Mogilatov
abcd8f5369 Replacing providers overriding documentation examples with literalincludes 2015-08-03 15:52:23 +03:00
Roman Mogilatov
cbe7069227 Replacing callable provider documentation examples with literalincludes 2015-08-03 15:49:55 +03:00
Roman Mogilatov
a822f9e6d2 Replacing custom providers documentation example with literalinclude 2015-08-03 15:47:42 +03:00
Roman Mogilatov
051ed8cb7b Replacing ExternalDependeny provider examples in documentation with literalinclude 2015-08-03 15:45:58 +03:00
Roman Mogilatov
6d77bd18aa Replacing factory examples in docs with literalincludes 2015-08-03 15:42:44 +03:00
Roman Mogilatov
498465b705 Moving @override decorator into catalogs module and @inject decorator into injections module 2015-08-03 12:57:42 +03:00
Roman Mogilatov
90455beb4c #85 Objects could not be installed if six != 1.8.0 2015-07-31 16:01:07 +03:00
Roman Mogilatov
d12f3ff2ff Reformating of examples structure 2015-07-28 09:51:24 +03:00
Roman Mogilatov
ae95ecf711 Updating docs structure 2015-07-28 09:46:35 +03:00
Roman Mogilatov
f278f21101 Removing old docs 2015-07-28 09:46:06 +03:00
Roman Mogilatov
6d3f212531 Increasing image size in factory init injections documentation 2015-07-28 01:38:14 +03:00
Roman Mogilatov
64a1820ee6 Updating main image for singleton provider documentation 2015-07-28 01:37:42 +03:00
Roman Mogilatov
20fc743a22 Updating index page of providers documentation 2015-07-28 01:31:19 +03:00
Roman Mogilatov
5d4969ac78 Removing docs about providers extending 2015-07-28 01:30:34 +03:00