From 26d07b2cfe8cba89915e0e43479ddae0bdbfc88e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 18 Mar 2015 22:10:47 +0100 Subject: [PATCH] docs: Remove API stability disclaimers Not as if we've had the freedom to break anything for ages anyway. Fixes #1049 --- docs/api/http.rst | 12 ------------ docs/api/index.rst | 7 ++----- docs/api/js.rst | 12 ------------ 3 files changed, 2 insertions(+), 29 deletions(-) diff --git a/docs/api/http.rst b/docs/api/http.rst index 3eff14fd..9a7d56bb 100644 --- a/docs/api/http.rst +++ b/docs/api/http.rst @@ -14,18 +14,6 @@ WebSocket API for use both from browsers and Node.js. The :ref:`http-explore-extension` extension, can also be used to get you familiarized with HTTP based APIs. -.. warning:: API stability - - Since the HTTP JSON-RPC API exposes our internal core API directly it is to - be regarded as **experimental**. We cannot promise to keep any form of - backwards compatibility between releases as we will need to change the core - API while working out how to support new use cases. Thus, if you use this - API, you must expect to do small adjustments to your client for every - release of Mopidy. - - From Mopidy 1.0 and onwards, we intend to keep the core API far more - stable. - .. _http-post-api: diff --git a/docs/api/index.rst b/docs/api/index.rst index 5aac825c..2402186e 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -4,13 +4,10 @@ API reference ************* -.. warning:: API stability +.. note:: What is public? Only APIs documented here are public and open for use by Mopidy - extensions. We will change these APIs, but will keep the changelog up to - date with all breaking changes. - - From Mopidy 1.0 and onwards, we intend to keep these APIs far more stable. + extensions. .. toctree:: diff --git a/docs/api/js.rst b/docs/api/js.rst index fffb40fa..29866d14 100644 --- a/docs/api/js.rst +++ b/docs/api/js.rst @@ -8,18 +8,6 @@ We've made a JavaScript library, Mopidy.js, which wraps the :ref:`websocket-api` and gets you quickly started with working on your client instead of figuring out how to communicate with Mopidy. -.. warning:: API stability - - Since the Mopidy.js API exposes our internal core API directly it is to be - regarded as **experimental**. We cannot promise to keep any form of - backwards compatibility between releases as we will need to change the core - API while working out how to support new use cases. Thus, if you use this - API, you must expect to do small adjustments to your client for every - release of Mopidy. - - From Mopidy 1.0 and onwards, we intend to keep the core API far more - stable. - Getting the library for browser use ===================================