Skip to content

Commit

Permalink
Remove qiskit.org links (Qiskit#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Feb 12, 2024
1 parent 5a6145c commit 4533b00
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 21 deletions.
8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributing
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 qiskit-ibm-provider
Expand Down Expand Up @@ -202,12 +202,6 @@ notes will look like for the current state of the repo you can run:
and the release notes in particular will be located at
`docs/_build/html/release_notes.html`

## Installing Qiskit IBM Provider from source
Please see the [Getting started - Installation](https://qiskit.org/documentation/getting_started.html#installation)
section of the Qiskit documentation.
Select the _Install from source_ tab and scroll down to _Installing IBM Quantum Provider from Source_.


### Test

#### Test Types
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ If you'd like to contribute to qiskit-ibm-provider, please take a look at our
By participating, you are expect to uphold to this code.

We use [GitHub issues] for tracking requests and bugs. Please use our [slack]
for discussion and simple questions. To join our Slack community use the
invite link at [Qiskit.org]. For questions that are more suited for a forum we
use the `Qiskit` tag in [Stack Exchange].
for discussion and simple questions. To join our Slack community, use the
invite link [here](https://docs.quantum.ibm.com/support#qiskit).

## Authors and Citation

Expand All @@ -107,9 +106,6 @@ project at different levels. If you use Qiskit, please cite as per the included
[code of conduct]: https://github.com/Qiskit/qiskit-ibm-provider/blob/main/CODE_OF_CONDUCT.md
[GitHub issues]: https://github.com/Qiskit/qiskit-ibm-provider/issues
[slack]: https://qiskit.slack.com
[Qiskit.org]: https://qiskit.org
[Stack Exchange]: https://quantumcomputing.stackexchange.com/questions/tagged/qiskit
[Qiskit Tutorial]: https://github.com/Qiskit/qiskit-tutorial
[many people]: https://github.com/Qiskit/qiskit-ibm-provider/graphs/contributors
[IBM Quantum Learning]: https://learning.quantum.ibm.com/catalog/tutorials
[Qiskit]: https://github.com/Qiskit/qiskit-tutorial
Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/ibm_backend_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def backends(
IBMProvider.backends(open_pulse=True)
For the full list of backend attributes, see the `IBMBackend` class documentation
<https://qiskit.org/documentation/apidoc/providers_models.html>
<https://docs.quantum.ibm.com/api/qiskit/providers_models>
Returns:
The list of available backends that match the filter.
Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/ibm_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def backends(
IBMProvider.backends(open_pulse=True)
For the full list of backend attributes, see the `IBMBackend` class documentation
<https://qiskit.org/documentation/apidoc/providers_models.html>
<https://docs.quantum.ibm.com/api/qiskit/providers_models>
Returns:
The list of available backends that match the filter.
Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/qpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
QPY Format
**********
https://qiskit.org/documentation/apidoc/qpy.html#qpy-format
https://docs.quantum.ibm.com/api/qiskit/qpy#qpy-format
"""

from .interface import dump, load
Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(
forcibly closed. Can be specified as seconds (int) or a string like "2h 30m 40s".
This value must be in between 300 seconds and the
`system imposed maximum
<https://qiskit.org/documentation/partners/qiskit_ibm_runtime/faqs/max_execution_time.html>`_.
<https://docs.quantum.ibm.com/run/max-execution-time>`_.
Raises:
ValueError: If an input value is invalid.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
deprecations:
- |
Removed support for input circuit as Schedule to IBMBackend.run(). Use ``pulse gates`` instead.
See `tutorial <https://qiskit.org/documentation/tutorials/circuits_advanced/05_pulse_gates.html>`_
on how to use pulse gates.
See `here <https://docs.quantum.ibm.com/build/pulse>`__
for how to use pulse gates.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
long_description_content_type="text/markdown",
url="https://github.com/Qiskit/qiskit-ibm-provider",
author="Qiskit Development Team",
author_email="hello@qiskit.org",
author_email="qiskit@us.ibm.com",
license="Apache 2.0",
classifiers=[
"Environment :: Console",
Expand Down Expand Up @@ -90,7 +90,7 @@
},
project_urls={
"Bug Tracker": "https://github.com/Qiskit/qiskit-ibm-provider/issues",
"Documentation": "https://qiskit.org/documentation/",
"Documentation": "https://docs.quantum.ibm.com/api/qiskit-ibm-provider/",
"Source Code": "https://github.com/Qiskit/qiskit-ibm-provider",
},
entry_points={
Expand Down

0 comments on commit 4533b00

Please sign in to comment.