-
Notifications
You must be signed in to change notification settings - Fork 253
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
Page label feature #1188
Page label feature #1188
Conversation
This is really promising, good job @andersonhc 👍 🙂 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1188 +/- ##
==========================================
- Coverage 93.25% 92.96% -0.29%
==========================================
Files 30 31 +1
Lines 9253 9699 +446
Branches 2104 2171 +67
==========================================
+ Hits 8629 9017 +388
- Misses 385 432 +47
- Partials 239 250 +11 ☔ View full report in Codecov by Sentry. |
- Translate existing one-page tutorials (tuto1, tuto2, tuto3, tuto4, tuto5, tuto6) into Polish language.
* update README.md [skip ci] * update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Lucas Cimon <[email protected]>
d1e2c79
to
5e436b1
Compare
Also, a minor detail: I think this PR removes execution rights on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is ready to be merged whenever you want @andersonhc 🙂
I am just waiting #1300 so I can rebase and merge after him |
Implements "Page label" feature in fpdf2.
Checklist:
Implement page label
Create method to read page labels if the user wants to use on header, footer, etc.
Add option on TOC to list page labels instead of page number
The GitHub pipeline is OK (green),
meaning that both
pylint
(static code analyzer) andblack
(code formatter) are happy with the changes of this PR.A unit test is covering the code added / modified by this PR
This PR is ready to be merged
In case of a new feature, docstrings have been added, with also some documentation in the
docs/
folderA mention of the change is present in
CHANGELOG.md
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.