https://github.com/electronicvisions/hbp-sp9-guidebook
HBP Neuromorphic Computing Platform Guidebook
https://github.com/electronicvisions/hbp-sp9-guidebook
hicann hicann-dls pynn spinnaker
Last synced: 5 months ago
JSON representation
HBP Neuromorphic Computing Platform Guidebook
- Host: GitHub
- URL: https://github.com/electronicvisions/hbp-sp9-guidebook
- Owner: electronicvisions
- Created: 2015-04-19T20:55:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T11:31:33.000Z (almost 4 years ago)
- Last Synced: 2025-11-19T20:05:07.600Z (7 months ago)
- Topics: hicann, hicann-dls, pynn, spinnaker
- Language: JavaScript
- Homepage: http://electronicvisions.github.io/hbp-sp9-guidebook/
- Size: 40.1 MB
- Stars: 10
- Watchers: 8
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HBP Neuromorphic Computing Platform Guidebook
This repository contains the Sphinx sources for the HBP Neuromorphic Computing Platform Guidebook.
For instruction on how to clone the guidebook, see [GitHub documentation](https://help.github.com/articles/cloning-a-repository/).
The contents of this repository are under review, we use GitHub pull requests.
To create a pull request, first create a [fork](https://help.github.com/articles/fork-a-repo/) of this repository, clone it, edit files, create a git commit and push to your fork.
Afterwards you can create a [pull request](https://help.github.com/articles/creating-a-pull-request/).
To build the guidebook, first install Sphinx:
pip install sphinx
then run:
make html # home page generated in _build/html/index.html
or
make latexpdf # generates _build/latex/HBPNeuromorphicComputingPlatformGuidebook_vX.Y.pdf