This PR removes deprecated generator function, replacing it with mtf-generator and edits docs accordingly. It also includes the fix for the relevant issue #36.
generator
mtf-generator
This removing of deprecated generator name seems to be clear. I have just fear, if it cannot cause more troubles, but that's true that this better to do earlier, than later. Actually in case you will use it it prints to stderr at least text that you should not use it. when we remove it, it will be harder to find the reason why it is failing.
Pull-Request has been merged by jscotka
This PR removes deprecated
generatorfunction, replacing it withmtf-generatorand edits docs accordingly. It also includes the fix for the relevant issue #36.