Skip to content

Commit ab51f3c

Browse files
authored
Merge branch 'master' into file-bytes-support
2 parents be4dde9 + 0f96c00 commit ab51f3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dev/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you're reading this, you're probably looking to contributing to Camelot. *Tim
77

88
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.
99

10-
.. _Vinayak Mehta: https://www.vinayakmehta.com
10+
.. _Vinayak Mehta: https://vinayak.io
1111

1212
Code Of Conduct
1313
---------------
@@ -18,7 +18,7 @@ The following quote sums up the **Code Of Conduct**.
1818

1919
Kenneth Reitz has also written an `essay`_ on this topic, which you should read.
2020

21-
.. _essay: https://www.kennethreitz.org/essays/2013/01/27/be-cordial-or-be-on-your-way
21+
.. _essay: https://kennethreitz.org/essays/2013/01/27/be-cordial-or-be-on-your-way
2222

2323
As the `Requests Code Of Conduct`_ states, **all contributions are welcome**, as long as everyone involved is treated with respect.
2424

docs/user/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Improve guessed table areas
362362

363363
While using :ref:`Stream <stream>`, automatic table detection can fail for PDFs like `this one <https://github.com/camelot-dev/camelot/blob/master/tests/files/edge_tol.pdf>`_. That's because the text is relatively far apart vertically, which can lead to shorter textedges being calculated.
364364

365-
.. note:: To know more about how textedges are calculated to guess table areas, you can see pages 20, 35 and 40 of `Anssi Nurminen's master's thesis <http://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/21520/Nurminen.pdf?sequence=3>`_.
365+
.. note:: To know more about how textedges are calculated to guess table areas, you can see pages 20, 35 and 40 of `Anssi Nurminen's master's thesis <https://trepo.tuni.fi/bitstream/handle/123456789/21520/Nurminen.pdf?sequence=3>`_.
366366

367367
Let's see the table area that is detected by default.
368368

0 commit comments

Comments
 (0)