Skip to content

Commit

Permalink
update documentation for napoleon
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Nov 25, 2015
1 parent 96cd690 commit 7825a1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/apexpy/apex.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def map_V_to_height(self, alat, alon, height, newheight, V):
Returns
=======
V : (3, N) or (3,) ndarray
The electric drivt velocity at `newheight` (geodetic east, north, and up components)
The electric drift velocity at `newheight` (geodetic east, north, and up components)
'''

Expand Down Expand Up @@ -700,7 +700,9 @@ def basevectors_apex(self, lat, lon, height, coords='geo', precision=1e-10):
Parameters
==========
lat, lon : (N,) array_like or float
Latitude and longitude
Latitude
lat : (N,) array_like or float
Longitude
height : (N,) array_like or float
Altitude in km
coords : {'geo', 'apex', 'qd'}, optional
Expand Down
6 changes: 4 additions & 2 deletions src/apexpy/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ def subsol(datetime):
Returns
=======
sbsllat, sbsllon : float
Latitude and longitude of subsolar point
sbsllat : float
Latitude of subsolar point
sbsllon : float
Longitude of subsolar point
Notes
=====
Expand Down

0 comments on commit 7825a1e

Please sign in to comment.