Skip to content

Commit

Permalink
Remove broken links from developer docs (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin authored Sep 2, 2024
1 parent 0e242b5 commit 58afd3b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/developer_guide/testing_suite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@ Minimal

These test internal functionality using only minimal dependencies or pre-downloaded data.

Sub-folders: `tests/test_minimal <https://github.com/catalystneuro/neuroconv/tree/main/tests/test_minimal>`_ and
`tests/test_internals <https://github.com/catalystneuro/neuroconv/tree/main/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 <https://github.com/catalystneuro/neuroconv/tree/main/tests/test_minimal>`

These can be run using only ``pip install -e neuroconv[test]`` and calling ``pytest tests/test_minimal``


Modality
Expand Down

0 comments on commit 58afd3b

Please sign in to comment.