From: Vivien Maisonneuve Date: Wed, 20 Aug 2014 08:08:43 +0000 (+0200) Subject: ensmp -> mines-paristech X-Git-Tag: 1.0~17 X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/commitdiff_plain/3ffceb83a27c41c65afe87e4370ad5f07ba0a093 ensmp -> mines-paristech --- diff --git a/doc/index.rst b/doc/index.rst index 950cb2a..fee1edf 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -6,7 +6,7 @@ LinPy is a polyhedral library for Python based on `isl `_. -Its source code is available `here `_. +Its source code is available `here `_. To have an overview of LinPy's features, you may wish to consult the :ref:`tutorial` section. For a comprehensive description of its functionalities, see the :ref:`reference` section. diff --git a/doc/install.rst b/doc/install.rst index 92aad27..f5c1c9e 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -42,7 +42,7 @@ Install From Source Alternatively, LinPy can be installed from the source. First, clone the public git repository:: - git clone https://scm.cri.ensmp.fr/git/linpy.git + git clone https://scm.cri.mines-paristech.fr/git/linpy.git and build and install as usual with:: diff --git a/setup.py b/setup.py index 72dfa95..e380cb9 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='LinPy', description='A polyhedral library based on isl', author='MINES ParisTech', - url='https://scm.cri.ensmp.fr/git/linpy.git', + url='https://scm.cri.mines-paristech.fr/git/linpy.git', packages=['linpy'], ext_modules = [ Extension('linpy._islhelper',