@@ -75,7 +75,7 @@ def __init__(self, id=None, location=None, epochs=None,
75
75
References
76
76
----------
77
77
78
- .. [HORIZONSDOC_SELECTION] https://ssd.jpl.nasa.gov/?horizons_doc#selection (retrieved 2021 Sep 23).
78
+ .. [HORIZONSDOC_SELECTION] https://ssd.jpl.nasa.gov/horizons/manual.html#select (retrieved 2021 Sep 23).
79
79
80
80
81
81
Examples
@@ -86,7 +86,7 @@ def __init__(self, id=None, location=None, epochs=None,
86
86
... 'stop':'2017-02-01',
87
87
... 'step':'1d'})
88
88
>>> print(eros) # doctest: +SKIP
89
- JPLHorizons instance "433"; location=568, epochs={'start': '2017-01-01', 'step': '1d', 'stop': '2017-02-01'}, id_type=smallbody
89
+ JPLHorizons instance "433"; location=568, epochs={'start': '2017-01-01', 'step': '1d', 'stop': '2017-02-01'}, id_type=None
90
90
"""
91
91
super (HorizonsClass , self ).__init__ ()
92
92
self .id = id
@@ -135,7 +135,7 @@ def __str__(self):
135
135
... 'stop':'2017-02-01',
136
136
... 'step':'1d'})
137
137
>>> print(eros) # doctest: +SKIP
138
- JPLHorizons instance "433"; location=568, epochs={'start': '2017-01-01', 'step': '1d', 'stop': '2017-02-01'}, id_type=smallbody
138
+ JPLHorizons instance "433"; location=568, epochs={'start': '2017-01-01', 'step': '1d', 'stop': '2017-02-01'}, id_type=None
139
139
"""
140
140
return ('JPLHorizons instance \" {:s}\" ; location={:s}, '
141
141
'epochs={:s}, id_type={:s}' ).format (
0 commit comments