Skip to content

Commit

Permalink
fix doc build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Mar 7, 2024
1 parent c131f30 commit 3cf6724
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ as well as the results from Google Summer of Code 2021.
The interactive orbit plotters {py:class}`~poliastro.plotting.OrbitPlotter2D`
and {py:class}`~poliastro.plotting.OrbitPlotter3D`
now have a new method to easily display impulsive burns.
See {doc}`/examples/going-to-jupiter-with-python-using-jupyter-and-poliastro`
See {doc}`/examples/going-to-jupiter-with-python-using-jupyter-and-hapsira`
for an example.
- **Many performance improvements**
Several contributors have helped accelerate more algorithms
Expand Down
2 changes: 1 addition & 1 deletion docs/source/core.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(quickstart)=
(coremodule)=
# Core module

The `core` module handles most actual heavy computations. It is compiled via [numba](https://numba.readthedocs.io). For both working with functions from `core` directly and contributing to it, it is highly recommended to gain some basic understanding of how `numba` works.
Expand Down
2 changes: 1 addition & 1 deletion src/hapsira/core/spheroid_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
def cartesian_cords(a, c, lon, lat, h):
"""Calculates cartesian coordinates.
Parametersnorm_V_hf
Parameters
----------
a : float
Semi-major axis
Expand Down
2 changes: 1 addition & 1 deletion src/hapsira/core/thrust/change_ecc_inc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
References
----------
* Pollard, J. E. "Simplified Analysis of Low-Thrust Orbital Maneuvers", 2000.
rv2coe
"""

from math import asin, atan, cos, pi, log, sin
Expand Down

0 comments on commit 3cf6724

Please sign in to comment.