We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d997b commit c76c109Copy full SHA for c76c109
documentation/index.rst
@@ -18,11 +18,9 @@ with the positions generated by the United States Naval Observatory
18
and their *Astronomical Almanac*
19
to within 0.0005 arcseconds (half a “mas” or milliarcsecond).
20
21
-* Written in pure Python and installs without any compilation.
22
-* Supports Python 2.6, Python 2.7 and Python 3.
23
-* Has NumPy as its only binary dependency,
24
- the fundamental package for scientific computing with Python,
25
- whose vector operations make Skyfield efficient.
+* Written in pure Python.
+* Installs without any compilation.
+* Supports Python 2.7 and Python 3.
26
27
Computing the position of Mars in the sky is as easy as:
28
0 commit comments