| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typo | NicoHood | 2022-05-15 | 1 | -1/+1 |
| | | |||||
| * | Document behavior when time delta addition falls after end of month | Aleksei Strizhak | 2021-10-12 | 1 | -0/+9 |
| | | | | Document potentially surprising behaviour and add tests to cover these cases. | ||||
| * | Fix documentation warning about relative links | Paul Ganssle | 2020-08-28 | 1 | -3/+3 |
| | | | | | | It seems that relative links to the generated `.html` files doesn't work anymore, so I've replaced them with either `doc` or `mod` references. | ||||
| * | Docs add autodoc options to document methods in rrule module | Daniel Lemm | 2020-04-05 | 1 | -0/+6 |
| | | |||||
| * | Rearrange parser documentation | Paul Ganssle | 2020-01-02 | 1 | -5/+22 |
| | | | | | | | | Previously the parser documentation did not include warnings and exceptions. This rearranges things to cleanly separate out functions, classes and exceptions / warnings, and adds the warnings to the documentation. | ||||
| * | Fix typos in comments and documentation | Hugo | 2019-08-27 | 2 | -2/+2 |
| | | | | | | Fixes several misspellings, typos and styling errors (e.g. github -> GitHub) in the comments and documentation. | ||||
| * | Add versionadded note to UTC singleton | Paul Ganssle | 2019-04-23 | 1 | -0/+2 |
| | | |||||
| * | Update use of tz.UTC in examples | Paul Ganssle | 2019-04-23 | 1 | -6/+6 |
| | | |||||
| * | Update copyright notice 2016-2019 | Paul Ganssle | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Add documentation exercises to pytest | Paul Ganssle | 2018-10-25 | 2 | -39/+42 |
| | | |||||
| * | Add solution to Martin Luther King Day exercise | Paul Ganssle | 2018-10-25 | 2 | -0/+51 |
| | | | | | | Currently this solution is not automatically tested, but was manually tested using Python 3.6.5. | ||||
| * | Change sphinx pin to != 1.8.0 | Paul Ganssle | 2018-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | The callable function typing issue should be fixed in sphinx commit bbb4593bfaa65611b6bd600c5, so the next release after 1.8.0 should contain the fix. Fixed in GH sphinx-doc/sphinx#5431 https://github.com/sphinx-doc/sphinx/commit/bbb4593bfaa65611b6bd600c5e37c4c54af87f1a | ||||
| * | Pin sphinx to <1.8.0 for docs build | Paul Ganssle | 2018-09-13 | 1 | -1/+1 |
| | | | | | | | | Sphinx made some sort of type annotation related change that is throwing a warning for `rrule.rrulestr` which is a callable object defined in a closure rather than a Python function object. Until they fix this bug, we'll pin to the previous version of Sphinx. | ||||
| * | Merge pull request #762 from prdickson/#623-no-docs-for-rrulestr | Paul Ganssle | 2018-06-20 | 1 | -1/+12 |
| |\ | | | | | #623: added documentation for rrulestr function | ||||
| | * | #623: added documentation for rrulestr function | Paul Dickson | 2018-06-20 | 1 | -1/+12 |
| | | | |||||
| * | | Added a parser example for overriding parserinfo | Paul Dickson | 2018-06-20 | 1 | -0/+13 |
| |/ | | | | In conjunction with GH issue #426. | ||||
| * | Update index.rst link to parser page | daplantagenet | 2018-06-08 | 1 | -1/+1 |
| | | | | In index.rst update text and link from to dateutil "parse" to "parser". | ||||
| * | Check README is rendered correctly | alistair | 2018-06-08 | 1 | -0/+1 |
| | | |||||
| * | Add 'parsing a local tzname' to exercises | Paul Ganssle | 2018-06-08 | 1 | -0/+119 |
| | | |||||
| * | Add next monday morning exercise | Paul Ganssle | 2018-06-08 | 1 | -0/+50 |
| | | |||||
| * | Add Martin Luther King Day exercise | Paul Ganssle | 2018-06-08 | 1 | -0/+58 |
| | | |||||
| * | Rearrange table of contents to move examples and exercises | Paul Ganssle | 2018-06-07 | 1 | -2/+2 |
| | | |||||
| * | Add exercises section to documentation | Paul Ganssle | 2018-06-07 | 2 | -0/+13 |
| | | |||||
| * | Add documentation for tz.win module | Paul Ganssle | 2018-05-08 | 2 | -0/+23 |
| | | |||||
| * | Update tz.rst to include tzwin functions | Paul Ganssle | 2018-05-08 | 1 | -0/+14 |
| | | |||||
| * | Mock out Windows-specific modules during docs build | Paul Ganssle | 2018-05-08 | 1 | -0/+14 |
| | | |||||
| * | Restructure tz docs to be more organized | Paul Ganssle | 2018-05-08 | 1 | -3/+39 |
| | | |||||
| * | Fix gettz documenter type | Paul Ganssle | 2018-05-08 | 1 | -2/+2 |
| | | |||||
| * | Add documentation for tz.gettz | Raymond Cha | 2018-05-08 | 1 | -0/+2 |
| | | | | | Add changelog for PR #704 | ||||
| * | Fix links to ISO year week number notation | Paul Ganssle | 2018-05-07 | 2 | -2/+2 |
| | | |||||
| * | Change the default docs theme and build | Paul Ganssle | 2018-04-24 | 2 | -1/+3 |
| | | |||||
| * | Add changelog to documentation | Paul Ganssle | 2018-04-24 | 2 | -1/+13 |
| | | |||||
| * | Change linkcheck options | Paul Ganssle | 2018-04-20 | 1 | -0/+9 |
| | | |||||
| * | Update documentation to deprecated dateutil-specific format | Paul Ganssle | 2018-01-03 | 1 | -4/+2 |
| | | |||||
| * | add document generation to tox, and trigger automatically at CI (also check ↵ | Bernat Gabor | 2017-12-07 | 4 | -10/+13 |
| | | | | | links in documentation to avoid having dangling pointers to the internet) | ||||
| * | Merge pull request #560 from alexchamberlain/isoparse | Paul Ganssle | 2017-12-06 | 1 | -2/+8 |
| |\ | | | | | Fix up isoparse documentation. | ||||
| | * | Fix up isoparse documentation. | Alex Chamberlain | 2017-12-06 | 1 | -2/+8 |
| | | | | | | | | | Fixes #545 | ||||
| * | | Added examples to rrule.rst | Tomasz-Kluczkowski | 2017-12-06 | 1 | -0/+663 |
| | | | |||||
| * | | Added examples to relativedelta.rst. | Tomasz-Kluczkowski | 2017-12-06 | 1 | -1/+1 |
| | | | |||||
| * | | Added examples to relativedelta.rst. | Tomasz-Kluczkowski | 2017-12-06 | 1 | -0/+205 |
| |/ | |||||
| * | Improve documentation for utils.default_tzinfo | Paul Ganssle | 2017-10-25 | 2 | -0/+7 |
| | | |||||
| * | Clean up trailing white space in all files | Jon Dufresne | 2017-04-17 | 2 | -3/+2 |
| | | |||||
| * | Fixed version in documentation, update copyright date. | Paul Ganssle | 2016-04-02 | 1 | -3/+5 |
| | | |||||
| * | Switch line endings for batch files to CRLF | Paul Ganssle | 2016-03-30 | 1 | -242/+242 |
| | | |||||
| * | Fix some parser doctests. | Paul Ganssle | 2016-03-09 | 1 | -2/+2 |
| | | |||||
| * | removed redundant description in rrule description | Jitesh | 2015-12-28 | 1 | -1/+0 |
| | | |||||
| * | Fix tzical() doctest, add docs/samples/EST5EDT.ics | Alex Willmer | 2015-09-06 | 2 | -20/+22 |
| | | | | | | This commit moves the EST5EDT example to a seperate file, so the doctest can readit. The example is still rendered in the final documentation. | ||||
| * | Fix slightly trickier rrule() doctest | Alex Willmer | 2015-09-06 | 1 | -3/+6 |
| | | | | | | | | | | The test is basically aanother way of writing the previous example. So for brevity it didn't include the output, but doctest struggles to tell the difference between an ellipsis representing all the output, and ellipsis used as a REPL line continuation. So I've added the first and last values of the output as a visual aid to both readers of the documentation, and doctest. | ||||
| * | Fix obvious doctest errors | Alex Willmer | 2015-09-06 | 1 | -5/+5 |
| | | |||||
| * | Add missing testsetup blocks for doctests | Alex Willmer | 2015-09-06 | 1 | -0/+37 |
| | | | | | Fixes doctests that fail due to missing imports | ||||
