Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #235 from pllim/bye-bye-bye
Browse files Browse the repository at this point in the history
MNT: Officially retire mosviz
  • Loading branch information
eteq committed Jul 21, 2021
2 parents 752b225 + 6d55fe6 commit 832c0c9
Show file tree
Hide file tree
Showing 121 changed files with 67 additions and 17,055 deletions.
Empty file removed .gitmodules
Empty file.
102 changes: 0 additions & 102 deletions .travis.yml

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
0.4.0
=====

mosviz is no longer supported, please use jdaviz. If you must use legacy
mosviz, please try v0.3.1 in Python 3.6.

0.3.0
================
=====

New Features
------------
Expand Down
2 changes: 1 addition & 1 deletion licenses/LICENSE.rst → LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) year, JDADF Developers
Copyright (c) 2018-2021, JDADF Developers
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
9 changes: 2 additions & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
include README.rst
include CHANGES.rst
include LICENSE.rst

include ez_setup.py
include pyproject.toml
include setup.cfg
include mosviz/tests/coveragerc

recursive-include mosviz *.pyx *.c *.pxd
recursive-include docs *
recursive-include licenses *
recursive-include cextern *
recursive-include scripts *
recursive-include mosviz/data *

prune build
prune docs/_build
Expand Down
33 changes: 11 additions & 22 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,33 +1,22 @@
MOSViz: MOS Visualization Tool
==============================

MOSViz was a quick-look analysis and visualization tool for multi-object
spectroscopy (MOS).

For documentation see https://mosviz.readthedocs.io/en/latest/

Current Status
--------------

Please note that this version of MOSViz is **no longer being actively supported
or maintained**. The functionality of MOSViz is now available and being actively
developed as part of `Jdaviz <https://github.com/spacetelescope/jdaviz>`_.

MOS Visualization Tool
----------------------

.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
:target: http://www.astropy.org
:alt: Powered by Astropy Badge

.. image:: https://codecov.io/gh/spacetelescope/mosviz/branch/master/graph/badge.svg
:target: https://codecov.io/gh/spacetelescope/mosviz
:alt: Coverage results

MOSViz is a quick-look analysis and visualization tool for multi-object spectroscopy (MOS). It is built on top of the `Glue <http://glueviz.org>`_ visualization tool.

.. image:: /docs/images/MOSViz_viewer.png


Installation
------------

See the `wiki <https://github.com/spacetelescope/mosviz/wiki>`_ for installation of the most recent nightly version.

If you must use legacy MOSViz, please try v0.3.1 in Python 3.6.

License
-------

This project is Copyright (c) JDADF Developers and licensed under the terms of the BSD 3-Clause license. See the licenses folder for more information.
This project is Copyright (c) JDADF Developers and licensed under the terms of
the BSD 3-Clause license. See the licenses folder for more information.
2 changes: 0 additions & 2 deletions docs/_templates/autosummary/base.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/_templates/autosummary/class.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/_templates/autosummary/module.rst

This file was deleted.

14 changes: 0 additions & 14 deletions docs/api.rst

This file was deleted.

7 changes: 1 addition & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@
sys.exit(1)

# Get configuration information from setup.cfg
try:
from ConfigParser import ConfigParser
except ImportError:
from configparser import ConfigParser
from configparser import ConfigParser
conf = ConfigParser()

conf.read([os.path.join(os.path.dirname(__file__), '..', 'setup.cfg')])
Expand Down Expand Up @@ -145,8 +142,6 @@
man_pages = [('index', project.lower(), project + u' Documentation',
[author], 1)]

intersphinx_mapping['glue'] = ('https://glueviz.readthedocs.org/en/stable', None)

# Enable nitpicky mode - which ensures that all references in the docs
# resolve.

Expand Down
82 changes: 0 additions & 82 deletions docs/functionality.rst

This file was deleted.

0 comments on commit 832c0c9

Please sign in to comment.