Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API TOC categories template #7

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Aug 8, 2024

  1. Initial commit of template files

    From open-ephys/bonsai-onix1-docs@c2e0bd4
    
    Co-authored-by: Cris <[email protected]>
    Co-authored-by: Brandon Parks <[email protected]>
    3 people committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    138ce43 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Modify TOC to display Bonsai categories

    Refactor defineSubOperators function into new BonsaiCommon.js file so it can be  used by ManagedReference and TOC templates
    Modify TOC logic and categories in toc.extension.js
    banchan86 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    144b92f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Update TOC categories to include Transforms

    - Add Transforms identification logic to defineOperatorType function in BonsaiCommon.js
    - Strip OE operator specific code from defineOperatorType
    - Add in unique Bonsai combinators, sinks and transform that were missing from defineOperatorType
    - Update TOC categories in toc extension.js
    banchan86 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4ba9c43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a01784b View commit details
    Browse the repository at this point in the history
  3. Update comments

    banchan86 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    023fd90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e1aea8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    3f4298c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Refactored defineOperatorType code and TOC logic

    Co-authored-by: Cris <[email protected]>
    banchan86 and cjsha committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7e95714 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Remove BonsaiCommon.js

    - as this file ended up only containing one function, it was removed and the function integrated into toc.extension.js
    banchan86 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    be83569 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    c9bcea9 View commit details
    Browse the repository at this point in the history