https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 46cda2f4bc8a4f099a1c4fed3fe7210748aa98d1 authored by Bryna Hazelton on 22 July 2018, 07:20:33 UTC, committed by Bryna Hazelton on 24 July 2018, 17:59:08 UTC
1 parent be622dc
Raw File
Tip revision: 46cda2f4bc8a4f099a1c4fed3fe7210748aa98d1 authored by Bryna Hazelton on 22 July 2018, 07:20:33 UTC
update uvcal tutorial, addresses issue #314
Tip revision: 46cda2f
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top