Skip to content

Commit

Permalink
Fix readme for Pypi exhibition
Browse files Browse the repository at this point in the history
  • Loading branch information
SrMouraSilva committed May 30, 2017
1 parent d60ce9d commit e3a708e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ Removing effects and connections:
Observer
--------

:class:`.ModHost` is an **observer** (see :class:`.UpdatesObserver`).
``ModHost`` is an **observer** (see ``UpdatesObserver``).
It is informed about all changes that
occur in some model instance (:class:`.BanksManager`, :class:`.Bank`,
:class:`.Pedalboard`, :class:`.Effect`, :class:`.Param`, ...),
occur in some model instance (``BanksManager``, ``Bank``,
``Pedalboard``, ``Effect``, ``Param``, ...),
allowing it to communicate with the ``mod-host`` process transparently.

It is possible to create observers! Some ideas are:
Expand All @@ -264,7 +264,7 @@ library can be accessed in the `Observer section <observer.html>`__.
Changelog
---------

.. include:: ../../CHANGES
..include:: ../../CHANGES

Maintenance
-----------
Expand Down

0 comments on commit e3a708e

Please sign in to comment.