Skip to content

Commit

Permalink
Merge pull request #1358 from adrianfiedler/remove-nonexisting-links-…
Browse files Browse the repository at this point in the history
…dcgan

Remove non existing example links from dcgan.md
  • Loading branch information
lindapaiste authored Apr 23, 2022
2 parents 0b7b956 + d9fbaff commit 585596b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/reference/dcgan.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,17 @@ dcgan.generate(callback, ?latentVector);
## Examples
**p5.js**
* [DCGAN_LatentVector](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/DCGAN/DCGAN_LatentVector)
* [DCGAN_LatentVector_RandomWalk](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/DCGAN/DCGAN_LatentVector_RandomWalk)
* [DCGAN_LatentVector_Slider](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/DCGAN/DCGAN_LatentVector_Slider)
* [DCGAN_Random](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/DCGAN/DCGAN_Random)
**p5 web editor**
* [DCGAN_LatentVector](https://editor.p5js.org/ml5/sketches/DCGAN_LatentVector)
* [DCGAN_LatentVector_RandomWalk](https://editor.p5js.org/ml5/sketches/DCGAN_LatentVector_RandomWalk)
* [DCGAN_LatentVector_Slider](https://editor.p5js.org/ml5/sketches/DCGAN_LatentVector_Slider)
* [DCGAN_Random](https://editor.p5js.org/ml5/sketches/DCGAN_Random)
**plain javascript**
* [DCGAN_LatentVector](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/DCGAN/DCGAN_LatentVector)
* [DCGAN_LatentVector_RandomWalk](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/DCGAN/DCGAN_LatentVector_RandomWalk)
* [DCGAN_LatentVector_Slider](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/DCGAN/DCGAN_LatentVector_Slider)
* [DCGAN_Random](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/DCGAN/DCGAN_Random)
Expand Down

0 comments on commit 585596b

Please sign in to comment.