Stein Magnus Jodal
ae07603da0
docs: Add module name to API docs headers
...
In the same way the Python stdlib docs does.
2015-05-07 21:02:25 +02:00
Stein Magnus Jodal
746c3059ba
Merge pull request #1160 from adamcik/feature/model-corner-case-handling
...
Move new models features to new class
2015-05-05 08:08:05 +02:00
Thomas Adamcik
85871fb33d
docs: Improve fields documentation
2015-05-05 00:00:22 +02:00
Stein Magnus Jodal
624a69251f
docs: Move Backend API docs to after Core API
2015-05-03 21:55:00 +02:00
Thomas Adamcik
461061f1be
docs: Refresh of remaining parts of core API docs
2015-04-24 00:30:40 +02:00
Thomas Adamcik
830a19ca70
core: Refresh PlaylistsController documentation
2015-04-24 00:24:19 +02:00
Thomas Adamcik
88f2905133
core: Refresh LibraryController documentation
2015-04-24 00:18:53 +02:00
Thomas Adamcik
996af72af7
docs: Refresh PlaybackController documentation
2015-04-24 00:14:22 +02:00
Thomas Adamcik
b6b1bb2489
docs: Add warning above deprecated section in core
2015-04-24 00:14:01 +02:00
Thomas Adamcik
907f920f18
docs: Make it more clear what each part of core does right away
2015-04-24 00:13:30 +02:00
Thomas Adamcik
0afe8ef54c
docs: Improve core actor docs
2015-04-23 23:42:30 +02:00
Thomas Adamcik
c897877a71
docs: Manually split tracklist class documentation
2015-04-23 21:48:07 +02:00
Thomas Adamcik
05244f7e60
models: Deprecate copy and add replace method
...
Changed as with the memoization copy was lying, so replace is a better name.
2015-04-08 01:41:50 +02:00
Thomas Adamcik
9b442e1563
review: Address review comments
2015-04-06 23:27:46 +02:00
Stein Magnus Jodal
26d07b2cfe
docs: Remove API stability disclaimers
...
Not as if we've had the freedom to break anything for ages anyway.
Fixes #1049
2015-03-18 22:10:48 +01:00
Stein Magnus Jodal
5be2849547
docs: Add missing models to graph, reorder model docs
2015-03-14 21:51:37 +01:00
Stein Magnus Jodal
19e120582d
docs: Update API concepts
2015-03-14 21:06:28 +01:00
Stein Magnus Jodal
82b94693f9
docs: Add Image to model relation graph
2015-02-13 01:39:57 +01:00
Stein Magnus Jodal
42115c56f7
core: Add mixer controller ( fixes : #962 )
...
Deprecate volume and mute methods on playback controller.
2015-02-12 10:31:16 +01:00
Stein Magnus Jodal
5b614e95d6
Update to Mopidy.js 0.5.0
2015-01-31 22:15:40 +01:00
Thomas Adamcik
5513cbcfb1
audio: Update audio taglist key documentation
2014-12-27 23:28:19 +01:00
Stein Magnus Jodal
496142c201
py3: Use absolute imports by default
2014-12-07 20:17:10 +01:00
Stein Magnus Jodal
39bee603fa
docs: Add HistoryController to core API
2014-09-23 18:55:37 +02:00
Stein Magnus Jodal
d6e0c8d7e6
js: Move Mopidy.js source code to a new Git repo
2014-09-11 21:49:58 +02:00
Stein Magnus Jodal
1dfd14615a
docs: Include mixers in concepts
2014-08-20 00:46:30 +02:00
dz0ny
bbc946a4c2
Add mention for HTTP API explorer in relevant places.
2014-07-20 18:35:47 +02:00
Stein Magnus Jodal
4679bc0939
docs: Reference the extension pages instead of maintaining multiple lists
2014-07-17 02:15:58 +02:00
Stein Magnus Jodal
a361da25d1
docs: Link to software mixer page
2014-07-17 01:34:16 +02:00
Stein Magnus Jodal
b24835163b
docs: Show full exception path
2014-07-17 01:31:46 +02:00
Stein Magnus Jodal
b8de7fa75c
mixer: Add MixerListener
2014-07-10 01:00:35 +02:00
Stein Magnus Jodal
83f1d00944
docs: Add {Backend,Frontend,Mixer}Error guidelines to backend/frontend/mixer APIs
2014-07-09 23:49:06 +02:00
Stein Magnus Jodal
aa2cb12b9c
docs: Add Mopidy-SoftwareMixer to the mixer impl list
2014-07-08 01:56:57 +02:00
Stein Magnus Jodal
297aac4f5a
docs: Add Mopidy-ALSAMixer to mixer impl list
2014-07-06 21:33:51 +02:00
Stein Magnus Jodal
9ca4dae167
mixer: Add mixer API
2014-07-06 21:32:59 +02:00
Trygve Aaberge
62784d12e7
Add Mopidy-Spotify-Tunigo to list of extensions
2014-06-24 16:51:33 +02:00
Stein Magnus Jodal
c5028a8576
js: Fix console setup, allow mocking of the console
2014-06-20 11:16:15 +02:00
Stein Magnus Jodal
56ad78c333
docs: Add more details on Mopidy.js calling convention
2014-06-19 23:57:35 +02:00
Stein Magnus Jodal
225f41f999
js: Add by-position-or-by-name calling convention
...
Fixes #699
2014-06-18 23:27:07 +02:00
Stein Magnus Jodal
858a6977df
js: Add callingConvention setting
...
For now it defaults to the existing behavior "by-position-only" and changing it
has no effect.
2014-06-17 20:57:55 +02:00
Stein Magnus Jodal
6864cc97ea
docs: Improve Mopidy.js promise usage examples
...
Thanks to @briancavalier for the review!
2014-06-16 23:46:17 +02:00
Stein Magnus Jodal
3cf1973652
docs: Fix typo
2014-06-16 23:45:52 +02:00
Stein Magnus Jodal
681c2d1560
docs: Improve Mopidy.js Promise usage examples
2014-06-16 00:39:38 +02:00
Stein Magnus Jodal
76d13b6efd
docs: Document Mopidy.js settings ( fixes #702 )
2014-06-16 00:38:40 +02:00
Stein Magnus Jodal
720a403439
http: Remove unused Router class
2014-06-04 21:32:54 +02:00
Stein Magnus Jodal
33228f2528
http: Simplify app registration
2014-06-04 21:32:19 +02:00
Stein Magnus Jodal
eea6138b3d
http: Simplify static files serving
2014-06-04 20:47:49 +02:00
Stein Magnus Jodal
0e7c76db2e
docs: Fix error
2014-06-03 00:42:24 +02:00
Stein Magnus Jodal
325ea976d8
docs: Add examples of using core from Tornado/WSGI
2014-05-30 22:52:46 +02:00
Stein Magnus Jodal
3354750921
docs: Add HTTP router docs
...
These docs reflects the current API usage.
I have plans to simplify the API, but I want to try out my ideas in
documentation first, so I need docs for existing API to have a starting point.
2014-05-30 16:13:13 +02:00
Stein Magnus Jodal
d03988e1f5
http: Update docs todos
2014-05-22 21:03:42 +02:00