From a7572533ccef9f1a61e4920d95ce8e6ca179dc6f Mon Sep 17 00:00:00 2001 From: Guillaume Cerutti <guillaume.cerutti@inria.fr> Date: Fri, 23 Jul 2021 16:12:08 +0200 Subject: [PATCH] update after repo transfer --- CONTRIBUTING.rst | 6 +++--- README.rst | 6 +++--- conda_recipe/meta.yaml | 2 +- doc/index.rst | 8 ++++---- doc/readme.rst | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f4237f8..2e7e08b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -62,7 +62,7 @@ development. 1. Fork the `treex` repo on GitLab. 2. Clone your fork locally:: - $ git clone git@gitlab.inria.fr:azais/treex.git + $ git clone git@gitlab.inria.fr:mosaic/treex.git 3. Install your local copy into a virtualenv. Assuming you have virtualenv_ installed, this is how you set up your fork for local development:: @@ -107,7 +107,7 @@ Before you submit a pull request, check that it meets these guidelines: your new functionality into a function with a docstring, and add the feature to the list in README.rst. 3. The pull request should work for Python 36. - Check `Travis <https://travis-ci.org/azais/treex/pull_requests>`_ + Check `Travis <https://travis-ci.org/mosaic/treex/pull_requests>`_ and make sure that the tests pass for all supported Python versions. @@ -122,6 +122,6 @@ To run a subset of tests:: -.. _issues: https://gitlab.inria.fr/azais/treex/issues +.. _issues: https://gitlab.inria.fr/mosaic/treex/issues .. _virtualenv: https://pypi.python.org/pypi/virtualenv diff --git a/README.rst b/README.rst index 8e3a7fa..e87c8d0 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ treex treex is a Python library for manipulating rooted trees. The trees can be ordered or not, with or without labels on their vertices. -:Coordination: Romain Azais +:Coordination: Romain Azais (until 07/2021) :Contributors: Guillaume Cerutti, Didier Gemmerle, Florian Ingels, Farah Ben Naoum @@ -23,7 +23,7 @@ The trees can be ordered or not, with or without labels on their vertices. :Documentation: https://azais.gitlabpages.inria.fr/treex/ -:Wiki: https://gitlab.inria.fr/azais/treex/wikis/home +:Wiki: https://gitlab.inria.fr/mosaic/treex/wikis/home @@ -146,7 +146,7 @@ Download treex package and install it :: - git clone https://gitlab.inria.fr/azais/treex.git + git clone https://gitlab.inria.fr/mosaic/treex.git cd treex git checkout develop python setup.py develop --prefix=$CONDA_PREFIX diff --git a/conda_recipe/meta.yaml b/conda_recipe/meta.yaml index 8751bb9..3a54131 100644 --- a/conda_recipe/meta.yaml +++ b/conda_recipe/meta.yaml @@ -37,6 +37,6 @@ requirements: # # - nosetests -x -s -v -I test/test_visu_matplotlib.py about: - home: https://gitlab.inria.fr/azais/treex + home: https://gitlab.inria.fr/mosaic/treex license: LGPL summary: treex is a Python library for manipulating rooted trees. The trees can be ordered or not, with or without labels on their vertices. diff --git a/doc/index.rst b/doc/index.rst index f60547e..211e653 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -22,11 +22,11 @@ Welcome .. image:: https://anaconda.org/mosaic/treex/badges/downloads.svg :target: https://conda.anaconda.org/mosaic -.. image:: https://gitlab.inria.fr/azais/treex/badges/master/pipeline.svg - :target: https://gitlab.inria.fr/azais/treex/commits/master +.. image:: https://gitlab.inria.fr/mosaic/treex/badges/master/pipeline.svg + :target: https://gitlab.inria.fr/mosaic/treex/commits/master -.. image:: https://gitlab.inria.fr/azais/treex/badges/master/coverage.svg - :target: https://gitlab.inria.fr/azais/treex/commits/master +.. image:: https://gitlab.inria.fr/mosaic/treex/badges/master/coverage.svg + :target: https://gitlab.inria.fr/mosaic/treex/commits/master Contents ***************** diff --git a/doc/readme.rst b/doc/readme.rst index 405f21b..3c473c0 100644 --- a/doc/readme.rst +++ b/doc/readme.rst @@ -9,7 +9,7 @@ Read me treex is a Python library for manipulating rooted trees. The trees can be ordered or not, with or without labels on their vertices. -:Coordination: Romain Azais +:Coordination: Romain Azais (until 07/2021) :Contributors: Guillaume Cerutti, Didier Gemmerle, Florian Ingels @@ -48,7 +48,7 @@ Contribute Fork this project on gitlab_. -.. _gitlab: https://gitlab.inria.fr/azais/treex +.. _gitlab: https://gitlab.inria.fr/mosaic/treex ************************ Structure of package -- GitLab