Add logo!

pull/2/head
Vinayak Mehta 2018-09-21 09:05:59 +05:30
parent 021aca8f97
commit 1e317f054e
4 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@
**Camelot** is a Python library which makes it easy for *anyone* to extract tables from PDF files! **Camelot** is a Python library which makes it easy for *anyone* to extract tables from PDF files!
![camelot-logo](docs/_static/png/camelot-logo.png)
--- ---
**Here's how you can extract tables from PDF files.** Check out the PDF used in this example, [here](docs/_static/pdf/foo.pdf). **Here's how you can extract tables from PDF files.** Check out the PDF used in this example, [here](docs/_static/pdf/foo.pdf).

BIN
docs/_static/png/camelot-logo.png vendored 100755

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,6 +1,6 @@
<p class="logo"> <p class="logo">
<a href="{{ pathto(master_doc) }}"> <a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/camelot.png', 1) }}"/> <img class="logo" src="{{ pathto('_static/camelot-logo.png', 1) }}"/>
</a> </a>
</p> </p>
<p> <p>

View File

@ -1,6 +1,6 @@
<p class="logo"> <p class="logo">
<a href="{{ pathto(master_doc) }}"> <a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/camelot.png', 1) }}"/> <img class="logo" src="{{ pathto('_static/camelot-logo.png', 1) }}"/>
</a> </a>
</p> </p>
<p> <p>