Skip to content

Commit

Permalink
Move Python examples to top-level examples directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Nov 7, 2023
1 parent 69abce8 commit a4177c1
Show file tree
Hide file tree
Showing 19 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ make -j8

## Examples

See [examples/python](examples/python) for a number of example scripts.
See [examples](examples) for a number of example scripts.

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Examples

For various code examples using SignalFlow, see `examples/python` in GitHub:
For various code examples using SignalFlow, see `examples` in GitHub:

[https://github.com/ideoforms/signalflow/tree/master/examples/python](https://github.com/ideoforms/signalflow/tree/master/examples/python)
[https://github.com/ideoforms/signalflow/tree/master/examples](https://github.com/ideoforms/signalflow/tree/master/examples)
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ If you're new to Python or getting started from scratch:

## Examples

[Several example scripts](https://github.com/ideoforms/signalflow/tree/master/examples/python) are included within the repo, covering simple control and modulation, FM synthesis, sample granulation, MIDI control, chaotic functions, etc.
[Several example scripts](https://github.com/ideoforms/signalflow/tree/master/examples) are included within the repo, covering simple control and modulation, FM synthesis, sample granulation, MIDI control, chaotic functions, etc.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ In subsequent examples, we will skip the `import` line and assume you have alrea
## Documentation

- [Installation](getting-started.md)
- [Example code](http://github.com/ideoforms/signalflow/tree/master/examples/python)
- [Example code](http://github.com/ideoforms/signalflow/tree/master/examples)
2 changes: 1 addition & 1 deletion docs/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ For more detailed installation information, including Windows install and compil

## Examples

[Several example scripts](https://github.com/ideoforms/signalflow/tree/master/examples/python) are included within the repo, covering simple control and modulation, FM synthesis, sample granulation, MIDI control, chaotic functions, etc.
[Several example scripts](https://github.com/ideoforms/signalflow/tree/master/examples) are included within the repo, covering simple control and modulation, FM synthesis, sample granulation, MIDI control, chaotic functions, etc.
2 changes: 1 addition & 1 deletion docs/installation/macos/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ signalflow test

## Examples

[Several example scripts](https://github.com/ideoforms/signalflow/tree/master/examples/python) are included within the repo, covering simple control and modulation, FM synthesis, sample granulation, MIDI control, chaotic functions, etc.
[Several example scripts](https://github.com/ideoforms/signalflow/tree/master/examples) are included within the repo, covering simple control and modulation, FM synthesis, sample granulation, MIDI control, chaotic functions, etc.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a4177c1

Please sign in to comment.