diff --git a/doc/dev/reference/app_module.rst b/doc/dev/reference/app_module.rst deleted file mode 100644 index 3dba5e53a..000000000 --- a/doc/dev/reference/app_module.rst +++ /dev/null @@ -1,16 +0,0 @@ -.. SPDX-License-Identifier: CC-BY-SA-4.0 - -App Module ----------- - -These methods are optionally provided by the module in which an app is -implemented and FreedomBox calls/uses them if they are present. - -.depends -^^^^^^^^^^^^^^^^^^^^ - -Optional. This module property must contain a list of all apps that this -application depends on. The application is specified as string which is the -final part of the full module load path. For example, ``names``. Dependencies -are part of the :class:`~plinth.app.Info` component. Need for this attribute at -the module level will be removed in the future. diff --git a/doc/dev/reference/index.rst b/doc/dev/reference/index.rst index bf40769aa..b96ab585a 100644 --- a/doc/dev/reference/index.rst +++ b/doc/dev/reference/index.rst @@ -14,7 +14,6 @@ and are updated when the API is updated. app components/index - app_module actions action_utils views