We have already made our main branch main and we could follow through by replacing all examples in the documentation where the implementation of luigi.WrapperTask is named MasterTask by something else. Suggestions:
MainTask
WrapperTask -- In this case the base name would be the same as the class it inherits from, just in a different namespace. Maybe it would be better a meaningful prefix to convey what it does, e.g. ReconstructionWrapperTask or AnalysisWrapperTask
We have already made our main branch
main
and we could follow through by replacing all examples in the documentation where the implementation ofluigi.WrapperTask
is namedMasterTask
by something else. Suggestions:MainTask
WrapperTask
-- In this case the base name would be the same as the class it inherits from, just in a different namespace. Maybe it would be better a meaningful prefix to convey what it does, e.g.ReconstructionWrapperTask
orAnalysisWrapperTask