doc: link df simulation example
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Wed, 27 Jun 2012 22:43:27 +0000 (00:43 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Wed, 27 Jun 2012 22:43:27 +0000 (00:43 +0200)
doc/dataflow.rst
doc/simulation.rst

index b1bca206f45c1c9b4a3f371d370542102e6e3c2f..6dde22fddc56b1485eb57c3f9aa1dbda94f517e8 100644 (file)
@@ -181,6 +181,8 @@ The ``Token`` class contains the following items:
 * The name of the endpoint from which it is to be received, or to which it is to be transmitted. This value is not modified by the transaction.
 * A dictionary of values corresponding to the fields of the token. Fields that are lower-level records are represented by another dictionary. This item should be set to ``None`` (default) when receiving from a sink.
 
+See :ref:`dfsimexample` for an example demonstrating the use of these actors.
+
 Arithmetic and logic actors
 ===========================
 
index 41db27dec80142633747e58719bb88025bceedd1..ce0a6d91303e5572aa2776ee05e6c1f8cc14aeed 100644 (file)
@@ -160,6 +160,8 @@ Abstract bus transactions
 .. include:: ../examples/sim/abstract_transactions.py
    :code: python
 
+.. _dfsimexample:
+   
 Dataflow simulation actors
 ==========================
 .. include:: ../examples/sim/dataflow.py