Complete documentation, including a user guide and an API reference, can be read on
the wonderful `Read the Docs`_.
http://docs.poliastro.space/en/v0.11b1/
https://docs.poliastro.space/en/v0.11.0/
.. _`Read the Docs`: http://readthedocs.io/
.. _`Read the Docs`: https://readthedocs.org/
Examples
========
...
...
@@ -140,7 +140,7 @@ Description: .. poliastro
Please check out the `documentation for alternative installation methods`_.
.. _`documentation for alternative installation methods`: http://docs.poliastro.space/en/v0.11b1/getting_started.html#alternative-installation-methods
.. _`documentation for alternative installation methods`: https://docs.poliastro.space/en/v0.11.0/getting_started.html#alternative-installation-methods
Testing
=======
...
...
@@ -231,7 +231,7 @@ Description: .. poliastro
* It leaves out certain features that would be too Earth-specific, such as
TLE reading, SGP4 propagation, groundtrack plotting and others.
Complete documentation, including a user guide and an API reference, can be read on
the wonderful `Read the Docs`_.
http://docs.poliastro.space/en/v0.11b1/
https://docs.poliastro.space/en/v0.11.0/
.. _`Read the Docs`: http://readthedocs.io/
.. _`Read the Docs`: https://readthedocs.org/
Examples
========
...
...
@@ -131,7 +131,7 @@ install poliastro using `conda <http://conda.io>`_::
Please check out the `documentation for alternative installation methods`_.
.. _`documentation for alternative installation methods`: http://docs.poliastro.space/en/v0.11b1/getting_started.html#alternative-installation-methods
.. _`documentation for alternative installation methods`: https://docs.poliastro.space/en/v0.11.0/getting_started.html#alternative-installation-methods
Testing
=======
...
...
@@ -222,7 +222,7 @@ poliastro is focused on interplanetary applications. This has two consequences:
* It leaves out certain features that would be too Earth-specific, such as
TLE reading, SGP4 propagation, groundtrack plotting and others.
"Let's define a function to do that quickly for us, using the [`get_frame`](http://docs.poliastro.space/en/latest/safe.html#poliastro.frames.get_frame) function from poliastro.frames:"
"Let's define a function to do that quickly for us, using the [`get_frame`](https://docs.poliastro.space/en/latest/safe.html#poliastro.frames.get_frame) function from poliastro.frames:"
"This is an example on how to use [poliastro](https://github.com/poliastro/poliastro), a little library I've been working on to use in my Astrodynamics lessons. It features conversion between **classical orbital elements** and position vectors, propagation of **Keplerian orbits**, initial orbit determination using the solution of the **Lambert's problem** and **orbit plotting**.\n",
"While `neows` can only be used to get Orbit objects, `dastcom5` can also provide asteroid and comet complete database.\n",
"Once you have this, you can get specific data about one or more bodies. The complete databases are `ndarrays`, so if you want to know the entire list of available parameters, you can look at the `dtype`, and they are also explained in\n",
"[documentation API Reference](http://docs.poliastro.space/en/latest/dastcom5 parameters.html):"
"[documentation API Reference](https://docs.poliastro.space/en/latest/dastcom5 parameters.html):"
]
},
{
...
...
@@ -399,7 +399,7 @@
"metadata": {},
"source": [
"Talking in orbital terms, `Atiras` have an aphelion distance, `Q < 0.983 au` and a semi-major axis, ` a < 1.0 au`.\n",
"Visiting [documentation API Reference](http://docs.poliastro.space/en/latest/dastcom5 parameters.html), you can see that DASTCOM5 provides semi-major axis, but doesn't provide aphelion distance. You can get aphelion distance easily knowing perihelion distance (q, QR in DASTCOM5) and semi-major axis `Q = 2*a - q`, but there are probably many other ways."
"Visiting [documentation API Reference](https://docs.poliastro.space/en/latest/dastcom5 parameters.html), you can see that DASTCOM5 provides semi-major axis, but doesn't provide aphelion distance. You can get aphelion distance easily knowing perihelion distance (q, QR in DASTCOM5) and semi-major axis `Q = 2*a - q`, but there are probably many other ways."
Complete documentation, including a user guide and an API reference, can be read on
the wonderful `Read the Docs`_.
http://docs.poliastro.space/en/v0.11b1/
https://docs.poliastro.space/en/v0.11.0/
.. _`Read the Docs`: http://readthedocs.io/
.. _`Read the Docs`: https://readthedocs.org/
Examples
========
...
...
@@ -140,7 +140,7 @@ Description: .. poliastro
Please check out the `documentation for alternative installation methods`_.
.. _`documentation for alternative installation methods`: http://docs.poliastro.space/en/v0.11b1/getting_started.html#alternative-installation-methods
.. _`documentation for alternative installation methods`: https://docs.poliastro.space/en/v0.11.0/getting_started.html#alternative-installation-methods
Testing
=======
...
...
@@ -231,7 +231,7 @@ Description: .. poliastro
* It leaves out certain features that would be too Earth-specific, such as
TLE reading, SGP4 propagation, groundtrack plotting and others.