Skip to content

Commit

Permalink
Merge pull request #12 from qucontrol/qutip-50
Browse files Browse the repository at this point in the history
Adapt to QuTiP 5.0. Drop support for QuTiP 4.0
  • Loading branch information
goerz authored Jun 4, 2024
2 parents f075d7f + 9a17838 commit a9b507c
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 121 deletions.
9 changes: 0 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ The weylchamber package
.. image:: https://img.shields.io/pypi/v/weylchamber.svg
:alt: weylchamber on the Python Package Index
:target: https://pypi.python.org/pypi/weylchamber
.. image:: https://img.shields.io/travis/qucontrol/weylchamber.svg
:alt: Travis Continuous Integration
:target: https://travis-ci.org/qucontrol/weylchamber
.. image:: https://ci.appveyor.com/api/projects/status/a407jfh3gl74o1m4?svg=true
:alt: AppVeyor Continuous Integration
:target: https://ci.appveyor.com/project/goerz/weylchamber
.. image:: https://img.shields.io/coveralls/github/qucontrol/weylchamber.svg
:alt: Coveralls
:target: https://coveralls.io/github/qucontrol/weylchamber?branch=master
.. image:: https://readthedocs.org/projects/weylchamber/badge/?version=latest
:alt: Documentation Status
:target: https://weylchamber.readthedocs.io/en/latest/?badge=latest
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ def run_apidoc(app):
spelling_ignore_pypi_package_names = True

intersphinx_mapping = {
'python': ('https://docs.python.org/3.6', None),
'python': ('https://docs.python.org/3.12', None),
'sympy': ('https://docs.sympy.org/latest/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'matplotlib': ('https://matplotlib.org/', None),
'qutip': ('http://qutip.org/docs/latest/', None),
'qutip': ('https://qutip.readthedocs.io/en/qutip-5.0.x/', None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down
12 changes: 0 additions & 12 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ Welcome to weylchamber's documentation!
.. image:: https://img.shields.io/pypi/v/weylchamber.svg
:alt: weylchamber on the Python Package Index
:target: https://pypi.python.org/pypi/weylchamber
.. image:: https://img.shields.io/travis/qucontrol/weylchamber.svg
:alt: Travis Continuous Integration
:target: https://travis-ci.org/qucontrol/weylchamber
.. image:: https://ci.appveyor.com/api/projects/status/a407jfh3gl74o1m4?svg=true
:alt: AppVeyor Continuous Integration
:target: https://ci.appveyor.com/project/goerz/weylchamber
.. image:: https://img.shields.io/coveralls/github/qucontrol/weylchamber.svg
:alt: Coveralls
:target: https://coveralls.io/github/qucontrol/weylchamber?branch=master
.. image:: https://readthedocs.org/projects/weylchamber/badge/?version=latest
:alt: Documentation Status
:target: https://weylchamber.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/badge/License-BSD-green.svg
:alt: BSD License
:target: https://opensource.org/licenses/BSD-3-Clause
Expand Down
Loading

0 comments on commit a9b507c

Please sign in to comment.