From 82ae80ad7733eb7d579163500a495b35534457ff Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 29 Aug 2017 14:05:14 +0300 Subject: [PATCH] Fix: only first line of note was displayed in the blue box --- doc/source/services.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/source/services.rst b/doc/source/services.rst index d2ea1eedb7..a250c7bc47 100644 --- a/doc/source/services.rst +++ b/doc/source/services.rst @@ -80,8 +80,10 @@ Services support a range of options and interactions not yet documented here but all accessible via calling other methods of the ``service`` reference. -.. note:: The app root directory for Python imports will be in the app -root folder even if the service file is in a subfolder. To import from -your service folder you must use e.g. ``import service.module`` -instead of ``import module``, if the service file is in the -``service/`` folder. +.. note:: + + The app root directory for Python imports will be in the app + root folder even if the service file is in a subfolder. To import from + your service folder you must use e.g. ``import service.module`` + instead of ``import module``, if the service file is in the + ``service/`` folder.