Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lava-nc/lava-docs
Documentation source for Lava
https://github.com/lava-nc/lava-docs
neuromorphic neuromorphic-computing
Last synced: 2 months ago
JSON representation
Documentation source for Lava
- Host: GitHub
- URL: https://github.com/lava-nc/lava-docs
- Owner: lava-nc
- Created: 2021-09-29T16:26:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T15:07:15.000Z (6 months ago)
- Last Synced: 2024-07-23T17:32:02.603Z (6 months ago)
- Topics: neuromorphic, neuromorphic-computing
- Language: Python
- Homepage:
- Size: 3.19 MB
- Stars: 4
- Watchers: 11
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# lava-docs
Documentation source for Lava https://github.com/lava-nc/# Make Docs
They will be in `_build/html`
```bash
make html
```If new files have been created in the source code repositories (such as lava, lava-on-loihi, lava-optimization), sphinx-apidoc must be re-run.
```bash
sphinx-apidoc -o /src/lava -t _templates -d 10 --implicit-namespace
```Afterwards, the html files must be built:
```bash
make clean
make html
```## Syncing Notebooks to the build
You can either manually create entry for IPython notebooks or add it to
`tutorial_list` entry. Once notebook is in the list, it will sync the notebook
with the main repo and include it in the build.