Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change GitHub owner. #1

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This HTML file can then be shared and opened in any browsers and laptop, it can

## Gallery

See the interactive gallery in the [**documentation**](https://robinenjalbert.github.io/SimExporter/) !
See the interactive gallery in the [**documentation**](https://mimesis-inria.github.io/SimExporter/) !

![gallery](docs/src/_static/gallery.png)

Expand All @@ -29,10 +29,10 @@ Try an integrated animation on our [**team website**](https://mimesis.inria.fr/)

``` bash
# Option 1 (USERS): install with pip
$ pip install git+https://github.com/RobinEnjalbert/SimExporter.git
$ pip install git+https://github.com/mimesis-inria/SimExporter.git

# Option 2 (DEVS): install as editable
$ git clone https://github.com/RobinEnjalbert/SimExporter.git
$ git clone https://github.com/mimesis-inria/SimExporter.git
$ cd SimExporter
$ pip install -e .
```
Expand Down Expand Up @@ -77,9 +77,9 @@ exporter.to_html(filename='animation.html')
```

To integrate the HTML file into a website or presentation slides, see the dedicated section in the
[**documentation**](https://robinenjalbert.github.io/SimExporter/).
[**documentation**](https://mimesis-inria.github.io/SimExporter/).


## Documentation

See more ⟶ [**documentation**](https://robinenjalbert.github.io/SimExporter/)
See more ⟶ [**documentation**](https://mimesis-inria.github.io/SimExporter/)
4 changes: 2 additions & 2 deletions docs/src/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Install with *pip*

.. code-block:: bash

pip install git+https://github.com/RobinEnjalbert/SimExporter.git
pip install git+https://github.com/mimesis-inria/SimExporter.git

You should be able to run:

Expand All @@ -49,7 +49,7 @@ Install from sources

.. code-block:: bash

git clone https://github.com/RobinEnjalbert/SimExporter.git
git clone https://github.com/mimesis-inria/SimExporter.git
cd SimExporter
pip install -e .

Expand Down
Loading