Skip to content

Commit

Permalink
Update urls following repo move (backport #285) (#286)
Browse files Browse the repository at this point in the history
* Update urls following repo move (#285)

(cherry picked from commit 8893f5a)

# Conflicts:
#	README.md

* Update README.md to fix conflict

---------

Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
  • Loading branch information
mergify[bot] and woodsp-ibm committed Jun 12, 2023
1 parent 4b0eafc commit 3928d4c
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
# get current version
version=$(pip show qiskit-finance | awk -F. '/^Version:/ { print substr($1,10), $2-1 }' OFS=.)
# download stable version
wget https://codeload.github.com/Qiskit/qiskit-finance/zip/stable/$version -O /tmp/repo.zip
wget https://codeload.github.com/qiskit-community/qiskit-finance/zip/stable/$version -O /tmp/repo.zip
unzip /tmp/repo.zip -d /tmp/
# copy stable tutorials to main tutorials
rm -rf docs/tutorials/*
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ particular will be located at `docs/_build/html/release_notes.html`
## Installing Qiskit Finance from source

Please see the [Installing Qiskit Finance from
Source](https://github.com/Qiskit/qiskit-finance#installatione)
Source](https://github.com/qiskit-community/qiskit-finance#installatione)
section of the Qiskit documentation.

Note: Finance depends on Terra, and has optional dependence on Aer and IBM Q Provider, so
Expand All @@ -245,7 +245,7 @@ main branches so these should be installed from source too following the instruc
the same location

Finance also has some other optional dependents see
[Finance optional installs](https://github.com/Qiskit/qiskit-finance#optional-installs) for
[Finance optional installs](https://github.com/qiskit-community/qiskit-finance#optional-installs) for
further information. Unit tests that require any of the optional dependents will check
and skip the test if not installed.

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Qiskit Finance

[![License](https://img.shields.io/github/license/Qiskit/qiskit-finance.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)<!--- long-description-skip-begin -->[![Build Status](https://github.com/Qiskit/qiskit-finance/workflows/Finance%20Unit%20Tests/badge.svg?branch=main)](https://github.com/Qiskit/qiskit-finance/actions?query=workflow%3A"Finance%20Unit%20Tests"+branch%3Amain+event%3Apush)[![](https://img.shields.io/github/release/Qiskit/qiskit-finance.svg?style=popout-square)](https://github.com/Qiskit/qiskit-finance/releases)[![](https://img.shields.io/pypi/dm/qiskit-finance.svg?style=popout-square)](https://pypi.org/project/qiskit-finance/)[![Coverage Status](https://coveralls.io/repos/github/Qiskit/qiskit-finance/badge.svg?branch=main)](https://coveralls.io/github/Qiskit/qiskit-finance?branch=main)<!--- long-description-skip-end -->
[![License](https://img.shields.io/github/license/Qiskit/qiskit-finance.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)<!--- long-description-skip-begin -->[![Build Status](https://github.com/qiskit-community/qiskit-finance/workflows/Finance%20Unit%20Tests/badge.svg?branch=main)](https://github.com/qiskit-community/qiskit-finance/actions?query=workflow%3A"Finance%20Unit%20Tests"+branch%3Amain+event%3Apush)[![](https://img.shields.io/github/release/Qiskit/qiskit-finance.svg?style=popout-square)](https://github.com/qiskit-community/qiskit-finance/releases)[![](https://img.shields.io/pypi/dm/qiskit-finance.svg?style=popout-square)](https://pypi.org/project/qiskit-finance/)[![Coverage Status](https://coveralls.io/repos/github/Qiskit/qiskit-finance/badge.svg?branch=main)](https://coveralls.io/github/Qiskit/qiskit-finance?branch=main)<!--- long-description-skip-end -->

**Qiskit Finance** is an open-source framework that contains uncertainty components for stock/securities problems,
Ising translators for portfolio optimizations and data providers to source real or random data to
Expand Down Expand Up @@ -85,20 +85,20 @@ of the documentation and are a great place to start.
## Contribution Guidelines

If you'd like to contribute to Qiskit, please take a look at our
[contribution guidelines](https://github.com/Qiskit/qiskit-finance/blob/main/CONTRIBUTING.md).
This project adheres to Qiskit's [code of conduct](https://github.com/Qiskit/qiskit-finance/blob/main/CODE_OF_CONDUCT.md).
[contribution guidelines](https://github.com/qiskit-community/qiskit-finance/blob/main/CONTRIBUTING.md).
This project adheres to Qiskit's [code of conduct](https://github.com/qiskit-community/qiskit-finance/blob/main/CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code.

We use [GitHub issues](https://github.com/Qiskit/qiskit-finance/issues) for tracking requests and bugs. Please
[join the Qiskit Slack community](https://ibm.co/joinqiskitslack)
We use [GitHub issues](https://github.com/qiskit-community/qiskit-finance/issues) for tracking requests and bugs. Please
[join the Qiskit Slack community](https://qisk.it/join-slack)
and for discussion and simple questions.
For questions that are more suited for a forum, we use the **Qiskit** tag in [Stack Overflow](https://stackoverflow.com/questions/tagged/qiskit).

## Authors and Citation

Finance was inspired, authored and brought about by the collective work of a team of researchers.
Finance continues to grow with the help and work of
[many people](https://github.com/Qiskit/qiskit-finance/graphs/contributors), who contribute
[many people](https://github.com/qiskit-community/qiskit-finance/graphs/contributors), who contribute
to the project at different levels.
If you use Qiskit, please cite as per the provided
[BibTeX file](https://github.com/Qiskit/qiskit/blob/master/Qiskit.bib).
Expand All @@ -109,4 +109,4 @@ file.

## License

This project uses the [Apache License 2.0](https://github.com/Qiskit/qiskit-finance/blob/main/LICENSE.txt).
This project uses the [Apache License 2.0](https://github.com/qiskit-community/qiskit-finance/blob/main/LICENSE.txt).
17 changes: 0 additions & 17 deletions docs/_templates/theme_variables.jinja

This file was deleted.

4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@
__"""

vers = version.split(".")
link_str = f" https://github.com/Qiskit/qiskit-finance/blob/stable/{vers[0]}.{vers[1]}/docs/"
link_str = (
f" https://github.com/qiskit-community/qiskit-finance/blob/stable/{vers[0]}.{vers[1]}/docs/"
)
nbsphinx_prolog += link_str + "{{ docname }}"

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ specific to Qiskit Finance.

.. code:: sh
git clone https://github.com/Qiskit/qiskit-finance.git
git clone https://github.com/qiskit-community/qiskit-finance.git
2. Cloning the repository creates a local folder called ``qiskit-finance``.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Next Steps
Tutorials <tutorials/index>
API Reference <apidocs/qiskit_finance>
Release Notes <release_notes>
GitHub <https://github.com/Qiskit/qiskit-finance>
GitHub <https://github.com/qiskit-community/qiskit-finance>


.. Hiding - Indices and tables
Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/data_providers/_base_data_provider.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2019, 2022.
# (C) Copyright IBM 2019, 2023.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand Down Expand Up @@ -41,7 +41,7 @@ class BaseDataProvider(ABC):
Doing so requires that the required driver interface is implemented.
To use the subclasses, please see
https://github.com/Qiskit/qiskit-finance/blob/main/docs/tutorials/11_time_series.ipynb
https://qiskit.org/ecosystem/finance/tutorials/11_time_series.html
"""

Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/data_providers/data_on_demand_provider.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2019, 2022.
# (C) Copyright IBM 2019, 2023.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand Down Expand Up @@ -30,7 +30,7 @@ class DataOnDemandProvider(BaseDataProvider):
"""NASDAQ Data on Demand data provider.
Please see:
https://github.com/Qiskit/qiskit-finance/blob/main/docs/tutorials/11_time_series.ipynb
https://qiskit.org/ecosystem/finance/tutorials/11_time_series.html
for instructions on use, which involve obtaining a NASDAQ DOD access token.
"""

Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/data_providers/exchange_data_provider.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2019, 2022.
# (C) Copyright IBM 2019, 2023.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand All @@ -27,7 +27,7 @@ class ExchangeDataProvider(BaseDataProvider):
"""Exchange data provider.
Please see:
https://github.com/Qiskit/qiskit-finance/blob/main/docs/tutorials/11_time_series.ipynb
https://qiskit.org/ecosystem/finance/tutorials/11_time_series.html
for instructions on use, which involve obtaining a Nasdaq Data Link access token.
"""

Expand Down
4 changes: 2 additions & 2 deletions qiskit_finance/data_providers/wikipedia_data_provider.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2019, 2022.
# (C) Copyright IBM 2019, 2023.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand All @@ -27,7 +27,7 @@ class WikipediaDataProvider(BaseDataProvider):
"""Wikipedia data provider.
Please see:
https://github.com/Qiskit/qiskit-finance/blob/main/docs/tutorials/11_time_series.ipynb
https://qiskit.org/ecosystem/finance/tutorials/11_time_series.html
for instructions on use.
"""

Expand Down
2 changes: 1 addition & 1 deletion qiskit_finance/data_providers/yahoo_data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class YahooDataProvider(BaseDataProvider):
"""Yahoo data provider.
Please see:
https://github.com/Qiskit/qiskit-finance/blob/main/docs/tutorials/11_time_series.ipynb
https://qiskit.org/ecosystem/finance/tutorials/11_time_series.html
for instructions on use.
"""

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
description='Qiskit Finance: A library of quantum computing finance experiments',
long_description=README,
long_description_content_type="text/markdown",
url='https://github.com/Qiskit/qiskit-finance',
url='https://github.com/qiskit-community/qiskit-finance',
author='Qiskit Finance Development Team',
author_email='hello@qiskit.org',
license='Apache-2.0',
Expand All @@ -69,9 +69,9 @@
include_package_data=True,
python_requires=">=3.7",
project_urls={
"Bug Tracker": "https://github.com/Qiskit/qiskit-finance/issues",
"Bug Tracker": "https://github.com/qiskit-community/qiskit-finance/issues",
"Documentation": "https://qiskit.org/ecosystem/finance/",
"Source Code": "https://github.com/Qiskit/qiskit-finance",
"Source Code": "https://github.com/qiskit-community/qiskit-finance",
},
zip_safe=False
)

0 comments on commit 3928d4c

Please sign in to comment.