Skip to content

Commit

Permalink
Merge pull request #94 from nodedge/feature/improve-website
Browse files Browse the repository at this point in the history
Remove spaces in tutorials page of the website
  • Loading branch information
nodedge committed Jan 8, 2023
2 parents f0553f2 + 64d517a commit 4cde04e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In this example, we demonstrate how to create a model in Nodedge to calculate th
2. Add input nodes to your model to represent the constant variables of the gravitational force.
From the *Node libraries* widget on the right, drag-and-drop `Input` nodes to the scene and insert the constant values in their labels
3. Rename the input nodes by editing their title in the *Node details* widget on the right
4. From the `Operator` library, drag-and-drop `Multiplication`, `Division`, and `Sum` nodes to the scene and connect them to the input nodes
4. From the `Operator` library, drag-and-drop `Multiplication`, `Division`, and `Power` nodes to the scene and connect them to the input nodes
5. Connect an output node to display the result of the computation.

Congratulations! You have just created your first Nodedge model!
Expand Down
6 changes: 0 additions & 6 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ We welcome your feedback and contributions to improve it.
> * clicking on `File` > `New` in the Menu bar, or
> * clicking on the `New` button in the Tool bar, or
> * using `CTRL+N` shortcut
![](media/)
## Import a model

Expand All @@ -22,16 +20,12 @@ We welcome your feedback and contributions to improve it.
> * clicking on the `Open` button in the Tool bar, or
> * using `CTRL+O` shortcut
> 3. In the file dialog, select the file to open
![](media/)
## Save a model

> * Click on `File` > `Save` in the Menu bar, or
> * Click on the `Save` button in the Tool bar, or
> * Use `CTRL+S` shortcut
![](media/)
## Add a node

Expand Down

0 comments on commit 4cde04e

Please sign in to comment.