akida_examples

(★ 34)

Brainchip Akida Neuromorphic System-on-Chip examples and documentation.

File Explorer

  • .gitignore
  • CNAME
  • CODEOWNERS
  • EULA
  • LICENSE
  • README.md
  • requirements.txt

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

autopep8

View Details ▼

Format Python code according to the PEP 8 style guide.

autopep8 {{path/to/file.py}} --max-line-length {{length}}

Format a file to `stdout`, with a custom maximum line length:

autopep8 --diff {{path/to/file}}

Format a file, displaying a diff of the changes:

autopep8 --in-place {{path/to/file.py}}

Format a file in-place and save the changes:

🔍

sphinx-build

View Details ▼

Sphinx documentation generator.

sphinx-build {{[-b|--builder]}} {{html|epub|text|latex|man|...}} {{path/to/source_directory}} {{path/to/build_directory}}

Build documentation:

sphinx-build {{[-b|--builder]}} {{html}} {{path/to/docs_directory}} {{path/to/build_directory}}

Build documentations intended for readthedocs.io (requires the sphinx-rtd-theme pip package):

// repository documentation