From 08c7f311c4337f8662853c776b2617fa7bcc2015 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 24 Mar 2015 23:08:38 +0100 Subject: [PATCH] docs: Fix more comments, add refs to relevant docs --- docs/changelog.rst | 9 +++++---- docs/versioning.rst | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ab7d3f87..1f07203b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,7 +12,8 @@ Three months after our fifth anniversary, Mopidy 1.0 is finally here! Since the release of 0.19, we've closed or merged approximately 140 issues and pull requests through more than 600 commits by a record high 19 extraordinary -people, including seven newcomers. Thanks to everyone who has contributed! +people, including seven newcomers. Thanks to :ref:`everyone ` who has +:ref:`contributed `! For the longest time, the focus of Mopidy 1.0 was to be another incremental improvement, to be numbered 0.20. The result is still very much an incremental @@ -21,9 +22,9 @@ functionality. The major features of Mopidy 1.0 are: -- Semantical versioning. We promise to not break APIs before Mopidy 2.0. A - Mopidy extension working with Mopidy 1.0 should continue to work with all - Mopidy 1.x releases. +- :ref:`Semantic Versioning `. We promise to not break APIs before + Mopidy 2.0. A Mopidy extension working with Mopidy 1.0 should continue to + work with all Mopidy 1.x releases. - Preparation work to ease migration to a cleaned up and leaner core API in Mopidy 2.0, and to give us some of the benefits of the cleaned up core API diff --git a/docs/versioning.rst b/docs/versioning.rst index cd428366..bc93275b 100644 --- a/docs/versioning.rst +++ b/docs/versioning.rst @@ -1,3 +1,5 @@ +.. _versioning: + ********** Versioning **********