Skip to content

Commit

Permalink
Merge pull request pingswept#31 from andrewbenedictwallace/patch-3
Browse files Browse the repository at this point in the history
GetAltitude() changed to get_altitude() in doc
  • Loading branch information
pingswept committed Apr 24, 2015
2 parents 6a0449e + 4baa4e0 commit 1c94331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The reference frame for Pysolar is shown in the figure below. Altitude is reckon

.. image:: img/reference_frame.png

Then, use the solar.GetAltitude() function to calculate the angle between the sun and a plane tangent to the earth where you are. The result is returned in degrees.::
Then, use the solar.get_altitude() function to calculate the angle between the sun and a plane tangent to the earth where you are. The result is returned in degrees.::

host:~/pysolar$ python3
Python 3.4.0 (default, Apr 11 2014, 13:05:18)
Expand Down

0 comments on commit 1c94331

Please sign in to comment.