mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 14:27:52 -04:00
Starting to work on Python documentation.
This commit is contained in:
14
source/python/README.md
Normal file
14
source/python/README.md
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user