Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About Hedgehog Book

This is an interactive math-algorithm-code book powered by Hedgehog Lab (https://github.com/Hedgehog-Computing/hedgehog-lab).

All the codes provided in this book are Hedgehog Script. Every snippet can be compiled and executed totally inside your browser, and can be executed in Hedgehog Lab (https://hedgehog-lab.github.io).

Read this book at https://hedgehog-book.github.io/.

Author

Xinran Wang, founder of Hedgehog Computing (https://linktr.ee/lidang).

Cite Hedgehog Book

If you use Hedgehog Book in your research or study, please use the following BibTeX entry

@misc{HedgehogBook2021,
  user =       {Xinran Wang},
  title =        {Hedgehog Book},
  howpublished = {\url{https://hedgehog-book.github.io/}},
  year =         {2021}
}

Contribute to this book

This book is written in Markdown, built with GitBook and served with Github Pages.

Install GitBook via NPM:

$ npm install gitbook-cli -g

Install all plugins for this book:

$ gitbook install

Launch GitBook development server:

$ gitbook serve

Build a release version of Hedgehog Book at "_book" folder:

$ gitbook build

For more details, please check Contribute to this book chapter for more details.