From 0d02f050c049edd1186c2fc47b287d4c4830e677 Mon Sep 17 00:00:00 2001 From: Yngve Mardal Moe Date: Sat, 29 Oct 2022 18:57:17 +0200 Subject: [PATCH] Update links after migrating repo to the tensorly org --- docs/contributing.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 2d33abf..c491a72 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -10,11 +10,11 @@ How to contribute ----------------- If you find a bug, or have an idea for a new feature, and you want to know if the contribution is relevant and not -being worked on, you can open a `new issue `_. For major +being worked on, you can open a `new issue `_. For major bugs, it can also be useful to include a `minimal, reproducible example `_, to make it as easy as possible to fix it. -You can submit implementation of new features or bug/documentation fixes as a `pull-request `_. +You can submit implementation of new features or bug/documentation fixes as a `pull-request `_. ----------------------- Development environment @@ -30,8 +30,8 @@ Then, you can download the TLViz source code and install it together with all th .. code:: bash - git clone https://github.com/marieroald/tlviz.git - cd tlviz + git clone https://github.com/tensorly/viz.git + cd viz pip install -e .[devel,test,docs] This will install TLViz in editable mode, so any change to the source code will be applied to the installed @@ -95,4 +95,4 @@ the pattern `plot_*.py` in the `examples`-directory (make sure to follow the `sp for your scripts). To ensure that the documentation is up to date, we use `doctest `_, -which will evaluate all examples and compare with the expected output. Examples should therefore be seeded. \ No newline at end of file +which will evaluate all examples and compare with the expected output. Examples should therefore be seeded.