##// END OF EJS Templates
Add metadata to DisplayObject (#10614)...
Add metadata to DisplayObject (#10614) The aim of this PR is to get it so that DisplayObject has a metadata API that can be inherited by it's subclasses. One of the challenges in designing this is to not destroy those subclasses that had already defined their own metadata API (such as Image). This also adds a way for SVG objects to surface metadata when returned or displayed.

File last commit:

r21636:ec0fabd0
r23746:4883c32a
Show More
parallel_connections.rst
8 lines | 263 B | text/x-rst | RstLexer
/ docs / source / development / parallel_connections.rst
Min RK
remove a few more docs that have been moved to other repos
r21636 :orphan:
MinRK
added parallel message docs to development section
r2790
==============================================
Connection Diagrams of The IPython ZMQ Cluster
==============================================
Min RK
remove a few more docs that have been moved to other repos
r21636 IPython parallel has moved to ipyparallel -
see :ref:`ipyparallel:parallel_connections` for the documentation.