-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Currently all the documentation we have comes from self-tests. It's good and it should stay as it also the proof that this or that decider works on the particular machine, and also it's bound to the code so it's updated when the code updates. But it's not convenient to provide more details about deciders in this format.
Better documentation is possible with pydoc. The strings can be assotiated with the Decider's classes and methods, then collected and displayed in the BrainBox.
This subsystem needs to be implemented from scratch.
Reactions are currently unavailable