Commit Graph

107 Commits

Author SHA1 Message Date
Roman Mogilatov
98c4ec71c1 Update Singleton provider docs 2015-09-02 19:06:09 +03:00
Roman Mogilatov
444af2ab0e Update Callable provider docs 2015-09-02 18:48:11 +03:00
Roman Mogilatov
9326fdace4 Update ExternalDependency provider docs 2015-09-02 18:36:43 +03:00
Roman Mogilatov
a9eedc6760 Update static providers docs 2015-09-02 18:16:25 +03:00
Roman Mogilatov
a7ca196ee0 Update providers overriding docs 2015-09-02 18:14:13 +03:00
Roman Mogilatov
b0c51b0292 Add minor fixes for @di.inject() docs 2015-09-02 18:13:06 +03:00
Roman Mogilatov
54da9913eb Update docs about writing custom providers 2015-09-02 17:20:19 +03:00
Roman Mogilatov
ef5c360a30 Update catalog docs 2015-09-02 12:23:18 +03:00
Roman Mogilatov
c5c0fdbd05 Update @di.inject() documentation 2015-09-02 12:23:01 +03:00
Roman Mogilatov
62df0bb853 Update @di.inject decorator docs for 0.9.x release 2015-09-01 19:08:35 +03:00
Roman Mogilatov
57d5a30726 Update installation docs for 0.9.x release 2015-09-01 16:29:28 +03:00
Roman Mogilatov
88a7168821 Update introduction docs for 0.9.x 2015-09-01 16:28:11 +03:00
Roman Mogilatov
babb49448a Add simplified syntax of kwarg injections for `Callable` provider 2015-09-01 15:24:47 +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
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
d286b2565c Updating docs main page 2015-08-05 17:33:26 +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
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
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
Roman Mogilatov
6d2f10fb7c Updating factory first example image 2015-07-28 01:30:05 +03:00
Roman Mogilatov
bc39251426 Adding docs about writing custom providers 2015-07-28 01:29:31 +03:00
Roman Mogilatov
0364128ba5 Minor changes for factory delegation docs 2015-07-25 05:33:35 +03:00
Roman Mogilatov
024b148c54 Adding docs for overriding of providers 2015-07-25 04:57:38 +03:00