planetarypy / planetaryimage

Python PDS and Isis Cube file parser.
BSD 3-Clause "New" or "Revised" License
39 stars 20 forks source link

Convert to numpydocs #33

Closed godber closed 9 years ago

godber commented 9 years ago

Changing apidoc docstrings to be numpydoc, added a doctest to PDS3Image, and changed all pytest occurrences to run doctests.

godber commented 9 years ago

Oh yeah, the doctests now require core planetary test data. So I need to complete https://github.com/planetarypy/planetary_test_data/issues/7 and then change the travis config (and docs) so that the tests (and users) run get_mission_data to retrieve the core data.

godber commented 9 years ago

This fails for python 3. I am going to accept it despite this. This test was failing earlier and only now appears to be failing because its no longer being skipped. @pbvarga1 will be fixing this issue now.