Skip to content

Commit

Permalink
Rebrand: New Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Aug 9, 2024
1 parent d3412d2 commit 84264a2
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/camelot-dev/camelot/master/docs/_static/camelot.png" width="200">
<img src="https://github.com/py-pdf/pypdf_table_extraction/main/docs/_static/pypdf-table-extraction-logo.png" width="200">
</p>

# Camelot: PDF Table Extraction for Humans
Expand Down
Binary file removed docs/_static/camelot.png
Binary file not shown.
Binary file removed docs/_static/png/camelot-logo.png
Binary file not shown.
Binary file added docs/_static/png/pypdf-table-extraction-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/pypdf-table-extraction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions docs/_static/svg/pypdf-table-extraction-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/_templates/sidebarintro.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p class="logo">
<a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/png/camelot-logo.png', 1) }}" />
<img class="logo" src="{{ pathto('_static/png/pypdf-table-extraction-logo.png', 1) }}" />
</a>
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/sidebarlogo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p class="logo">
<a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/png/camelot-logo.png', 1) }}" />
<img class="logo" src="{{ pathto('_static/png/pypdf-table-extraction-logo.png', 1) }}" />
</a>
</p>
<p>
Expand Down

0 comments on commit 84264a2

Please sign in to comment.