From 53d2d93f77884ab4800f74418f13a4c93658e75d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 19 Aug 2010 00:05:55 +0200 Subject: [PATCH] We now publish docs for both the master and develop branches --- docs/development/contributing.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst index 16200162..eac94799 100644 --- a/docs/development/contributing.rst +++ b/docs/development/contributing.rst @@ -136,9 +136,16 @@ Then, to generate docs:: .. note:: - The documentation at http://www.mopidy.com/docs/ is automatically updated - within 10 minutes after a documentation update is pushed to - ``jodal/mopidy/master`` at GitHub. + The documentation at http://www.mopidy.com/ is automatically updated when a + documentation update is pushed to ``jodal/mopidy`` at GitHub. + + Documentation generated from the ``master`` branch is published at + http://www.mopidy.com/docs/master/, and will always be valid for the latest + release. + + Documentation generated from the ``develop`` branch is published at + http://www.mopidy.com/docs/develop/, and will always be valid for the + latest development snapshot. Creating releases