[Python-modules-commits] [python-pysolar] 03/06: Fixed a few details to make docs generate cleanly
Wolfgang Borgert
debacle at moszumanska.debian.org
Fri Oct 3 23:36:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to annotated tag 0.4.3
in repository python-pysolar.
commit 90a3f8a7f0efa22eb8876e5ac9b401bdd0ba3faf
Author: pingswept <brandon at pingswept.org>
Date: Wed Mar 10 13:02:46 2010 -0500
Fixed a few details to make docs generate cleanly
---
doc/conf.py | 4 ++--
doc/index.rst | 5 -----
solar.py | 1 -
3 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/doc/conf.py b/doc/conf.py
index 48ea809..c61c37c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -28,9 +28,9 @@ copyright = '2008-2010, Brandon Stafford'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '0.4.1'
+version = '0.4.2'
# The full version, including alpha/beta/rc tags.
-release = '0.4.1'
+release = '0.4.2'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
diff --git a/doc/index.rst b/doc/index.rst
index 25624bf..41880b9 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -30,11 +30,6 @@ julian.py
.. automodule:: julian
:members:
-poly.py
--------
-.. automodule:: poly
- :members:
-
query_usno.py
-------------
.. automodule:: query_usno
diff --git a/solar.py b/solar.py
index 6200c64..cfaf4de 100644
--- a/solar.py
+++ b/solar.py
@@ -26,7 +26,6 @@ import math
import datetime
import constants
import julian
-import poly
import radiation
#if __name__ == "__main__":
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git
More information about the Python-modules-commits
mailing list