Skip to content

Commit

Permalink
docs(readme): update image links
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Sep 14, 2023
1 parent c156261 commit 47d205c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
* the core that ties things together
* a guide providing the essence of a task

![Welcome to trame and 3D visualization](https://kitware.github.io/trame/examples/mstar.jpg)
![Welcome to trame and 3D visualization](https://raw.githubusercontent.com/Kitware/trame/master/docs/vitepress/assets/images/examples/mstar.jpg)

With **trame**, create stunning, interactive web applications compactly and intuitively.


<div>
<img src="https://kitware.github.io/trame/examples/CarotidFlow.jpg" style="width: 30%">
<img src="https://kitware.github.io/trame/examples/UberPickupsNYC.jpg" style="width: 30%">
<img src="https://kitware.github.io/trame/examples/FiniteElementAnalysis.jpg" style="width: 30%">
<img src="https://raw.githubusercontent.com/Kitware/trame/master/docs/vitepress/assets/images/examples/CarotidFlow.jpg" style="width: 30%">
<img src="https://raw.githubusercontent.com/Kitware/trame/master/docs/vitepress/assets/images/examples/UberPickupsNYC.jpg" style="width: 30%">
<img src="https://raw.githubusercontent.com/Kitware/trame/master/docs/vitepress/assets/images/examples/FiniteElementAnalysis.jpg" style="width: 30%">
</div>


Expand Down Expand Up @@ -52,7 +52,7 @@ pip install --upgrade trame

## Usage

The [Trame Tutorial](https://kitware.github.io/trame/docs/tutorial.html) is the place to go to learn how to use the library and start building your own application.
The [Trame Tutorial](https://kitware.github.io/trame/guide/tutorial/) is the place to go to learn how to use the library and start building your own application.

The [API Reference](https://trame.readthedocs.io/en/latest/index.html) documentation provides API-level documentation.

Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ trame: simple, powerful, innovative
* the core that ties things together
* a guide providing the essence of a task

.. image:: https://kitware.github.io/trame/examples/mstar.jpg
.. image:: https://raw.githubusercontent.com/Kitware/trame/master/docs/vitepress/assets/images/examples/mstar.jpg
:alt: Welcome to trame and 3D visualization

With **trame**, create stunning, interactive web applications compactly and intuitively.

|image_1| |image_2| |image_3|

.. |image_1| image:: https://kitware.github.io/trame/examples/CarotidFlow.jpg
.. |image_1| image:: https://raw.githubusercontent.com/Kitware/trame/master/docs/vitepress/assets/images/examples/CarotidFlow.jpg
:width: 30%
.. |image_2| image:: https://kitware.github.io/trame/examples/UberPickupsNYC.jpg
.. |image_2| image:: https://raw.githubusercontent.com/Kitware/trame/master/docs/vitepress/assets/images/examples/UberPickupsNYC.jpg
:width: 30%
.. |image_3| image:: https://kitware.github.io/trame/examples/FiniteElementAnalysis.jpg
.. |image_3| image:: https://raw.githubusercontent.com/Kitware/trame/master/docs/vitepress/assets/images/examples/FiniteElementAnalysis.jpg
:width: 30%

3D Visualization
Expand Down Expand Up @@ -60,7 +60,7 @@ trame can be installed with `pip <https://pypi.org/project/trame/>`_:
Usage
-----------------------------------------------------------

The `Trame Tutorial <https://kitware.github.io/trame/docs/tutorial.html>`_ is the place to go to learn how to use the library and start building your own application.
The `Trame Tutorial <https://kitware.github.io/trame/guide/tutorial/>`_ is the place to go to learn how to use the library and start building your own application.

The `API Reference <https://trame.readthedocs.io/en/latest/index.html>`_ documentation provides API-level documentation.

Expand Down

0 comments on commit 47d205c

Please sign in to comment.