https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a24b7b24cc94c180b736b768a71e5b12b6a95f1a authored by Bryna Hazelton on 22 May 2019, 23:42:31 UTC, committed by Bryna Hazelton on 23 May 2019, 18:17:56 UTC
1 parent 624ad62
Raw File
Tip revision: a24b7b24cc94c180b736b768a71e5b12b6a95f1a authored by Bryna Hazelton on 22 May 2019, 23:42:31 UTC
docstrings fixes in aipy_extracts and get_fhd_history
Tip revision: a24b7b2
.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