nengo / nengo-dl

Deep learning integration for Nengo
https://www.nengo.ai/nengo-dl
Other
88 stars 22 forks source link

Move autoautosummary/doctest code out of repo #107

Closed drasmuss closed 4 years ago

drasmuss commented 5 years ago

AutoAutoSummary has moved to nengo-sphinx-theme, and the doctest setup has been moved to nengo-bones.

This is based on #106 (so that the doc build will run properly).

tbekolay commented 4 years ago

Added a commit to resolve the todo in the benchmarks docs.

Unfortunately I discovered that there are several references to nengo.builder.Operator and nengo.builder.Signal, which I left as nengo.builder.operator.Operator and nengo.builder.signal.Signal in https://github.com/nengo/nengo/pull/1578; I'll fix that first in a core PR as I wanted to fix the URLs to use dashes instead of underscores anyway.