https://github.com/mikgroup/sigpy
Raw File
Tip revision: 5374fcc3e740e6559f83429dd66e158ba7e3e079 authored by Thomas on 11 June 2024, 17:00:32 UTC
Update samp.py (#135)
Tip revision: 5374fcc
.readthedocs.yml
version: 2

python:
   version: 3.7
   install:
     - requirements: docs/requirements.txt

sphinx:
  builder: html
  fail_on_warning: true
back to top