Skip to content

Commit

Permalink
Merge pull request #1 from RobinEnjalbert/main
Browse files Browse the repository at this point in the history
Change GitHub owner.
  • Loading branch information
RobinEnjalbert authored Sep 16, 2024
2 parents 19b78af + c4fae93 commit 90487fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme sphinx-tabs myst_parser numpy vedo PySide6
pip install sphinx sphinx_rtd_theme sphinx-tabs sphinx_copybutton myst_parser numpy vedo PySide6
- name: Sphinx build
run: |
sphinx-build docs/src docs/build
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@ Additional SOFA features
* an option to **render** the numerical simulation **completely automatically** given the **scene graph**;
* an enhanced `Player` to **select** the **displayed models**.

See more on the project [**documentation**](https://robinenjalbert.github.io/SimRender/).
See more on the project [**documentation**](https://mimesis-inria.github.io/SimRender/).


## Install

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

# Option 2 (DEVS): install as editable
$ git clone https://github.com/RobinEnjalbert/SimRender.git
$ git clone https://github.com/mimesis-inria/SimRender.git
$ cd SimRender
$ pip install -e .
```


## Documentation

See more ⟶ [**documentation**](https://robinenjalbert.github.io/SimRender/)
See more ⟶ [**documentation**](https://mimesis-inria.github.io/SimRender/)
4 changes: 2 additions & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
'sphinx.ext.autosummary',
'sphinx.ext.viewcode',
'sphinx.ext.extlinks',
'sphinx_tabs.tabs'
]
'sphinx_tabs.tabs',
'sphinx_copybutton']

intersphinx_mapping = {'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
Expand Down
4 changes: 2 additions & 2 deletions docs/src/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Install with *pip*

.. code-block:: bash
$ pip install git+https://github.com/RobinEnjalbert/SimRender.git
$ pip install git+https://github.com/mimesis-inria/SimRender.git
Then, you should be able to run:

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

.. code-block:: bash
git clone https://github.com/RobinEnjalbert/SimRender.git
git clone https://github.com/mimesis-inria/SimRender.git
cd SimRender
pip install -e .
Expand Down

0 comments on commit 90487fb

Please sign in to comment.