-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue-742 #745
issue-742 #745
Conversation
Oh. the tests are failing. Could you have a look? we also test docstrings with >>> with doctest |
thanks for the pr! |
Okay, I am checking |
Can you check the updated |
Pull Request Test Coverage Report for Build 11896048097Details
💛 - Coveralls |
Thanks! I love the documentation improvement!
Did you have a look at the build? It looks nice: If you find you want to polish anything, another PR is welcome! |
I did not see an error. They look alright! I will check the boxes in the issue. #742 |
I found an error when building the docs with
|
First which docstring format should we use? https://stackoverflow.com/a/24385103/2214933 I prefer Google style for its simplicity and adaptability. Right now the docstrings don't render well. https://icalendar.readthedocs.io/en/latest/ api.html#icalendar.prop.vBoolean |
I think a docstring style discussion is worth its own issue! Could you open it? |
Added
__doc__
string documentation forvDate
,vBoolean
,vCalAddress
,vDuration
,vFloat
,vGeo
,vInt
,vPeriod
,vText
,vTime
,vUTCOffset
andvUri
.Added
vTime
description, but examples from icalendar are not implemented because timezone support is not implemented.📚 Documentation preview 📚: https://icalendar--745.org.readthedocs.build/