Skip to content

Commit

Permalink
fix version numbers throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed Jul 8, 2022
1 parent 8bffaaa commit d1ad36f
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 35 deletions.
2 changes: 1 addition & 1 deletion astrodata/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# --- Setup Version Here ---
API = 3
FEATURE = 0
BUG = 2
BUG = 3
TAG = ''


Expand Down
8 changes: 4 additions & 4 deletions astrodata/doc/ad_CheatSheet/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The full version, including alpha/beta/rc tags.
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release


Expand Down Expand Up @@ -265,10 +265,10 @@
# Example configuration for intersphinx: refer to the Python standard library.
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'astrodata': ('https://astrodata-user-manual.readthedocs.io/en/v3.0.2/', None),
'astrodata': ('https://astrodata-user-manual.readthedocs.io/en/v3.0.3/', None),
'astropy': ('https://docs.astropy.org/en/stable/', None),
'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.2/', None),
'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.2/', None),
'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.3/', None),
'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.3/', None),
'matplotlib': ('https://matplotlib.org/', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'python': ('https://docs.python.org/3/', None),
Expand Down
2 changes: 1 addition & 1 deletion astrodata/doc/ad_ProgManual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# The ull version, including alpha/beta/rc tags.
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release


Expand Down
6 changes: 3 additions & 3 deletions astrodata/doc/ad_UserManual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The full version, including alpha/beta/rc tags.
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down Expand Up @@ -280,8 +280,8 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'astropy': ('http://docs.astropy.org/en/stable/', None),
'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.2/', None),
'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.2/', None),
'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.3/', None),
'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.3/', None),
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
'python': ('https://docs.python.org/3', None),
}
Expand Down
6 changes: 4 additions & 2 deletions doc/DRAGONS/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
Change Logs
***********

3.0.2
=====
3.0.2 and 3.0.3
===============

Note that 3.0.2 was found to have one broken recipe, 3.0.3 fixes it.

Bug Fixes
---------
Expand Down
2 changes: 1 addition & 1 deletion doc/DRAGONS/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The full version, including alpha/beta/rc tags.
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release


Expand Down
5 changes: 3 additions & 2 deletions doc/DRAGONS/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
Release Notes
*************

V3.0.2
======
V3.0.2 and V3.0.3
=================
Note that 3.0.2 was found to have one broken recipe, 3.0.3 fixes it.

This patch release improves the reduction of GMOS-S data obtained since the
event on January 28, 2022 that led to the failure of amplifier 5. This patch
Expand Down
8 changes: 4 additions & 4 deletions geminidr/doc/tutorials/F2Img-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#release = astrodata.version()
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release


