holgern / pyedflib

pyedflib is a python library to read/write EDF+/BDF+ files based on EDFlib.
http://pyedflib.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
223 stars 124 forks source link

fix: update sphinx resource hyperlink #217

Closed emmanuel-ferdman closed 1 year ago

emmanuel-ferdman commented 1 year ago

PR Summary: The PR contains a fix to the Sphinx broken hyperlink found in the docs.

DimitriPapadopoulos commented 1 year ago

Rebasing against master should fix the ImportError: cannot import name 'Tester' from 'numpy.testing' CI error.

emmanuel-ferdman commented 1 year ago

@DimitriPapadopoulos Updated, thanks.

DimitriPapadopoulos commented 1 year ago

I am afraid you'll have to rebase against the master branch to resolve conflicts.

emmanuel-ferdman commented 1 year ago

@DimitriPapadopoulos rebased, thanks

emmanuel-ferdman commented 1 year ago

Hi @DimitriPapadopoulos, I started over by creating a fresh branch based on the most recent updates in the "master" branch. I made the necessary modifications on this new branch and performed a forced push. This should ensure that everything is now in a valid state.

DimitriPapadopoulos commented 1 year ago

@skjerns Much better!! I think it is ready for merge.

emmanuel-ferdman commented 1 year ago

Please go ahead @DimitriPapadopoulos @skjerns

skjerns commented 1 year ago

thanks!