https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 04337746a95bfc1ba28085af7dcc56cdaf32504b authored by Bryna Hazelton on 31 May 2019, 23:47:40 UTC, committed by Bryna Hazelton on 03 June 2019, 15:05:24 UTC
1 parent 8234daa
Raw File
Tip revision: 04337746a95bfc1ba28085af7dcc56cdaf32504b authored by Bryna Hazelton on 31 May 2019, 23:47:40 UTC
update changelog, fix tutorial links
Tip revision: 0433774
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
build:
    image: latest
python:
   version: 3.6
python:
   setup_py_install: true
back to top