From 1e463a4616e682c3f85c7a89d2aff084ba47af97 Mon Sep 17 00:00:00 2001 From: adrianfiedler Date: Thu, 21 Apr 2022 14:23:53 +0200 Subject: [PATCH 1/2] Remove non existing example links from dcgan.md The links to the "LatentVector" example do not exist. Only "RandomWalk", "Slider" and "Random". --- docs/reference/dcgan.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/reference/dcgan.md b/docs/reference/dcgan.md index dbdd0b23f..fea3a82a3 100644 --- a/docs/reference/dcgan.md +++ b/docs/reference/dcgan.md @@ -105,20 +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) From d9fbaffeff557a56dd0ef2d224e28ca6a4f0ee63 Mon Sep 17 00:00:00 2001 From: Linda Paiste Date: Sat, 23 Apr 2022 17:56:20 -0500 Subject: [PATCH 2/2] Apply suggestions from code review Delete non existing plain js examples --- docs/reference/dcgan.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reference/dcgan.md b/docs/reference/dcgan.md index fea3a82a3..213bba879 100644 --- a/docs/reference/dcgan.md +++ b/docs/reference/dcgan.md @@ -116,8 +116,6 @@ dcgan.generate(callback, ?latentVector); **plain javascript** -* [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)