From 3e8ddee7359a856334e286e33d56c5cd1c055acb Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:22:14 -0500 Subject: [PATCH] Remove qiskit.org links (#815) (#816) --- CONTRIBUTING.md | 8 +------- README.md | 8 ++------ qiskit_ibm_provider/ibm_backend_service.py | 2 +- qiskit_ibm_provider/ibm_provider.py | 2 +- qiskit_ibm_provider/qpy/__init__.py | 2 +- qiskit_ibm_provider/session.py | 2 +- ...remove_schedule_from_backend_run-6b3c771799db9e9a.yaml | 4 ++-- setup.py | 4 ++-- 8 files changed, 11 insertions(+), 21 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37d7fe560..c610f17ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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 diff --git a/README.md b/README.md index cea74cad4..46b21fd6c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/qiskit_ibm_provider/ibm_backend_service.py b/qiskit_ibm_provider/ibm_backend_service.py index a897db35f..80252d2e8 100644 --- a/qiskit_ibm_provider/ibm_backend_service.py +++ b/qiskit_ibm_provider/ibm_backend_service.py @@ -150,7 +150,7 @@ def backends( IBMProvider.backends(open_pulse=True) For the full list of backend attributes, see the `IBMBackend` class documentation - + Returns: The list of available backends that match the filter. diff --git a/qiskit_ibm_provider/ibm_provider.py b/qiskit_ibm_provider/ibm_provider.py index 337d36fbe..b02226927 100644 --- a/qiskit_ibm_provider/ibm_provider.py +++ b/qiskit_ibm_provider/ibm_provider.py @@ -552,7 +552,7 @@ def backends( IBMProvider.backends(open_pulse=True) For the full list of backend attributes, see the `IBMBackend` class documentation - + Returns: The list of available backends that match the filter. diff --git a/qiskit_ibm_provider/qpy/__init__.py b/qiskit_ibm_provider/qpy/__init__.py index 14c75d674..55d221c24 100644 --- a/qiskit_ibm_provider/qpy/__init__.py +++ b/qiskit_ibm_provider/qpy/__init__.py @@ -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 diff --git a/qiskit_ibm_provider/session.py b/qiskit_ibm_provider/session.py index 9fb534218..f8252682e 100644 --- a/qiskit_ibm_provider/session.py +++ b/qiskit_ibm_provider/session.py @@ -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 - `_. + `_. Raises: ValueError: If an input value is invalid. diff --git a/releasenotes/notes/0.6/remove_schedule_from_backend_run-6b3c771799db9e9a.yaml b/releasenotes/notes/0.6/remove_schedule_from_backend_run-6b3c771799db9e9a.yaml index b09024d2e..e14b4f8d4 100644 --- a/releasenotes/notes/0.6/remove_schedule_from_backend_run-6b3c771799db9e9a.yaml +++ b/releasenotes/notes/0.6/remove_schedule_from_backend_run-6b3c771799db9e9a.yaml @@ -2,5 +2,5 @@ deprecations: - | Removed support for input circuit as Schedule to IBMBackend.run(). Use ``pulse gates`` instead. - See `tutorial `_ - on how to use pulse gates. + See `here `__ + for how to use pulse gates. diff --git a/setup.py b/setup.py index 39753fd72..21ec3c37b 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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={