Skip to content

Commit

Permalink
Improved passage 'Plugin dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
ub_marco committed Dec 22, 2016
1 parent 1c834f8 commit bd2cb5f
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions docs/plugins.rst
Expand Up @@ -199,17 +199,10 @@ During plugin activation, groundwork does the following:
* Read in ``self.needed_plugins``
* For each plugin name

* Check, if a plugin with this name exists in app.plugins

* If yes: activate it (if not done yet)
* If no: check for plugin classes with this name in app.plugin.classes

* If yes: Initiated and activate it
* If now: Throw error





* Check, if a plugin with this name exists in app.plugins (objects/instantiated plugins)

* If yes: activate it instantly (if not done yet)
* If no: check for plugin classes with this name in app.plugin.classes (classes, not instantiated)

* If yes: Instantiate and activate it
* If not: Throw error

0 comments on commit bd2cb5f

Please sign in to comment.