From be49a11e2efb5b0621cff1fa5ff09dd6e405e7ac Mon Sep 17 00:00:00 2001 From: Alisson Vargas Date: Mon, 11 Oct 2021 16:34:47 -0300 Subject: [PATCH] Update broken links from docs --- docs/dev/contributing.rst | 4 ++-- docs/user/advanced.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 473741f..9aa5b46 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -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: https://www.vinayakmehta.com +.. _Vinayak Mehta: https://vinayak.io Code Of Conduct --------------- @@ -18,7 +18,7 @@ The following quote sums up the **Code Of Conduct**. Kenneth Reitz has also written an `essay`_ on this topic, which you should read. -.. _essay: https://www.kennethreitz.org/essays/be-cordial-or-be-on-your-way +.. _essay: https://kennethreitz.org/essays/2013/01/27/be-cordial-or-be-on-your-way As the `Requests Code Of Conduct`_ states, **all contributions are welcome**, as long as everyone involved is treated with respect. diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 7447be2..43b2af9 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -178,7 +178,7 @@ Finally, let's plot all line intersections present on the table's PDF page. textedge ^^^^^^^^ -You can also visualize the textedges found on a page by specifying ``kind='textedge'``. To know more about what a "textedge" is, you can see pages 20, 35 and 40 of `Anssi Nurminen's master's thesis `_. +You can also visualize the textedges found on a page by specifying ``kind='textedge'``. To know more about what a "textedge" is, you can see pages 20, 35 and 40 of `Anssi Nurminen's master's thesis `_. :: @@ -362,7 +362,7 @@ Improve guessed table areas While using :ref:`Stream `, automatic table detection can fail for PDFs like `this one `_. That's because the text is relatively far apart vertically, which can lead to shorter textedges being calculated. -.. 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 `_. +.. 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 `_. Let's see the table area that is detected by default.