Stein Magnus Jodal
b3d9d7106e
docs: Fix testing example
2018-06-04 02:30:41 +02:00
jcass
c55a82b150
docs:fix syntax error in code sample.
2016-01-21 05:38:09 +02:00
jcass
edc3929daf
docs:address PR review comments.
2016-01-20 11:49:29 +02:00
jcass
05729d3dc0
docs:fix bullet list formatting.
2016-01-20 09:36:07 +02:00
jcass
7f03b21258
docs:align case of headings with rest of section. Remove fragmented sentences.
2016-01-20 00:19:59 +02:00
jcass
ea89a85b5e
docs:add section with some background and pointers on how to test extensions.
2016-01-20 00:07:15 +02:00
Gustaf Hallberg
8ebe9f59fd
Run sphinx linkcheck in tox. Fixes for a bunch of fixes for such.
2015-10-21 21:32:21 +02:00
Stein Magnus Jodal
5292c0b815
docs: Remove GStreamer setup from example Extension
2015-09-02 00:23:13 +02:00
Stein Magnus Jodal
ee0f2f2a94
docs: Remove extra word
2015-07-22 19:48:05 +02:00
Thomas Adamcik
edd7afb174
docs: Add some notes about validation that are performed
2015-07-22 19:31:02 +02:00
Stein Magnus Jodal
6673ae4308
docs: Add HTTP request recommendations for extensions
...
Related to #1156
2015-07-05 19:08:35 +02:00
Stein Magnus Jodal
ab7e463af0
docs: Remove trailing whitespace
2015-07-05 18:18:34 +02:00
Stein Magnus Jodal
d8bcd7f273
Rename mopidy.utils to mopidy.internal
2015-05-07 23:15:56 +02:00
Stein Magnus Jodal
3dc1901436
docs: Remove GStreamer elements from extdev guide
...
Mixers are no longer custom GStreamer elements, and while still
possible to do, custom GStreamer elements will probably not be as well
supported when we port to GStreamer 1.x.
2015-03-14 20:59:50 +01:00
Stein Magnus Jodal
2280a533c0
Use py.test as test runner
2015-03-05 00:35:20 +01:00
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