https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 002db6790f5433ac1345b0b67bcf0c2b8b379a47 authored by Garrett "Karto" Keating on 22 May 2021, 16:46:10 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent a5d2ac8
Raw File
Tip revision: 002db6790f5433ac1345b0b67bcf0c2b8b379a47 authored by Garrett "Karto" Keating on 22 May 2021, 16:46:10 UTC
Fixing util docstrings (and a few others) based on review comments
Tip revision: 002db67
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top