aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignore for Python package repoAaron LI2016-09-271-5/+13
|
* README.rst: note that only Python 3 is supportedAaron LI2016-09-271-0/+4
|
* Rewrite setup.py and update __init__.py accordinglyAaron LI2016-09-272-22/+18
|
* Remove ".py" extension for bin scriptsAaron LI2016-09-272-0/+0
|
* utils/healpix.py: remove duplicated headerAaron LI2016-09-271-2/+0
|
* Add console scripts healpix2hpx.py and hpx2healpix.pyAaron LI2016-09-272-0/+124
|
* utils/healpix.py: HEALPix data and HPX projection conversionsAaron LI2016-09-272-0/+344
| | | | | | | | | * healpix2hpx: reorganize HEALPix data in HPX projection * hpx2healpix: recover the HEALPix data from HPX projection Thanks: M. Calabretta: WCSLIB: HPXcvt TODO: Add test codes
* __init__.py: add __url__ and minor fixAaron LI2016-09-271-2/+1
|
* Update requirements.txtAaron LI2016-09-251-0/+3
|
* Add logging and update setup configsAaron LI2016-09-252-2/+29
|
* README.rst: fix a linkAaron LI2016-09-211-1/+1
|
* README.rst: fix linksAaron LI2016-09-211-2/+2
|
* Setup package structuresAaron LI2016-09-2010-0/+85
| | | | | Credit: https://github.com/kennethreitz/samplemod TODO: Add the 'docs' part
* Change README using reStructuredText syntaxAaron LI2016-09-202-31/+35
|
* Minor revisions to CONTRIBUTING.mdAaron LI2016-09-091-7/+9
|
* README.md: add contributions sectionAaron LI2016-09-091-1/+5
|
* Add CONTRIBUTING.md to guide contributions.Aaron LI2016-09-091-0/+130
| | | | | | | | | | This contribution guidelines largely based on the guidelines of the following two projects: * [bootstrap](https://github.com/twbs/bootstrap) * [caffe](https://github.com/BVLC/caffe) Thanks them!
* README.md: explain license for the documentationsAaron LI2016-09-091-2/+3
|
* First commit :)Aaron LI2016-09-073-0/+62