This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (jaz.observe)jazmin@rana-lap-ub:~/da_codes/gsoc2015/astroplan-jaz/astroplan$ python setup.py build_sphinx | |
| running build_sphinx | |
| running build | |
| running build_py | |
| Running Sphinx v1.3.1 | |
| loading pickled environment... done | |
| loading intersphinx inventory from /home/jazmin/da_codes/gsoc2015/astroplan-jaz/astroplan/astropy_helpers/astropy_helpers/sphinx/local/python3links.inv... | |
| [autosummary] generating autosummary for: api/astroplan.AboveAirmass.rst, api/astroplan.AltitudeRange.rst, api/astroplan.Constraints.rst, api/astroplan.FixedTarget.rst, api/astroplan.NonFixedTarget.rst, api/astroplan.Observation.rst, api/astroplan.Observer.rst, api/astroplan.ObservingConstraints.rst, api/astroplan.Target.rst, api/astroplan.TimeWindow.rst, api/astroplan.observe.rst, api/astroplan.test.rst, getting_started/index.rst, index.rst | |
| [automodsumm] index.rst: found 11 automodsumm entries to generate | |
| building [mo]: all of 0 po files |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3.4 | |
| """ | |
| observe_skyfield.py | |
| Observing exercise with Skyfield. | |
| """ | |
| import numpy as np |