Skip to content

Commit

Permalink
Merge pull request #954 from nature-of-code/notion-update-docs
Browse files Browse the repository at this point in the history
[Notion] Update docs
  • Loading branch information
shiffman committed Apr 30, 2024
2 parents 8634bd7 + 4a6e7dc commit 27fbeba
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 24 deletions.
2 changes: 1 addition & 1 deletion content/content.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"title":"Dedication","type":"page","src":"./00_2_dedication.html","slug":"dedication"},{"title":"Acknowledgments","type":"page","src":"./00_4_acknowledgments.html","slug":"acknowledgements"},{"title":"Introduction","type":"page","src":"./00_5_introduction.html","slug":"introduction"},{"title":"0. Randomness","type":"chapter","src":"./00_randomness.html","slug":"random"},{"title":"1. Vectors","type":"chapter","src":"./01_vectors.html","slug":"vectors"},{"title":"2. Forces","type":"chapter","src":"./02_forces.html","slug":"forces"},{"title":"3. Oscillation","type":"chapter","src":"./03_oscillation.html","slug":"oscillation"},{"title":"4. Particle Systems","type":"chapter","src":"./04_particles.html","slug":"particles"},{"title":"5. Autonomous Agents","type":"chapter","src":"./05_steering.html","slug":"autonomous-agents"},{"title":"6. Physics Libraries","type":"chapter","src":"./06_libraries.html","slug":"physics-libraries"},{"title":"7. Cellular Automata","type":"chapter","src":"./07_ca.html","slug":"cellular-automata"},{"title":"8. Fractals","type":"chapter","src":"./08_fractals.html","slug":"fractals"},{"title":"9. Evolutionary Computing","type":"chapter","src":"./09_ga.html","slug":"genetic-algorithms"},{"title":"10. Neural Networks","type":"chapter","src":"./10_nn.html","slug":"neural-networks"},{"title":"11. Neuroevolution","type":"chapter","src":"./11_nn_ga.html","slug":"neuroevolution"},{"title":"Appendix: Creature Design ","type":"page","src":"./xx_1_creature_design.html","slug":"appendix-creature"}]
[{"title":"Dedication","type":"page","src":"./00_2_dedication.html","slug":"dedication"},{"title":"Acknowledgments","type":"page","src":"./00_4_acknowledgments.html","slug":"acknowledgements"},{"title":"Introduction","type":"page","src":"./00_5_introduction.html","slug":"introduction"},{"title":"0. Randomness","type":"chapter","src":"./00_randomness.html","slug":"random"},{"title":"1. Vectors","type":"chapter","src":"./01_vectors.html","slug":"vectors"},{"title":"2. Forces","type":"chapter","src":"./02_forces.html","slug":"forces"},{"title":"3. Oscillation","type":"chapter","src":"./03_oscillation.html","slug":"oscillation"},{"title":"4. Particle Systems","type":"chapter","src":"./04_particles.html","slug":"particles"},{"title":"5. Autonomous Agents","type":"chapter","src":"./05_steering.html","slug":"autonomous-agents"},{"title":"6. Physics Libraries","type":"chapter","src":"./06_libraries.html","slug":"physics-libraries"},{"title":"7. Cellular Automata","type":"chapter","src":"./07_ca.html","slug":"cellular-automata"},{"title":"8. Fractals","type":"chapter","src":"./08_fractals.html","slug":"fractals"},{"title":"9. Evolutionary Computing","type":"chapter","src":"./09_ga.html","slug":"genetic-algorithms"},{"title":"10. Neural Networks","type":"chapter","src":"./10_nn.html","slug":"neural-networks"},{"title":"11. Neuroevolution","type":"chapter","src":"./11_nn_ga.html","slug":"neuroevolution"},{"title":"Appendix: Creature Design ","type":"page","src":"./xx_1_creature_design.html","slug":"appendix-creature"},{"title":"Image Credits","type":"page","src":"./xx_3_image_credits.html","slug":"image-credits"}]
2 changes: 1 addition & 1 deletion content/examples/05_steering/noc_5_02_arrive/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function setup() {
}

function draw() {
background(255,10);
background(255);
let mouse = createVector(mouseX, mouseY);

// Draw an ellipse at the mouse position
Expand Down
22 changes: 0 additions & 22 deletions content/xx_2_image_credits.html

This file was deleted.

5 changes: 5 additions & 0 deletions content/xx_2_resources.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<section data-type="page" id="section-resources">
<h1 id="additional-resources-1">Additional Resources</h1>
<p>Coming soon!</p>
<p></p>
</section>
22 changes: 22 additions & 0 deletions content/xx_3_image_credits.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<section data-type="page" id="section-image-credits">
<h1 id="image-credits">Image Credits</h1>
<p>All emojis in the book are from OpenMoji, the open source emoji and icon project, and licensed under CC BY-SA 4.0.</p>
<p><strong>Chapter 0: </strong><a href="#section-">Pages 314–315 from <em>A Million Random Digits with 100,000 Normal Deviates</em>, RAND
Corporation, MR-1418-RC, 2001. As of October 17, 2023.</a></p>
<p><strong>Chapter 1: </strong><a href="https://commons.wikimedia.org/wiki/File:Micronesian_navigational_chart.jpg">Courtesy of Jim Heaphy, used under CC BY-SA 3.0</a>.</p>
<p><strong>Chapter 2: </strong>© Ezra Stoller/Esto, used with permission.</p>
<p><strong>Chapter 3: </strong>© Bridget Riley 2023, all rights reserved.</p>
<p><strong>Chapter 4: </strong><a href="https://commons.wikimedia.org/wiki/">Courtesy of Carl D. Anderson, public domain</a>.</p>
<p><strong>Chapter 5: </strong><a href="https://en.m.wikipedia.org/wiki/File:Sixfinger_threadfin_school.jpg">Courtesy of the US National Oceanic and Atmospheric Administration photo library, public domain</a>.</p>
<p><strong>Chapter 6: </strong><a href="https://en.wikipedia.org/wiki/Living_root_bridge#/media/File:Living_root_bridges,_Nongriat_village,_Meghalaya2.jpg">Courtesy of Arshiya Urveeja Bose, used under CC BY 2.0</a><em>.</em></p>
<p><strong>Chapter 7: </strong><a href="https://commons.wikimedia.org/wiki/">Courtesy of ZSM, used under CC BY-SA 3.0</a><em>.</em></p>
<p><strong>Chapter 7, Figure 7.18: </strong><a href="https://commons/">Courtesy of Richard Ling, used under CC BY-SA 3.0</a>.</p>
<p><strong>Chapter 8: </strong><a href="#section-">Courtesy of Saad Akhtar, used under CC BY 2.0</a>.</p>
<p><strong>Chapter 9: </strong><a href="https://commons.wikimedia.org/wiki/File:Bowl_Chaco_Culture_NM_USA.jpg">Courtesy of the National Park Service, public domain</a>.</p>
<p><strong>Chapter 10: </strong><a href="#section-">Courtesy of Pi3.124, used under CC BY-SA 4.0</a>.</p>
<p><strong>Chapter 10, Figure 10.15: </strong><a href="https://commons.wikimedia.org/wiki/File:MnistExamplesModified.png">Courtesy of Suvanjanprasai, used under CC BY-SA 4.0</a>.</p>
<p><strong>Chapter 11: </strong><a href="#section-">Courtesy of the New York Public Library, public domain</a>.</p>
<p></p>
<p></p>
<p></p>
</section>

0 comments on commit 27fbeba

Please sign in to comment.