This work is licensed under a Creative Commons Attribution 4.0 International License.
This book has been prepared as a submission to the Neurolibre preprint service. The build can be tested with the roboneuro preview service.
- Clone this repository
- Run
pip install -r requirements.txt
(recommended in a virtual environment). - For a fresh build, remove the content of
content/_build/
- Run
jb build content/
A static version of the book will be generated on methodes_neurocog/_build/html/
.
The html version of the book is hosted on the gh-pages
branch of this repo. Navigate to your local build and run,
ghp-import -n -p -f content/_build/html
This will automatically push your build to the gh-pages
branch. More information on this hosting process can be found here.
This project is created using the excellent open source Jupyter Book project and the Neurolibre template. Further credits for the book can be found in the book itself.