Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
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
4 changes: 2 additions & 2 deletions doc/source/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Plugins
=======

The SimPhoNy library can extended through two `entry points`_ for
contributing python modules that container engine and visualisation components:
contributing python modules that contain engine and visualisation components:

- ``simphony.engine`` -- A python module that provides one or more
classes that implement the :class:`ABCModelingEngine` interface.
Expand All @@ -11,7 +11,7 @@ contributing python modules that container engine and visualisation components:
function to show (visualise the high level CUDS containers)


To declare that a package contains a visualisation or engine modules
To declare that a package contains a visualisation or engine module
for simphony, a developer has to add an entry point definition in the
``setup.py`` of the contributing package.

Expand Down