Starting to work on Python documentation.

This commit is contained in:
Don Cross
2019-07-07 14:56:04 -04:00
parent 718645a5b7
commit cb82749aec
5 changed files with 48 additions and 0 deletions

14
source/python/README.md Normal file
View File

@@ -0,0 +1,14 @@
# astronomy
## Time
```python
Time(self, ut)
```
Represents a date and time used for performing astronomy calculations.
## Observer
```python
Observer(self, latitude, longitude, height=0)
```
Represents the geographic location of an observer on the surface of the Earth.