dateutil/dateutil
GitHub で見るdocumentation not generated for methods defined on rrulebase
Open
#677 opened on 2018年4月13日
documentationhelp wantedmedium-difficultyrrule
説明
There seems to be some bug with the documentation generation for rrule.
For e.g. rrule.between does have a docstring
(https://github.com/dateutil/dateutil/blob/master/dateutil/rrule.py#L270)
but does not have any documentation (http://dateutil.readthedocs.io/en/stable/rrule.html).
Similarly for the methods 'after', 'xafter', etc.