From 38609705417f18577751ecdf11e7bde36ddd9cd3 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Mon, 2 Apr 2018 16:45:21 +0300 Subject: [PATCH] Note that PyEnchant is unmaintained and fix links PyEnchant is looking for a new maintainer a website no longer exists at the old address. Looks like external installation instructions are no longer needed. --- README | 4 ++-- docs/source/customize.rst | 4 ++-- docs/source/index.rst | 2 +- docs/source/install.rst | 6 +----- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README b/README index 16dbcbe0..dfcd962c 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ This package contains sphinxcontrb.spelling, a spelling checker for Sphinx-based documentation. It uses PyEnchant_ to produce a report -showing misspelled words. +showing misspelled words. Note: PyEnchant is now unmaintained. Refer to the `main documentation page `__ for @@ -33,4 +33,4 @@ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.. _PyEnchant: http://www.rfk.id.au/software/pyenchant/ +.. _PyEnchant: https://github.com/rfk/pyenchant diff --git a/docs/source/customize.rst b/docs/source/customize.rst index 18e60541..34039a00 100644 --- a/docs/source/customize.rst +++ b/docs/source/customize.rst @@ -26,7 +26,7 @@ Input Options ``spelling_word_list_filename=['spelling_wordlist.txt','another_list.txt']`` Same as above, but with several files of correctly spelled words. -.. _PyEnchant tutorial: http://packages.python.org/pyenchant/tutorial.html +.. _PyEnchant tutorial: https://github.com/rfk/pyenchant/blob/master/website/content/tutorial.rst Output Options ============== @@ -90,7 +90,7 @@ to the list of known words for just that document. Goodger -.. _PyEnchant: http://www.rfk.id.au/software/pyenchant/ +.. _PyEnchant: https://github.com/rfk/pyenchant Custom Word Filters =================== diff --git a/docs/source/index.rst b/docs/source/index.rst index 3baf6008..78575158 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -37,6 +37,6 @@ Details history -.. _PyEnchant: http://www.rfk.id.au/software/pyenchant/ +.. _PyEnchant: https://github.com/rfk/pyenchant .. _Sphinx: http://sphinx.pocoo.org/ diff --git a/docs/source/install.rst b/docs/source/install.rst index 4fa7f640..77881e2f 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -10,11 +10,7 @@ Installing sphinxcontrib.spelling ================================= -1. Follow the instructions on the PyEnchant_ site to install - **enchant** and then **PyEnchant**. -2. Install the extension with pip: ``pip install sphinxcontrib-spelling`` - -.. _PyEnchant: http://packages.python.org/pyenchant/ +Install the extension with pip: ``pip install sphinxcontrib-spelling`` Configuration =============