From f961e0e6f02feac2779a8fcf8e54fca0805912c4 Mon Sep 17 00:00:00 2001 From: mjaviem Date: Sun, 23 Feb 2020 17:51:12 -0300 Subject: [PATCH 1/2] Paraphrases README.rst --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9b5fe8a..fc7ecf3 100644 --- a/README.rst +++ b/README.rst @@ -11,10 +11,15 @@ Astral This is 'astral' a Python module which calculates + * Sun's position: Solar azimuth, zenith and elevation angles for the specified time. * Times for various positions of the sun: dawn, sunrise, solar noon, - sunset, dusk, solar elevation, solar azimuth and rahukaalam. + sunset, dusk and solar midnight. + * Time for the specified elevation of the sun. + * Periods of the day: blue hour, golden hour, twilight, daylight, night and Rahukaalam * The phase of the moon. +It comes with a geocoder and a starter database of several cities worldwide but can also access Google Maps services for geocoding. + For documentation see the https://astral.readthedocs.io/en/stable/index.html GoogleGeocoder From d002cbf36b2195b29cf225c74a5e391bc86d4593 Mon Sep 17 00:00:00 2001 From: mjaviem Date: Tue, 25 Feb 2020 17:08:02 -0300 Subject: [PATCH 2/2] punctuation and rewording minimal fix --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fc7ecf3..3dc0c1e 100644 --- a/README.rst +++ b/README.rst @@ -15,10 +15,10 @@ This is 'astral' a Python module which calculates * Times for various positions of the sun: dawn, sunrise, solar noon, sunset, dusk and solar midnight. * Time for the specified elevation of the sun. - * Periods of the day: blue hour, golden hour, twilight, daylight, night and Rahukaalam + * Periods of the day: blue hour, golden hour, twilight, daylight, night and Rahukaalam. * The phase of the moon. -It comes with a geocoder and a starter database of several cities worldwide but can also access Google Maps services for geocoding. +It ships with a geocoder and a starter database of several cities worldwide but can also access Google Maps services for geocoding. For documentation see the https://astral.readthedocs.io/en/stable/index.html