From 58afd3b7bc0fed4d3848f62f637355bbd2cc840d Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Mon, 2 Sep 2024 14:39:31 -0600 Subject: [PATCH] Remove broken links from developer docs (#1051) --- docs/developer_guide/testing_suite.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/developer_guide/testing_suite.rst b/docs/developer_guide/testing_suite.rst index 4eeeda89a..9a49a65ea 100644 --- a/docs/developer_guide/testing_suite.rst +++ b/docs/developer_guide/testing_suite.rst @@ -39,12 +39,9 @@ Minimal These test internal functionality using only minimal dependencies or pre-downloaded data. -Sub-folders: `tests/test_minimal `_ and -`tests/test_internals `_ - -These can be run using only ``pip install -e neuroconv[test]`` and calling ``pytest tests/test_minimal`` and -``pytest tests/test_internal``. +Sub-folders: `tests/test_minimal ` +These can be run using only ``pip install -e neuroconv[test]`` and calling ``pytest tests/test_minimal`` Modality