Miksus / rocketry

Modern scheduling library for Python
https://rocketry.readthedocs.io
MIT License
3.25k stars 105 forks source link

DOCS - Bigger applications has a bug #159

Closed sijaira closed 1 year ago

sijaira commented 1 year ago

Is it corrected in the latest version (master branch)? No

Latest version of the docs: https://rocketry.readthedocs.io/en/latest/

Location in the documentation you wish to improve Bigger Applications

Describe the problem If you add the code exactly as is, you get AttributeError: 'Rocketry' object has no attribute 'include_group'.

Suggestion for the fix Instead of include_group it should be include_grouper

sijaira commented 1 year ago

whoops there is a pull request for this change over here: https://github.com/Miksus/rocketry/pull/143