Updated Windows build process.

Fixed C compiler warnings that show up on Windows but not Linux.
Trim trailing whitespace for target code.
Generate Python documentation.
This commit is contained in:
Don Cross
2019-07-09 16:35:15 -04:00
parent 4ba3130ecc
commit 284894c7e1
3 changed files with 13 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ Example
---
<a name="GeoMoon"></a>
### GeoMoon(time:astronomy.Time) -> astronomy.Vector
### GeoMoon(time: astronomy.Time) -> astronomy.Vector
Calculates the geocentric position of the Moon at a given time.
Given a time of observation, calculates the Moon's position as a vector.