From fa7499b26e141eef2e9f438c9eb8ea09ade45171 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 9 Mar 2010 19:49:13 +0100 Subject: [PATCH] docs: Add link from internals to API docs --- docs/development/internals.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/internals.rst b/docs/development/internals.rst index 8764d74e..9c38f654 100644 --- a/docs/development/internals.rst +++ b/docs/development/internals.rst @@ -6,6 +6,8 @@ Some of the following notes and details will hopefully be useful when you start developing on Mopidy, while some may only be useful when you get deeper into specific parts of Mopidy. +In addition to what you'll find here, don't forget the :doc:`/api/index`. + Class instantiation and usage =============================