File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ The available objects and functions from the `ppl` Python module are:
4444Installation
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
4849can be installed with pip::
4950
5051 $ pip install pplpy
@@ -76,7 +77,7 @@ Documentation
7677
7778An 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/ >`_.
8081Before building the documentation, you need to install the pplpy package (sphinx uses Python introspection).
8182The documentation source code is contained in the repository `docs ` where there is a standard
8283Makefile 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
103104On Debian/Ubuntu systems the dependencies can be installed with::
104105
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Welcome to pplpy's documentation!
66Installation
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
You can’t perform that action at this time.
0 commit comments