Skip to content

Commit 0d02f05

Browse files
yngvemMarieRoald
authored andcommitted
Update links after migrating repo to the tensorly org
1 parent ed68755 commit 0d02f05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/contributing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ How to contribute
1010
-----------------
1111

1212
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
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
1414
bugs, it can also be useful to include a `minimal, reproducible example <https://stackoverflow.com/help/minimal-reproducible-example>`_,
1515
to 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
-----------------------
2020
Development 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
9595
for your scripts).
9696

9797
To 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

Comments
 (0)