Skip to content
Snippets Groups Projects
mkdocs.yml 505 B
site_name: Neuromorphic Platform
site_url: "https://hammouda.elbez.gitlab.io"
nav:
    - Home: index.md
    - Software:
        - N2S3: "software/N2S3.md"
        - Nengo: "software/Nengo.md"
        - CSNN: "software/CSNN.md"
    - Hardware: 
        - FPGA Boards: "hardware/fpga.md"
        - Event-based Cameras: "hardware/dvscam.md"
    - Usefull links:
        - Publications: "usefull_links/publications.md"

theme: 
    name: readthedocs
    highlightjs: true
    hljs_languages:
        - python