Commit Graph

63 Commits

Author SHA1 Message Date
Stein Magnus Jodal
496142c201 py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
Stein Magnus Jodal
31c874b3eb docs: Make extensiondev example and API docs for validate_environment() match 2014-10-12 11:40:59 +02:00
Nick Steel
76f568e0f0 Added section on running a developed extension
Also some typos and updates.
2014-07-26 13:27:52 +01:00
dz0ny
bbc946a4c2 Add mention for HTTP API explorer in relevant places. 2014-07-20 18:35:47 +02:00
Stein Magnus Jodal
9ca5b4af39 docs: Remove reference to mopidy.audio.mixers 2014-07-15 00:07:11 +02:00
Stein Magnus Jodal
cf051d243a docs: Fix second typo 2014-06-20 23:54:59 +02:00
Stein Magnus Jodal
43c0d0ba92 docs: Fix typo (closes #753) 2014-06-20 23:38:19 +02:00
Stein Magnus Jodal
6c80476d2a docs: Fix broken reference 2014-06-19 23:36:41 +02:00
Stein Magnus Jodal
67b88b6992 docs: Add web app section to extensiondev guide 2014-06-04 21:58:03 +02:00
Stein Magnus Jodal
04bea8e856 docs: Remove depdendency check from validate_environment() example 2014-01-18 02:27:56 +01:00
Stein Magnus Jodal
06abe7c5e0 docs: Add logging to extension example 2014-01-18 02:27:37 +01:00
Thomas Adamcik
21ce22fb7b docs: Add config to frontend and backend examples. 2014-01-15 22:48:46 +01:00
Stein Magnus Jodal
25e4bc0e30 docs: Recommend using Python module name as logger name 2014-01-13 22:28:17 +01:00
Stein Magnus Jodal
81b3f21af0 docs: Update backend import 2014-01-11 18:28:16 +01:00
Stein Magnus Jodal
3c7c0ae46c docs: Use Extension.setup() in extensiondev guide 2014-01-11 14:24:32 +01:00
Stein Magnus Jodal
b628825964 docs: Minor tweaks 2014-01-11 14:24:10 +01:00
Stein Magnus Jodal
99dff7515c docs: Add check-manifest tips 2014-01-11 14:19:37 +01:00
Stein Magnus Jodal
95ef4c0193 ext: Remove get_library_updaters() 2014-01-11 14:05:54 +01:00
Thomas Adamcik
9794826f26 local: Review changes 2013-12-04 22:52:24 +01:00
Thomas Adamcik
121d2c782a docs: Add info about local-json and pluggable libraries 2013-11-28 23:42:12 +01:00
Stein Magnus Jodal
13fb2bf604 docs: Fix reference 2013-11-23 21:40:05 +01:00
Thomas Adamcik
0ab772f251 docs: Add command API to docs and extension dev page. 2013-11-16 03:04:48 +01:00
Thomas Adamcik
851cf65328 docs: More review fixes 2013-11-10 13:11:01 +01:00
Thomas Adamcik
3945e437de docs: Fix minor doc issues found during review
- Adds autodoc for mopidy.audio.scan
- Updates ``file://`` to ``local:``
- Minor language fix.
2013-11-09 13:30:27 +01:00
Stein Magnus Jodal
971d84467f docs: Add cookiecutter, update extension examples 2013-10-07 22:20:23 +02:00
Stein Magnus Jodal
b6844a1e99 docs: A word about codestyle and conventions in extensions 2013-04-26 22:21:57 +02:00
Stein Magnus Jodal
03e5dfd05b docs: Fix syntax error in example 2013-04-26 22:06:09 +02:00
Thomas Adamcik
b7232797ea config/ext: Accept unicode defaults 2013-04-24 23:31:39 +02:00
Stein Magnus Jodal
5150b0bb53 docs: Extensions should have a MANIFEST.in and ext.conf 2013-04-20 23:08:23 +02:00
Stein Magnus Jodal
a9a789aa8a conf: Rename logging.levels to loglevels
Part of #280
2013-04-15 20:40:01 +02:00
Thomas Adamcik
0ede12f050 ext: Update and fix extensiondev docs with respect to config 2013-04-15 00:08:48 +02:00
Stein Magnus Jodal
6df42299b4 docs: Remove b'' usage in setup.py example 2013-04-14 13:15:42 +02:00
Stein Magnus Jodal
209c8d979a docs: Document API of Extension class 2013-04-14 13:12:14 +02:00
Stein Magnus Jodal
06534a8dc2 docs: Update Extension example 2013-04-13 22:56:23 +02:00
Stein Magnus Jodal
9d94e815ce docs: Note about logging in extensions 2013-04-13 14:22:37 +02:00
Stein Magnus Jodal
a2e08c6d4e docs: Add note about extension's API usage 2013-04-13 14:04:54 +02:00
Stein Magnus Jodal
0052dbeb0d docs: Remove extension support implementation plan 2013-04-13 14:01:07 +02:00
Stein Magnus Jodal
a543a01675 docs: Minor updates to extensiondev docs 2013-04-13 13:55:56 +02:00
Stein Magnus Jodal
e1cf8fbd2c docs: Remove extensiondev draft warning 2013-04-13 13:40:14 +02:00
Thomas Adamcik
e226ddd652 config/ext: Remove ext. prefix from configs. 2013-04-02 22:12:00 +02:00
Stein Magnus Jodal
2e678ffe8f ext: Change entry point from 'mopidy.extension' to 'mopidy.ext' to be more consistent 2013-04-02 12:07:35 +02:00
Stein Magnus Jodal
7d78d02d59 ext: Add both dist_name and ext_name to Extension class 2013-04-02 12:04:03 +02:00
Stein Magnus Jodal
f80f9d878e docs: Tweak extensiondev docs 2013-04-02 11:51:48 +02:00
Stein Magnus Jodal
09b6859752 docs: Update extensiondev implementation plan 2013-04-01 23:59:40 +02:00
Stein Magnus Jodal
54164007c5 docs: Update extensiondev docs to match real usage 2013-04-01 23:45:23 +02:00
Stein Magnus Jodal
4a8b7c763e docs: Remove py_modules comment from example setup.py 2013-04-01 22:10:18 +02:00
Thomas Adamcik
c416893fb3 ext: Update suggestion for config validation mechanics. 2013-04-01 21:57:53 +02:00
Stein Magnus Jodal
bddb90e490 docs: Add 'ext.' prefix to config sections 2013-04-01 20:44:23 +02:00
Stein Magnus Jodal
aa1f8199c2 Remove the FRONTENDS setting 2013-04-01 20:22:29 +02:00
Stein Magnus Jodal
77f8e228d8 docs: Fix typo 2013-04-01 13:19:46 +02:00