bonsai-rx / docfx-tools

The standard docfx template for package documentation
MIT License
0 stars 2 forks source link

Patch to support IncludeWorkflow operators #17

Open banchan86 opened 1 week ago

banchan86 commented 1 week ago

Partial implementation of the proposed solution that resolves https://github.com/bonsai-rx/docfx-tools/issues/16.

This is still in pretty rough shape, and so far only properties are present, but I wanted to get some feedback first to see if I am moving in the right direction before putting some more work into it. It might be hard (maybe even impossible?) to generate the property types and inputs/outputs in some scenarios.

See Readme for usage.

Online Preview at: https://banchan86.github.io/BonVision_env_dev/api/BonVision.Primitives.DrawGratings.html. *Note - this also uses the API template in https://github.com/bonsai-rx/docfx-tools/pull/9 because I was testing it with that final look in mind.