From 2bc53e82fd0760428f5005915e29cdad301aa2e3 Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Wed, 6 Nov 2024 23:39:49 +0100 Subject: [PATCH] #408 fix docs links --- .pre-commit-config.yaml | 6 ++++++ docs/source/index.rst | 2 +- docs/source/scribe_data/load/index.rst | 5 ----- docs/source/scribe_data/load/update_files/index.rst | 8 -------- 4 files changed, 7 insertions(+), 14 deletions(-) delete mode 100644 docs/source/scribe_data/load/update_files/index.rst diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee986b093..45fb3891a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,3 +13,9 @@ repos: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format + + - repo: https://github.com/tcort/markdown-link-check + rev: v3.13.6 + hooks: + - id: markdown-link-check + args: [-q] diff --git a/docs/source/index.rst b/docs/source/index.rst index d521f4dc3..bb5f90f6d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,7 +9,7 @@ :target: https://github.com/scribe-org/Scribe-Data .. |rtd| image:: https://img.shields.io/readthedocs/scribe-data.svg?label=%20&logo=read-the-docs&logoColor=ffffff - :target: http://scribe-datareadthedocs.io/en/latest/ + :target: http://scribe-data.readthedocs.io/en/latest/ .. |issues| image:: https://img.shields.io/github/issues/scribe-org/Scribe-Data?label=%20&logo=github :target: https://github.com/scribe-org/Scribe-Data/issues diff --git a/docs/source/scribe_data/load/index.rst b/docs/source/scribe_data/load/index.rst index 0c887ab3d..e47c69a1f 100644 --- a/docs/source/scribe_data/load/index.rst +++ b/docs/source/scribe_data/load/index.rst @@ -3,11 +3,6 @@ load/ `View code on Github `_ -.. toctree:: - :maxdepth: 2 - - update_files/index - .. toctree:: :maxdepth: 1 diff --git a/docs/source/scribe_data/load/update_files/index.rst b/docs/source/scribe_data/load/update_files/index.rst deleted file mode 100644 index 3b630cd34..000000000 --- a/docs/source/scribe_data/load/update_files/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -update_files/ -============= - -`View code on Github `_ - -This directory includes all files needed to present the total amount of language data produced by Scribe-Data processes as well as the total amount of data added in the last update. - -Use the :code:`View code on GitHub` link above to view and explore the directory files!