Closed charlesbmi closed 1 year ago
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
Fixes broken links.
make htmldoc SPHINXOPTS="-b linkcheck" succeeds now.
make htmldoc SPHINXOPTS="-b linkcheck"
Going to merge this fix in, as it is only in the docs and does not affect functionality.
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.