Expand Down Expand Up @@ -214,10 +214,10 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'astrodata': ('https://astrodata-user-manual.readthedocs.io/en/v3.0.2/', None),
'astrodata': ('https://astrodata-user-manual.readthedocs.io/en/v3.0.3/', None),
'astropy': ('http://docs.astropy.org/en/stable/', None),
'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.2/', None),
'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.2/', None),
'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.3/', None),
'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.3/', None),
'matplotlib': ('https://matplotlib.org/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'python': ('https://docs.python.org/3', None),
Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/F2Img-DRTutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a brief tutorial on how to reduce Flamingos-2 images using DRAGONS (Data
Reduction for Astronomy from Gemini Observatory North and South). It is based on
information found in the `GEMINI Flamingos-2
WebPage <https://www.gemini.edu/sciops/instruments/flamingos2/>`_ and in the
`DRAGONS Documentation on Read The Docs <https://dragons.readthedocs.io/en/v3.0.2/>`_.
`DRAGONS Documentation on Read The Docs <https://dragons.readthedocs.io/en/v3.0.3/>`_.


.. toctree::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ configured as follow:
The calibration service is now ready to use. If you need more details,
check the
`Using the caldb API in the Recipe System User's Manual <https://dragons-recipe-system-users-manual.readthedocs.io/en/v3.0.2/caldb.html#using-the-caldb-api>`_ .
`Using the caldb API in the Recipe System User's Manual <https://dragons-recipe-system-users-manual.readthedocs.io/en/v3.0.3/caldb.html#using-the-caldb-api>`_ .

.. _api_create_file_lists:

Expand Down
8 changes: 4 additions & 4 deletions geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#release = astrodata.version()
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release


Expand Down Expand Up @@ -214,10 +214,10 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'astrodata': ('https://astrodata-user-manual.readthedocs.io/en/v3.0.2/', None),
'astrodata': ('https://astrodata-user-manual.readthedocs.io/en/v3.0.3/', None),
'astropy': ('http://docs.astropy.org/en/stable/', None),
'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.2/', None),
'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.2/', None),
'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.3/', None),
'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.3/', None),
'matplotlib': ('https://matplotlib.org/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'python': ('https://docs.python.org/3', None),
Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/GMOSImg-DRTutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DRAGONS - GMOS Data Reduction Tutorial
This is a brief tutorial on how to reduce GMOS images using DRAGONS. It is
based on information found in the `GEMINI GMOS
WebPage <https://www.gemini.edu/sciops/instruments/gmos/>`_ and in the
`DRAGONS Documentation on Read The Docs <https://dragons.readthedocs.io/en/v3.0.2/>`_.
`DRAGONS Documentation on Read The Docs <https://dragons.readthedocs.io/en/v3.0.3/>`_.


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/GMOSLS-DRTutorial/01_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spectroscopic data with DRAGONS.
GMOS is an imager and spectrograph offering longslit spectroscopy,
multi-object spectroscopy (MOS), and integral field spectroscopy. This
tutorial focuses on the longslit spectroscopy. For a tutorial on the
reduction of GMOS imaging data, see `GMOS Imaging Data Reduction Tutorial <http://GMOSImg-DRTutorial.readthedocs.io/en/v3.0.2>`_.
reduction of GMOS imaging data, see `GMOS Imaging Data Reduction Tutorial <http://GMOSImg-DRTutorial.readthedocs.io/en/v3.0.3>`_.

Here is a tutorial that you, the reader, can run and experiment with. This
document comes with a downloadable data package that contains all the data
Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/GMOSLS-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
version = '3.0'
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release

today = 'July 2022'
Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The full version, including alpha/beta/rc tags.
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
8 changes: 4 additions & 4 deletions geminidr/doc/tutorials/GSAOIImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#release = astrodata.version()
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release


Expand Down Expand Up @@ -214,10 +214,10 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'astrodata': ('https://astrodata-user-manual.readthedocs.io/en/v3.0.2/', None),
'astrodata': ('https://astrodata-user-manual.readthedocs.io/en/v3.0./', None),
'astropy': ('http://docs.astropy.org/en/stable/', None),
'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.2/', None),
'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.2/', None),
'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0./', None),
'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/v3.0.3/', None),
'matplotlib': ('https://matplotlib.org/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'python': ('https://docs.python.org/3', None),
Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The full version, including alpha/beta/rc tags.
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion recipe_system/doc/rs_ProgManual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
version = '3.0' # The short X.Y version.
#release = '3.0.x' # The full version, including alpha/beta/rc tags.
#rtdurl = 'release-'+release
release = '3.0.2' # The full version, including alpha/beta/rc tags.
release = '3.0.3' # The full version, including alpha/beta/rc tags.
rtdurl = 'v'+release


Expand Down
2 changes: 1 addition & 1 deletion recipe_system/doc/rs_UsersManual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The full version, including alpha/beta/rc tags.
#release = '3.0.x'
#rtdurl = 'release-'+release
release = '3.0.2'
release = '3.0.3'
rtdurl = 'v'+release

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down

0 comments on commit d1ad36f

Please sign in to comment.