Skip to content

Commit

Permalink
Remove remaining qiskit.org links (#325) (#326)
Browse files Browse the repository at this point in the history
* Remove remaining qiskit.org links

* Fix bad space

(cherry picked from commit 4ab7f4c)

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
  • Loading branch information
mergify[bot] and Eric-Arellano committed Feb 13, 2024
1 parent 4d9a94d commit 59a4bf9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation
============

Qiskit Finance depends on Qiskit, which has its own
`Qiskit Getting Started <https://qiskit.org/documentation/getting_started.html>`__ detailing the
`installation instructions <https://docs.quantum.ibm.com/start/install>`__ 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.
Expand All @@ -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 <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, install Qiskit Finance as follows:
In your virtual environment, where you installed Qiskit, install ``qiskit-finance`` as follows:

.. code:: sh
Expand All @@ -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 <https://qiskit.org/documentation/getting_started.html>`__
`here <https://docs.quantum.ibm.com/start/install-qiskit-source>`__

.. raw:: html

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 59a4bf9

Please sign in to comment.