agencyenterprise / neural-data-simulator

Electrophysiology data simulator for developing brain-computer interfaces
https://agencyenterprise.github.io/neural-data-simulator/
Apache License 2.0
71 stars 7 forks source link

Fix some broken links after folder refactor #56

Closed charlesbmi closed 1 year ago

charlesbmi commented 1 year ago

Introduction

In https://github.com/agencyenterprise/neural-data-simulator/pull/52 , we refactored the folder organization of NDS. Some of the docs still pointed to the old code location in Github, which we check during our CI build: https://app.circleci.com/pipelines/github/agencyenterprise/neural-data-simulator/235/workflows/49b1f623-80b8-4c16-9d5e-eae192917298/jobs/191

Changes

Fixes broken links.

Behavior

make htmldoc SPHINXOPTS="-b linkcheck" succeeds now.

charlesbmi commented 1 year ago

Going to merge this fix in, as it is only in the docs and does not affect functionality.