Skip to content

Commit 0d1d4f2

Browse files
committed
fix pypi and sphinx urls
1 parent 262c158 commit 0d1d4f2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ The available objects and functions from the `ppl` Python module are:
4444
Installation
4545
------------
4646

47-
The project is available at `Python Package Index <https://pypi.python.org/pypi/pplpy/>`_ and
47+
48+
The project is available at `Python Package Index <https://pypi.org/project/pplpy/>`_ and
4849
can be installed with pip::
4950

5051
$ pip install pplpy
@@ -76,7 +77,7 @@ Documentation
7677

7778
An online version of the documentation is available at https://www.sagemath.org/pplpy/
7879

79-
Compiling the html documentation requires make and `sphinx <http://www.sphinx-doc.org/en/master/>`_.
80+
Compiling the html documentation requires make and `sphinx <https://www.sphinx-doc.org/en/master/>`_.
8081
Before building the documentation, you need to install the pplpy package (sphinx uses Python introspection).
8182
The documentation source code is contained in the repository `docs` where there is a standard
8283
Makefile with a target `html`. Running `make html` in the `docs` repository builds the documentation
@@ -96,9 +97,9 @@ Requirements
9697

9798
- `Cython <http://cython.org>`_ (tested with both 0.29 and 3.0)
9899

99-
- `cysignals <https://pypi.python.org/pypi/cysignals>`_
100+
- `cysignals <https://pypi.org/project/cysignals/>`_
100101

101-
- `gmpy2 <https://pypi.python.org/pypi/gmpy2>`_
102+
- `gmpy2 <https://pypi.org/project/gmpy2/>`_
102103

103104
On Debian/Ubuntu systems the dependencies can be installed with::
104105

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Welcome to pplpy's documentation!
66
Installation
77
------------
88

9-
pplpy is available from the `Python Package Index <https://pypi.python.org/pypi/pplpy/>`_. You can hence install it with::
9+
pplpy is available from the `Python Package Index <https://pypi.org/project/pplpy/>`_. You can hence install it with::
1010

1111
$ pip install pplpy
1212

0 commit comments

Comments
 (0)