Skip to content
Snippets Groups Projects
Commit c49418d3 authored by valentin.emiya's avatar valentin.emiya
Browse files

fix url

parent a6397cd3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ For additional details, see doc/install.rst.
Usage
-----
See the `documentation <http://templates.pages.lis-lab.fr/pomad/>`_.
See the `documentation <http://valentin.emiya.pages.lis-lab.fr/pomad/>`_.
Bugs
----
......
pomad:0.1
pomad:0.1.1
If you only want to get the documentation, note that a pre-built
version for the latest release is available
[online](http://templates.pages.lis-lab.fr/pomad/).
[online](http://valentin.emiya.pages.lis-lab.fr/pomad/).
Sphinx is used to generate the API and reference documentation.
......
......@@ -11,4 +11,4 @@ from .range_approximation import \
__all__ = ['direct_svd', 'evd_nystrom',
'randomized_range_finder', 'adaptive_randomized_range_finder']
__version__ = "0.1"
__version__ = "0.1.1"
......@@ -59,7 +59,7 @@ import sys
NAME = 'pomad'
DESCRIPTION = 'PrObabilistic MAtrix Decompositions from Halko et al., 2011'
LICENSE = 'GNU General Public License v3 (GPLv3)'
URL = 'https://gitlab.lis-lab.fr/templates/{}'.format(NAME)
URL = 'https://gitlab.lis-lab.fr/valentin.emiya/{}'.format(NAME)
AUTHOR = 'Valentin Emiya'
AUTHOR_EMAIL = ('valentin.emiya@lis-lab.fr')
INSTALL_REQUIRES = ['numpy', 'scipy']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment