Skip to content

Commit

Permalink
fixed html buikd
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Sep 5, 2021
1 parent 7689214 commit c95f530
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/development/dev_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Please refer to the |daliuge| :doc:`../intro` for a top-level introduction to th
service_components
wrap_existing
test_and_debug
component_binding
eagle_integration
deployment_testing

Expand Down
2 changes: 1 addition & 1 deletion docs/development/dev_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ The |daliuge| system consists of three main parts:

All three of them are essentially independent and can be used without the others running. The EAGLE visual graph editor is a web application, which deals with *Nodes*, i.e. with JSON descriptions of *Components*. It also allows users to define these descriptions starting from node templates, which are contained in a standard palette, called 'All Nodes', which is loaded when EAGLE is started in a browser. The nodes of one or multiple palettes are used to construct a workflow graph. Graphs and Palettes are stored as JSON files and they are essentially the same, except for the additional arrangement and visual information in a graph file. A graph can be stored as a palette and then used to create other graphs.

The JSON description of the nodes in a palette can be generated from the component interface code by means of special in-line documentation tags. This procedure is described in detail in :doc:`component_binding`.
The JSON description of the nodes in a palette can be generated from the component interface code by means of special in-line documentation tags. This procedure is described in detail in _reference_.

0 comments on commit c95f530

Please sign in to comment.