Fix relative links

Fix broken links
This commit is contained in:
Vinayak Mehta
2018-09-24 22:13:19 +05:30
parent 9c4e7bf3f6
commit 7731497a5b
6 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<style type="text/css">
div.section h1 {font-size: 225%;}
div.section h1 {font-size: 210%;}
/* "Quick Search" should be capitalized. */
div#searchbox h3 {text-transform: capitalize;}
/* Make the document a little wider, less code is cut-off. */
+1 -1
View File
@@ -7,7 +7,7 @@ If you're reading this, you're probably looking to contributing to Camelot. *Tim
This document will help you get started with contributing documentation, code, testing and filing issues. If you have any questions, feel free to reach out to `Vinayak Mehta`_, the author and maintainer.
.. _Vinayak Mehta: http://vinayak-mehta.github.io
.. _Vinayak Mehta: https://vinayak-mehta.github.io
Code Of Conduct
---------------
-1
View File
@@ -61,7 +61,6 @@ Why Camelot?
- **Metrics**: *Bad* tables can be discarded based on metrics like accuracy and whitespace, without ever having to manually look at each table.
- Each table is a **pandas DataFrame**, which enables seamless integration into `ETL and data analysis workflows`_.
- **Export** to multiple formats, including json, excel and html.
- Simple and Elegant API, written in **Python**!
See `comparison with other PDF table extraction libraries and tools`_.