https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 481a9264cecce6407fcf2de7a6b6d80053c73c7f authored by Adam Beardsley on 13 April 2017, 15:08:37 UTC, committed by Adam Beardsley on 13 April 2017, 15:08:37 UTC
1 parent 8c76f7a
Raw File
Tip revision: 481a9264cecce6407fcf2de7a6b6d80053c73c7f authored by Adam Beardsley on 13 April 2017, 15:08:37 UTC
Fixed formatting in tutorial
Tip revision: 481a926
MANIFEST.in
include *.md
include LICENSE
include *.bib
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
back to top