Steve Piercy
c24f364d6f
Add missing public classes and functions to API documentation
...
- Fix docstring underline mismatch error
Fixes #631 .
Might depend on #636 ?
2024-06-20 17:42:05 -07:00
Steve Piercy
f2a882c7b7
Add myself to credits.rst
2024-06-20 17:27:12 -07:00
Steve Piercy
c226aeb098
Allow docs to build on Python 3.12 by replacing `pkg_resources` with `importlib.metadata`.
...
- Fix underline length in README.rst
2024-06-20 17:20:46 -07:00
Nicco Kunzmann
d0fd6176b4
Merge branch 'master' into zoneinfo
2024-06-20 14:15:35 +01:00
Nicco Kunzmann
39b0494829
version 5.0.13
2024-06-20 14:02:00 +01:00
Nicco Kunzmann
4583615b7e
Merge master
...
This makes sure all additional tests from #628 are included
2024-06-19 09:48:03 +01:00
Nicco Kunzmann
9bea7f7982
Make tests run for pypy3, too
2024-06-07 18:26:53 +01:00
Nicco Kunzmann
9e89a02981
Switch documentation to zoneinfo
2024-06-07 17:49:41 +01:00
Nicco Kunzmann
95ccf64575
Document how to access the documentation in the browser
2024-06-07 16:35:26 +01:00
Natasha Mattson
88a977f7b7
fix typo in credits
2024-05-19 23:25:23 -07:00
Bastian Wegge
f768fb66e2
Change all example quotes to single quotes
2024-05-02 10:51:47 +02:00
Bastian Wegge
1c8ab8a67b
Apply suggestions from code review
...
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-05-02 10:45:00 +02:00
Bastian Wegge
e0a728e6d3
Use correct return code for f.write
2024-05-01 20:05:24 +02:00
Bastian Wegge
65954efd25
Make doctest happy by adding missing import
2024-05-01 19:51:10 +02:00
Bastian Wegge
3e3818152d
Extend the existing example with alarms and recurrence-rule
2024-05-01 19:26:02 +02:00
Nicco Kunzmann
5551ad9061
version 5.0.12
...
see https://icalendar.readthedocs.io/en/latest/maintenance.html
2024-03-19 23:07:36 +01:00
Yinzuo Jiang
4582cd0a35
Update cli.rst
2024-01-05 18:31:35 +08:00
angatha
12fc882c9f
Replace contributors with collaborators in Links section
2023-11-15 18:56:21 +01:00
Nicco Kunzmann
b8be6256a9
rename contributor to collaborator
2023-11-14 15:16:13 +00:00
Nicco Kunzmann
23f7065b40
version 5.0.11
2023-11-03 17:04:01 +00:00
Jochen Sprickerhof
aef6c9e552
Use non legacy timezone name
2023-10-06 13:11:39 +02:00
jaca
48e2a681af
version 5.0.10
2023-09-26 20:29:23 +02:00
Felix Stupp
4042ba8efc
add changelog entry & credits for fixing #557
2023-09-24 14:33:59 +02:00
Nicco Kunzmann
98fe960ad3
version 5.0.9
2023-09-24 10:46:46 +01:00
Nicco Kunzmann
a10268584f
version 5.0.8
2023-09-18 09:49:37 +01:00
Ville Skyttä
c13af2b5d9
Fix `vText.__repr__` `BytesWarning`
...
Exposed by running in `python3 -b` mode.
2023-09-17 11:30:19 +03:00
Bob Florian
c1527336df
Update about.rst
...
updated about.rst to include details that the repo is not obsolete and still compliant with RFC5545
2023-09-15 11:19:28 -05:00
Nicco Kunzmann
55879e3f93
Add documentation about parsing
...
see https://github.com/collective/icalendar/issues/152
2023-08-30 17:33:21 +01:00
Nicco Kunzmann
b8ff114a27
Merge pull request #516 from collective/niccokunzmann-patch-2
...
Update maintenance.rst
2023-06-22 15:36:15 +01:00
jaca
989e3f456a
version 5.0.7
2023-05-29 18:09:46 +02:00
Matt Lewis
e42b719cba
Fixed Issue 518 (RRULE BYDAY=xMO with x>=10 raises ValueError with to_ical()): updated WEEKDAY_RULE regex to accept 2 digits. Added tests for to_ical() covering various BYDAY values.
2023-05-29 13:52:34 +02:00
jaca
326cd0164d
version 5.0.6
2023-05-26 20:46:35 +02:00
NikEasY
45aaeaa305
added changelog
2023-05-26 21:24:45 +03:00
Nicco Kunzmann
6ed610d35e
Update maintenance.rst
...
This adds the commands to push the new changelog section
2023-04-13 13:02:06 +01:00
Nicco Kunzmann
7093988c4e
version 5.0.5
2023-04-13 12:38:35 +01:00
natashamm
ed91db4b20
add name and record changes
2023-02-05 18:11:44 -08:00
Nicco Kunzmann
a6ee303d38
version 5.0.4
2022-12-29 21:45:13 +00:00
Jaca
62a0edf28f
Merge pull request #504 from abe-101/abes-patch
...
display example's content in the usage section
2022-12-20 18:17:59 +01:00
Abe
4c998ed259
print content of example
...
In order for the test in
https://github.com/collective/icalendar/blob/master/src/icalendar/tests/test_with_doctest.py
not to fail it was necessary to normilize the whitespace
2022-12-20 12:09:41 -05:00
Abe Hanoka
c32edb0b32
add missing import pytz in example
...
The example uses the pytz module:
event.add('dtstart', datetime(2005,4,4,8,0,0,tzinfo=pytz.utc))
But doesn't import it
2022-12-19 14:24:40 -05:00
Abe
dd2014ee9a
remove dead link
...
The links to teams are only available to members of the team
for everyone else it returns a 404 error
Discussion here:
a8bbfb9349 (commitcomment-91538993)
2022-11-30 12:10:09 -05:00
Abe Hanoka
28350e2a7c
Update credits.rst
2022-11-29 14:22:54 -05:00
Nicco Kunzmann
55ead610d5
update maintenance documentation
2022-11-23 18:15:40 +00:00
Nicco Kunzmann
dcfc19cf4b
change branch actually used
2022-11-23 17:56:44 +00:00
Nicco Kunzmann
34a4b0c269
version 5.0.3
2022-11-23 17:56:04 +00:00
Nicco Kunzmann
c31fc51337
add jacadzaca as maintainer
2022-11-10 09:47:34 +00:00
jaca
67cf18866d
version 5.0.2
2022-11-03 22:29:35 +01:00
Nicco Kunzmann
173948c182
remove value=date-time
2022-11-03 18:41:17 +00:00
Nicco Kunzmann
88f548677a
correct value in documentation
2022-11-03 18:35:06 +00:00
Nicco Kunzmann
0fbba532d2
update version in install documentation
2022-11-01 23:41:30 +00:00