Skip to content
Snippets Groups Projects
Commit e5d6eb12 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Changed parts of documentation.

parent 2badc1b6
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
\section intro_dynamicGraph Introduction \section intro_dynamicGraph Introduction
The dynamic-graph package is used to connect computation nodes, "entities"
together using a graph system, akin to what Simulink does. With the building
blocks this package provides, you can easily create a full computation graph
for a given problem. It is the basis for the stack of tasks operation.
\section overview Code overview
This code implements the factory design pattern, making creation of entities This code implements the factory design pattern, making creation of entities
available to packages depending on the dynamic-graph API. available to packages depending on the dynamic-graph API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment