Skip to content

Commit

Permalink
Remove qiskit.org links (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Feb 13, 2024
1 parent d0cb5d9 commit 608eacb
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
First read the overall project contributing guidelines. These are all
included in the Qiskit documentation:

https://qiskit.org/documentation/contributing_to_qiskit.html
https://github.com/Qiskit/qiskit/blob/main/CONTRIBUTING.md

## Contributing to Aer

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ We use [GitHub issues](https://github.com/Qiskit/qiskit-aer/issues) for tracking

## Next Steps

Now you're set up and ready to check out some of the other examples from the [Aer documentation](https://qiskit.org/ecosystem/aer/).
Now you're set up and ready to check out some of the other examples from the [Aer documentation](https://qiskit.github.io/qiskit-aer/).

## Authors and Citation

Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

# This code is part of Qiskit.
#
# (C) Copyright IBM 2018.
Expand Down Expand Up @@ -146,5 +144,5 @@
autoclass_content = 'both'
intersphinx_mapping = {
"matplotlib": ("https://matplotlib.org/stable/", None),
"qiskit": ("https://qiskit.org/documentation/", None),
"qiskit": ("https://docs.quantum.ibm.com/api/qiskit/", None),
}
12 changes: 4 additions & 8 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Getting started
Installation
============
Qiskit Aer depends on the main Qiskit package which has its own
`Qiskit Getting Started <https://qiskit.org/documentation/getting_started.html>`__ detailing the
`Qiskit Installation guide <https://docs.quantum.ibm.com/start/install>`__ detailing the
installation options for Qiskit and its supported environments/platforms. You should refer to
that first. Then the information here can be followed which focuses on the additional installation
specific to Qiskit Aer.
Expand All @@ -17,12 +17,9 @@ specific to Qiskit Aer.

.. tab-item:: Start locally

The simplest way to get started is to follow the getting started 'Start locally' for Qiskit
here `Qiskit Getting Started <https://qiskit.org/documentation/getting_started.html>`__
The simplest way to get started is to follow the installation guide for Qiskit `here <https://docs.quantum.ibm.com/start/install>`__

In your virtual environment where you installed Qiskit simply add ``aer`` to the
extra list in a similar manner to how the extra ``visualization`` support is installed for
Qiskit, i.e:
In your virtual environment where you installed Qiskit, add ``qiskit-aer``, e.g.:

.. code:: sh
Expand Down Expand Up @@ -57,8 +54,7 @@ specific to Qiskit Aer.
the latest version of the Qiskit Aer code more efficiently.

Since Qiskit Aer depends on Qiskit, and its latest changes may require new or changed
features of Qiskit, you should first follow Qiskit's `"Install from source"` instructions
here `Qiskit Getting Started <https://qiskit.org/documentation/getting_started.html>`__
features of Qiskit, you should first follow Qiskit's `"Install from source"` instructions `here <https://docs.quantum.ibm.com/start/install-qiskit-source>`__

.. raw:: html

Expand Down
2 changes: 1 addition & 1 deletion qiskit_aer/primitives/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.. currentmodule:: qiskit_aer.primitives
This module is Aer implementation of primitives.
See the docs https://qiskit.org/documentation/apidoc/primitives.html for general descriptions.
See the docs https://docs.quantum.ibm.com/api/qiskit/primitives for general descriptions.
Classes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ deprecations:
The :class:`~.PulseSimulator` backend has been deprecated and will be
removed in a future release. If you're using the :class:`~.PulseSimulator`
backend to perform pulse level simulation, instead you should use the
`Qiskit Dynamics <https://qiskit.org/documentation/dynamics/>`__ library
`Qiskit Dynamics <https://qiskit-extensions.github.io/qiskit-dynamics>`__ library
instead to perform the simulation. Qiskit Dynamics provides a more
flexible and robust pulse level simulation framework than the
:class:`~.PulseSimulator` backend.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ upgrade:
- |
Qiskit Aer 0.13 has dropped support for ``PulseSimulator`` following deprecation warnings started in
Qiskit Aer 0.12. Use Qiskit Dynamics to run pulse-level simulation.
https://qiskit.org/ecosystem/dynamics/
https://qiskit-extensions.github.io/qiskit-dynamics/
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ features:
Update Aer Backend to BackendV2. Refer to `#1681<https://github.com/Qiskit/qiskit-aer/issues/1681>`.
BackendV2 is differs from BackendV1 in the following points: backend.name() changes to backend.name string attribute,
the configuration attribute no longer exists, and the options attribute is added. For more information about BackendV2 is
`here<https://qiskit.org/documentation/stubs/qiskit.providers.BackendV2.html>`.
`here<https://docs.quantum.ibm.com/api/qiskit/qiskit.providers.BackendV2>`.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
long_description_content_type="text/markdown",
url="https://github.com/Qiskit/qiskit-aer",
author="AER Development Team",
author_email="hello@qiskit.org",
author_email="qiskit@us.ibm.com",
license="Apache 2.0",
classifiers=classifiers,
python_requires=">=3.7",
Expand Down

0 comments on commit 608eacb

Please sign in to comment.