py-pdf / pypdf

A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
https://pypdf.readthedocs.io/en/latest/
Other
7.73k stars 1.36k forks source link

DOC: Tiny changes #2723

Closed j-t-1 closed 1 week ago

j-t-1 commented 1 week ago

Remove a superfluous PdfReader in an import clause.

j-t-1 commented 1 week ago

For the migration guide we could change the title from "Migration Guide: 1.x to 2.x" to "Migration Guide", then having "Imports and Modules" and "Naming Adjustments" as sub-menus under the "Migration Guide" menu?

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.14%. Comparing base (d3ef5e5) to head (fa1e1cc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2723 +/- ## ======================================= Coverage 95.14% 95.14% ======================================= Files 51 51 Lines 8547 8547 Branches 1703 1703 ======================================= Hits 8132 8132 Misses 261 261 Partials 154 154 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

stefan6419846 commented 1 week ago

For the migration guide: I disagree with this and would probably rather have a generic migration guide site instead which has sections for relevant version migrations.