aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-10-25Add documentation exercises to pytestPaul Ganssle
2018-10-25Add solution to Martin Luther King Day exercisePaul Ganssle
Currently this solution is not automatically tested, but was manually tested using Python 3.6.5.
2018-09-19Change sphinx pin to != 1.8.0Paul Ganssle
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
2018-09-13Pin sphinx to <1.8.0 for docs buildPaul Ganssle
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.
2018-06-20Merge pull request #762 from prdickson/#623-no-docs-for-rrulestrPaul Ganssle
#623: added documentation for rrulestr function
2018-06-20#623: added documentation for rrulestr functionPaul Dickson
2018-06-20Added a parser example for overriding parserinfoPaul Dickson
In conjunction with GH issue #426.
2018-06-08Update index.rst link to parser pagedaplantagenet
In index.rst update text and link from to dateutil "parse" to "parser".
2018-06-08Check README is rendered correctlyalistair
2018-06-08Add 'parsing a local tzname' to exercisesPaul Ganssle
2018-06-08Add next monday morning exercisePaul Ganssle
2018-06-08Add Martin Luther King Day exercisePaul Ganssle
2018-06-07Rearrange table of contents to move examples and exercisesPaul Ganssle
2018-06-07Add exercises section to documentationPaul Ganssle
2018-05-08Add documentation for tz.win modulePaul Ganssle
2018-05-08Update tz.rst to include tzwin functionsPaul Ganssle
2018-05-08Mock out Windows-specific modules during docs buildPaul Ganssle
2018-05-08Restructure tz docs to be more organizedPaul Ganssle
2018-05-08Fix gettz documenter typePaul Ganssle
2018-05-08Add documentation for tz.gettzRaymond Cha
Add changelog for PR #704
2018-05-07Fix links to ISO year week number notationPaul Ganssle
2018-04-24Change the default docs theme and buildPaul Ganssle
2018-04-24Add changelog to documentationPaul Ganssle
2018-04-20Change linkcheck optionsPaul Ganssle
2018-01-03Update documentation to deprecated dateutil-specific formatPaul Ganssle
2017-12-07add document generation to tox, and trigger automatically at CI (also check ↵Bernat Gabor
links in documentation to avoid having dangling pointers to the internet)
2017-12-06Merge pull request #560 from alexchamberlain/isoparsePaul Ganssle
Fix up isoparse documentation.
2017-12-06Fix up isoparse documentation.Alex Chamberlain
Fixes #545
2017-12-06Added examples to rrule.rstTomasz-Kluczkowski
2017-12-06Added examples to relativedelta.rst.Tomasz-Kluczkowski
2017-12-06Added examples to relativedelta.rst.Tomasz-Kluczkowski
2017-10-25Improve documentation for utils.default_tzinfoPaul Ganssle
2017-04-17Clean up trailing white space in all filesJon Dufresne
2016-04-02Fixed version in documentation, update copyright date.Paul Ganssle
2016-03-30Switch line endings for batch files to CRLFPaul Ganssle
2016-03-09Fix some parser doctests.Paul Ganssle
2015-12-28removed redundant description in rrule descriptionJitesh
2015-09-06Fix tzical() doctest, add docs/samples/EST5EDT.icsAlex Willmer
This commit moves the EST5EDT example to a seperate file, so the doctest can readit. The example is still rendered in the final documentation.
2015-09-06Fix slightly trickier rrule() doctestAlex Willmer
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.
2015-09-06Fix obvious doctest errorsAlex Willmer
2015-09-06Add missing testsetup blocks for doctestsAlex Willmer
Fixes doctests that fail due to missing imports
2015-09-06Declare doctests needing NORMALIZE_WHITESPACE & ELLIPSISAlex Willmer
Also corrects parsing errors due to tests missing the Python REPL's line continuation prompt (i.e. ...).
2015-05-25add zoneinfo metadataYaron de Leeuw
Add the entire zoneinfo metadata to the tar archive, and add a function to access it. Also add the metadata to the docs. Fixes #27 instead of #39
2015-03-31Prepare 2.4.2 release.Paul G
2015-03-05Update news, version number and zonefilePaul G
2015-01-05Prepare 2.4.0Yaron de Leeuw
updated the NEWS file, and bumped the versions
2014-12-28Document absolute vs relative relativedeltaDavid Lehrian
Better document difference between adding a relativedelta initialized with absolute (singular) vs relative (plural) arguments.
2014-12-01tag version 2.3Yaron de Leeuw
2014-11-29edit examples and basic documentationYaron de Leeuw
2014-11-29add more docsYaron de Leeuw