collective / icalendar

icalendar parser library for Python
https://icalendar.readthedocs.io
Other
1k stars 171 forks source link

merge file structure with overview section #739

Closed natashamm closed 4 days ago

natashamm commented 3 weeks ago

From https://github.com/collective/icalendar/issues/626

I didn't change much of the content for now.


📚 Documentation preview 📚: https://icalendar--739.org.readthedocs.build/

coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 11937030576

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
src/icalendar/timezone/init.py 1 85.71%
src/icalendar/tests/test_issue_662_component_properties.py 4 97.78%
src/icalendar/timezone/tzp.py 5 93.24%
src/icalendar/tests/conftest.py 5 95.63%
src/icalendar/cal.py 11 98.46%
src/icalendar/prop.py 12 97.88%
<!-- Total: 38 -->
Totals Coverage Status
Change from base Build 11763222108: 0.2%
Covered Lines: 4130
Relevant Lines: 4224

💛 - Coveralls
niccokunzmann commented 2 weeks ago

I think, the docs pass the build. @natashamm , could you add a changelog entry? Let me know when you are done improving the docs! Thanks :)

niccokunzmann commented 2 weeks ago

Also, you can look here to see if it is how you like it: https://icalendar--739.org.readthedocs.build/en/739/usage.html

natashamm commented 6 days ago

@niccokunzmann it is ready to go if the line wrapping conversation can be resolved!

niccokunzmann commented 4 days ago

Thanks @natashamm and @stevepiercy!