Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/source/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@ do pass it, the service can make use of this argument.
Services support a range of options and interactions not yet
documented here but all accessible via calling other methods of the
``service`` reference.

This kind of service has the app root folder in sys.path instead
of the folder where it's file is. This means that you have to
type "import service.module" instead of "import module", if the
service file is in "service/" folder