@@ -10,11 +10,11 @@ How to contribute
1010-----------------
1111
1212If you find a bug, or have an idea for a new feature, and you want to know if the contribution is relevant and not
13- being worked on, you can open a `new issue <https://github.com/MarieRoald/tlviz /issues >`_. For major
13+ being worked on, you can open a `new issue <https://github.com/tensorly/viz /issues >`_. For major
1414bugs, it can also be useful to include a `minimal, reproducible example <https://stackoverflow.com/help/minimal-reproducible-example >`_,
1515to make it as easy as possible to fix it.
1616
17- You can submit implementation of new features or bug/documentation fixes as a `pull-request <https://github.com/MarieRoald/tlviz /pulls >`_.
17+ You can submit implementation of new features or bug/documentation fixes as a `pull-request <https://github.com/tensorly/viz /pulls >`_.
1818
1919-----------------------
2020Development environment
@@ -30,8 +30,8 @@ Then, you can download the TLViz source code and install it together with all th
3030
3131.. code :: bash
3232
33- git clone https://github.com/marieroald/tlviz .git
34- cd tlviz
33+ git clone https://github.com/tensorly/viz .git
34+ cd viz
3535 pip install -e .[devel,test,docs]
3636
3737 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
9595for your scripts).
9696
9797To ensure that the documentation is up to date, we use `doctest <https://docs.python.org/3/library/doctest.html >`_,
98- which will evaluate all examples and compare with the expected output. Examples should therefore be seeded.
98+ which will evaluate all examples and compare with the expected output. Examples should therefore be seeded.
0 commit comments