Skip to content

Commit baa52f8

Browse files
committed
more docs
1 parent 01eb278 commit baa52f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: docs/source/javascript-modules.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,11 @@ While it's possible to implement a whole-sale replacement for IDOM's built-in cl
113113
adhering to IDOM's :ref:`API <Package API>` and :ref:`Specifications`, the easiest way
114114
to implement a custom client is to create an object that adheres to the
115115
:class:`~idom.client.protocol.ClientImplementation` protocol and update the ``current``
116-
value of the :attr:`~idom.client.protocol.client_implementation` ref.
116+
value of the :attr:`~idom.client.protocol.client_implementation` ref. An example of
117+
such an implementation can be seen in
118+
`IDOM's Jupyter Widgets <https://github.com/idom-team/idom-jupyter>`__.
119+
120+
The following describes the client implementation interface:
117121

118122
.. autoclass:: idom.client.protocol.ClientImplementation
119123
:noindex:

0 commit comments

Comments
 (0)