-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Currently, sphinx-modeling allows creation of validations. As I understand, this is already possible with needs_warnings. It is probably a bit more verbose than sphinx-modeling, but in the end one can argue that this is a personal preference of syntax.
The real benefit of sphinx-modeling would be when it can create need definitions automatically out of the model definitions. Then there is no more duplication in the form of "classic" need defintions or as needs_warnings for model integrity checks
I read the hint that this is planned. Just wanted to create a placeholder issue for it :)
Is there anything that we can do now with sphinx-modeling, which is not possible with needs_warnings?
Btw, I do appreciate the efforts put it in so far and does not want to take anything away from the nice work.