Skip to content

Commit 5be42da

Browse files
authored
FIX: Broken links in LONG DESCRIPTION for PyPI (#599)
* FIX: Broken links in LONG DESCRIPTION for PyPI * migrate build badge to github actions
1 parent 92c0865 commit 5be42da

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

setup.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def write_version_py(filename=None):
3333
**QuantEcon** is an organization run by economists for economists with the aim of coordinating
3434
distributed development of high quality open source code for all forms of quantitative economic modelling.
3535
36-
The project website is located at `http://quantecon.org/ <http://quantecon.org/>`_. This website provides
36+
The project website is located at `https://quantecon.org/ <https://quantecon.org/>`_. This website provides
3737
more information with regards to the **quantecon** library, documentation, in addition to some resources
3838
in regards to how you can use and/or contribute to the package.
3939
@@ -42,7 +42,7 @@ def write_version_py(filename=None):
4242
4343
The `repository <https://github.com/QuantEcon/QuantEcon.py>`_ includes the Python package ``quantecon``
4444
45-
Assuming you have `pip <https://pypi.python.org/pypi/pip>`_ on your computer --- as will be the case if you've `installed Anaconda <http://quant-econ.net/getting_started.html#installing-anaconda>`_ --- you can install the latest stable release of ``quantecon`` by typing
45+
Assuming you have `pip <https://pypi.python.org/pypi/pip>`_ on your computer --- as will be the case if you've `installed Anaconda <https://python-programming.quantecon.org/getting_started.html#anaconda>`_ --- you can install the latest stable release of ``quantecon`` by typing
4646
4747
pip install quantecon
4848
@@ -60,15 +60,17 @@ def write_version_py(filename=None):
6060
6161
|Build Status| |Coverage Status|
6262
63-
.. |Build Status| image:: https://travis-ci.org/QuantEcon/QuantEcon.py.svg?branch=master
64-
:target: https://travis-ci.org/QuantEcon/QuantEcon.py
63+
.. |Build Status| image:: https://github.com/QuantEcon/QuantEcon.py/workflows/build/badge.svg
64+
:target: https://github.com/QuantEcon/QuantEcon.py/actions?query=workflow%3Abuild
6565
.. |Coverage Status| image:: https://coveralls.io/repos/QuantEcon/QuantEcon.py/badge.png
6666
:target: https://coveralls.io/r/QuantEcon/QuantEcon.py
6767
6868
Additional Links
6969
----------------
7070
71-
1. `QuantEcon Course Website <http://quant-econ.net>`_
71+
1. `Python Programming for Finance and Economics <https://python-programming.quantecon.org/intro.html>`__
72+
2. `Quantitative Economics with python <https://python.quantecon.org/intro.html>`__
73+
3. `Advanced Quantitative Economics with Python <https://python-advanced.quantecon.org/intro.html>`__
7274
7375
"""
7476

0 commit comments

Comments
 (0)