summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoNicoHood2022-05-151-1/+1
|
* Document behavior when time delta addition falls after end of monthAleksei Strizhak2021-10-121-0/+9
| | | Document potentially surprising behaviour and add tests to cover these cases.
* Fix documentation warning about relative linksPaul Ganssle2020-08-281-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 moduleDaniel Lemm2020-04-051-0/+6
|
* Rearrange parser documentationPaul Ganssle2020-01-021-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 documentationHugo2019-08-272-2/+2
| | | | | Fixes several misspellings, typos and styling errors (e.g. github -> GitHub) in the comments and documentation.
* Add versionadded note to UTC singletonPaul Ganssle2019-04-231-0/+2
|
* Update use of tz.UTC in examplesPaul Ganssle2019-04-231-6/+6
|
* Update copyright notice 2016-2019Paul Ganssle2019-02-221-1/+1
|
* Add documentation exercises to pytestPaul Ganssle2018-10-252-39/+42
|
* Add solution to Martin Luther King Day exercisePaul Ganssle2018-10-252-0/+51
| | | | | Currently this solution is not automatically tested, but was manually tested using Python 3.6.5.
* Change sphinx pin to != 1.8.0Paul Ganssle2018-09-191-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 buildPaul Ganssle2018-09-131-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-rrulestrPaul Ganssle2018-06-201-1/+12
|\ | | | | #623: added documentation for rrulestr function
| * #623: added documentation for rrulestr functionPaul Dickson2018-06-201-1/+12
| |
* | Added a parser example for overriding parserinfoPaul Dickson2018-06-201-0/+13
|/ | | | In conjunction with GH issue #426.
* Update index.rst link to parser pagedaplantagenet2018-06-081-1/+1
| | | In index.rst update text and link from to dateutil "parse" to "parser".
* Check README is rendered correctlyalistair2018-06-081-0/+1
|
* Add 'parsing a local tzname' to exercisesPaul Ganssle2018-06-081-0/+119
|
* Add next monday morning exercisePaul Ganssle2018-06-081-0/+50
|
* Add Martin Luther King Day exercisePaul Ganssle2018-06-081-0/+58
|
* Rearrange table of contents to move examples and exercisesPaul Ganssle2018-06-071-2/+2
|
* Add exercises section to documentationPaul Ganssle2018-06-072-0/+13
|
* Add documentation for tz.win modulePaul Ganssle2018-05-082-0/+23
|
* Update tz.rst to include tzwin functionsPaul Ganssle2018-05-081-0/+14
|
* Mock out Windows-specific modules during docs buildPaul Ganssle2018-05-081-0/+14
|
* Restructure tz docs to be more organizedPaul Ganssle2018-05-081-3/+39
|
* Fix gettz documenter typePaul Ganssle2018-05-081-2/+2
|
* Add documentation for tz.gettzRaymond Cha2018-05-081-0/+2
| | | | Add changelog for PR #704
* Fix links to ISO year week number notationPaul Ganssle2018-05-072-2/+2
|
* Change the default docs theme and buildPaul Ganssle2018-04-242-1/+3
|
* Add changelog to documentationPaul Ganssle2018-04-242-1/+13
|
* Change linkcheck optionsPaul Ganssle2018-04-201-0/+9
|
* Update documentation to deprecated dateutil-specific formatPaul Ganssle2018-01-031-4/+2
|
* add document generation to tox, and trigger automatically at CI (also check ↵Bernat Gabor2017-12-074-10/+13
| | | | links in documentation to avoid having dangling pointers to the internet)
* Merge pull request #560 from alexchamberlain/isoparsePaul Ganssle2017-12-061-2/+8
|\ | | | | Fix up isoparse documentation.
| * Fix up isoparse documentation.Alex Chamberlain2017-12-061-2/+8
| | | | | | | | Fixes #545
* | Added examples to rrule.rstTomasz-Kluczkowski2017-12-061-0/+663
| |
* | Added examples to relativedelta.rst.Tomasz-Kluczkowski2017-12-061-1/+1
| |
* | Added examples to relativedelta.rst.Tomasz-Kluczkowski2017-12-061-0/+205
|/
* Improve documentation for utils.default_tzinfoPaul Ganssle2017-10-252-0/+7
|
* Clean up trailing white space in all filesJon Dufresne2017-04-172-3/+2
|
* Fixed version in documentation, update copyright date.Paul Ganssle2016-04-021-3/+5
|
* Switch line endings for batch files to CRLFPaul Ganssle2016-03-301-242/+242
|
* Fix some parser doctests.Paul Ganssle2016-03-091-2/+2
|
* removed redundant description in rrule descriptionJitesh2015-12-281-1/+0
|
* Fix tzical() doctest, add docs/samples/EST5EDT.icsAlex Willmer2015-09-062-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() doctestAlex Willmer2015-09-061-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 errorsAlex Willmer2015-09-061-5/+5
|
* Add missing testsetup blocks for doctestsAlex Willmer2015-09-061-0/+37
| | | | Fixes doctests that fail due to missing imports