Skip to content

Commit

Permalink
Documentation: Update examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Dec 9, 2023
1 parent 8c2a937 commit bd107c2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Examples

For various code examples using SignalFlow, see `examples` in GitHub:
For code examples using SignalFlow, see [GitHub](https://github.com/ideoforms/signalflow/tree/master/examples).

[https://github.com/ideoforms/signalflow/tree/master/examples](https://github.com/ideoforms/signalflow/tree/master/examples)
To download the `examples` folder locally:

```python3
import signalflow_examples

signalflow_examples.download_examples()
```

0 comments on commit bd107c2

Please sign in to comment.