https://github.com/xflr6/graphviz
Raw File
Tip revision: 102c24dc845d1ec789925600b94d1b6818b6f40c authored by Sebastian Bank on 14 September 2015, 11:42:30 UTC
do 0.4.7 release
Tip revision: 102c24d
examples.rst
.. _examples:

Examples
========


hello.py
--------

.. literalinclude:: ../examples/hello.py
    :lines: 2-

.. image:: _static/hello.png
    :align: center


process.py
----------

.. literalinclude:: ../examples/process.py
    :lines: 2-

.. image:: _static/process.png
    :align: center


fsm.py
------

.. literalinclude:: ../examples/fsm.py
    :lines: 2-

.. image:: _static/fsm.png
    :align: center


cluster.py
----------

.. literalinclude:: ../examples/cluster.py
    :lines: 2-

.. image:: _static/cluster.png
    :align: center


er.py
-----

.. literalinclude:: ../examples/er.py
    :lines: 2-

.. image:: _static/er.png
    :align: center


unix.py
-------

.. literalinclude:: ../examples/unix.py
    :lines: 2-

.. image:: _static/unix.png
    :align: center


structs.py
----------

.. literalinclude:: ../examples/structs.py
    :lines: 2-

.. image:: _static/structs.png
    :align: center
back to top