From 59a4bf9201343694d1457f02b51279a5a2630317 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:12:39 +0000 Subject: [PATCH] Remove remaining qiskit.org links (#325) (#326) * Remove remaining qiskit.org links * Fix bad space (cherry picked from commit 4ab7f4cf08ed7ba80f31e877c48ff3e430cd87f1) Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> --- CONTRIBUTING.md | 7 +++---- docs/getting_started.rst | 9 ++++----- setup.py | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f759d70..0f2874f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,9 +3,9 @@ **We appreciate all kinds of help, so thank you!** First please read the overall project contributing guidelines. These are -included in the Qiskit documentation here: +included in the Qiskit project here: -https://qiskit.org/documentation/contributing_to_qiskit.html +https://github.com/Qiskit/qiskit/blob/main/CONTRIBUTING.md ## Contributing to Qiskit Finance @@ -61,8 +61,7 @@ please ensure that: to see the changes formatted output is as expected. You will find an index.html file in docs\_build\html and you can navigate from there. - Please note that a spell check is run in CI, on the docstrings, since the text - becomes part of the online [API Documentation](https://qiskit.org/documentation/). + Please note that a spell check is run in CI, on the docstrings. You can run `make spell` locally to check spelling though you would need to [install pyenchant](https://pyenchant.github.io/pyenchant/install.html) and be using diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 620d2e74..906207e9 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -8,7 +8,7 @@ Installation ============ Qiskit Finance depends on Qiskit, which has its own -`Qiskit Getting Started `__ detailing the +`installation instructions `__ detailing the installation options 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 Finance. @@ -17,10 +17,9 @@ specific to Qiskit Finance. .. tab-item:: Start locally - The simplest way to get started is to first follow the `getting started 'Start locally' guide for - Qiskit `__ + The simplest way to get started is to follow the installation guide for Qiskit `here `__ - In your virtual environment, where you installed Qiskit, install Qiskit Finance as follows: + In your virtual environment, where you installed Qiskit, install ``qiskit-finance`` as follows: .. code:: sh @@ -41,7 +40,7 @@ specific to Qiskit Finance. Since Qiskit Finance 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 `__ + `here `__ .. raw:: html diff --git a/setup.py b/setup.py index 55d6232c..2307439a 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ long_description_content_type="text/markdown", url='https://github.com/qiskit-community/qiskit-finance', author='Qiskit Finance Development Team', - author_email='hello@qiskit.org', + author_email='qiskit@us.ibm.com', license='Apache-2.0', classifiers=[ "Environment :: Console",