https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 310d0cd8edbce82d1c93e7223fa53af3e97c223d authored by Bryna Hazelton on 04 July 2017, 00:48:15 UTC, committed by Bryna Hazelton on 06 July 2017, 00:17:12 UTC
1 parent a53eeba
Raw File
Tip revision: 310d0cd8edbce82d1c93e7223fa53af3e97c223d authored by Bryna Hazelton on 04 July 2017, 00:48:15 UTC
Also reference the tutorial in section 4.
Tip revision: 310d0cd
.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