Fix relative links
Fix broken links
This commit is contained in:
Vendored
+1
-1
@@ -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. */
|
||||
|
||||
@@ -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
|
||||
---------------
|
||||
|
||||
@@ -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`_.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user