https://electronicvisions.github.io/hbp-sp9-guidebook/
HBP Neuromorphic Computing Platform Guidebook
https://electronicvisions.github.io/hbp-sp9-guidebook/
hicann hicann-dls pynn spinnaker
Last synced: 7 months ago
JSON representation
HBP Neuromorphic Computing Platform Guidebook
- Host: GitHub
- URL: https://electronicvisions.github.io/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: 2024-12-02T07:11:52.079Z (over 1 year ago)
- Topics: hicann, hicann-dls, pynn, spinnaker
- Language: JavaScript
- Homepage: http://electronicvisions.github.io/hbp-sp9-guidebook/
- Size: 40.1 MB
- Stars: 9
- Watchers: 10
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-neuromorphic - The HBP Neuromorphic Computing Platform - Part of the EBRAINS research infrastructure. The EBRAINS infrastructure is created by the Human Brain Project (HBP). (Spiking and Neuromorphic Frameworks)
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