From 3ffceb83a27c41c65afe87e4370ad5f07ba0a093 Mon Sep 17 00:00:00 2001 From: Vivien Maisonneuve Date: Wed, 20 Aug 2014 10:08:43 +0200 Subject: [PATCH 1/1] ensmp -> mines-paristech --- doc/index.rst | 2 +- doc/install.rst | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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', -- 2.20.1