py-pdf / py-pdf.github.io

Website py-pdf
https://py-pdf.github.io/
MIT License
1 stars 1 forks source link

Update website: Link to pypdf_table_extraction #6

Closed bosd closed 3 weeks ago

bosd commented 4 weeks ago

Since pypdf_table_extraction is now part of pypdf organization. Please add a link to it on the website.

Lucas-C commented 3 weeks ago

Hi @bosd

Would you like to contribute a PR to add a new link in this list? https://github.com/py-pdf/py-pdf.github.io/blob/main/pelicanconf.py#L21

Lucas-C commented 3 weeks ago

I published a new version of the website by rebasing the gh-pages branch onto the main branch:

git checkout main && git pull
git checkout gh-pages && git pull
git rebase main
make github

Note sure if that was the expected way to do it (maybe a PR or a git merge would have been better), but it worked!