Skip to content

Commit f73f046

Browse files
MattTheCuberjourdain
authored andcommitted
docs: update links in readme
1 parent 135780c commit f73f046

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ trame-vtk can be installed with `pip <https://pypi.org/project/trame-vtk/>`_:
2727
Usage
2828
-----------------------------------------------------------
2929

30-
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.
30+
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.
3131

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

@@ -42,7 +42,7 @@ This license has been chosen to match the one use by `VTK <https://github.com/Ki
4242
Community
4343
-----------------------------------------------------------
4444

45-
`Trame <https://kitware.github.io/trame/>`_ | `Discussions <https://github.com/Kitware/trame/discussions>`_ | `Issues <https://github.com/Kitware/trame/issues>`_ | `RoadMap <https://github.com/Kitware/trame/projects/1>`_ | `Contact Us <https://www.kitware.com/contact-us/>`_
45+
`Trame <https://kitware.github.io/trame/>`_ | `Discussions <https://github.com/Kitware/trame/discussions>`_ | `Issues <https://github.com/Kitware/trame/issues>`_ | | `Contact Us <https://www.kitware.com/contact-us/>`_
4646

4747
.. image:: https://zenodo.org/badge/410108340.svg
4848
:target: https://zenodo.org/badge/latestdoi/410108340
@@ -107,9 +107,9 @@ The component also provides a convenient method for pushing a new image to the c
107107
Examples
108108
```````````````````````````````````````````````````````````
109109

110-
- `VTK/SimpleCone/RemoteRendering <https://github.com/Kitware/trame/blob/master/examples/VTK/SimpleCone/RemoteRendering.py>`_
111-
- `VTK/ContourGeometry/RemoteRendering <https://github.com/Kitware/trame/blob/master/examples/VTK/ContourGeometry/RemoteRendering.py>`_
112-
- `VTK/Applications/ZarrContourViewer <https://github.com/Kitware/trame/blob/master/examples/VTK/Applications/ZarrContourViewer/app.py>`_
110+
- `06_vtk/01_SimpleCone/RemoteRendering <https://github.com/Kitware/trame/blob/master/examples/06_vtk/01_SimpleCone/RemoteRendering.py>`_
111+
- `06_vtk/02_ContourGeometry/RemoteRendering <https://github.com/Kitware/trame/blob/master/examples/06_vtk/02_ContourGeometry/RemoteRendering.py>`_
112+
- `06_vtk/Applications/ZarrContourViewer <https://github.com/Kitware/trame/blob/master/examples/06_vtk/Applications/ZarrContourViewer/app.py>`_
113113

114114

115115
VtkLocalView
@@ -240,9 +240,7 @@ And the action could be one of the following:
240240
Examples
241241
```````````````````````````````````````````````````````````
242242

243-
- `VTK/SimpleCone/LocalRendering <https://github.com/Kitware/trame/blob/master/examples/VTK/SimpleCone/LocalRendering.py>`_
244-
- `VTK/ContourGeometry/LocalRendering <https://github.com/Kitware/trame/blob/master/examples/VTK/ContourGeometry/LocalRendering.py>`_
245-
- `Tutorial/VTK/CarotidFlow <https://github.com/Kitware/trame/blob/master/examples/Tutorial/VTK/CarotidFlow.py>`_
243+
- `06_vtk/01_SimpleCone/LocalRendering <https://github.com/Kitware/trame/blob/master/examples/06_vtk/01_SimpleCone/LocalRendering.py>`_
246244

247245

248246
VtkRemoteLocalView
@@ -318,8 +316,8 @@ The mode is driven by the variable `{namespace}Mode` but can be provided when in
318316
Examples
319317
```````````````````````````````````````````````````````````
320318

321-
- `API <https://trame.readthedocs.io/en/latest/trame.html.vtk.html>`_
322-
- `VTK/ContourGeometry/DynamicLocalRemoteRendering <https://github.com/Kitware/trame/blob/f6594a02ed7e1ecc24058ffac527e010e8181e22/examples/VTK/ContourGeometry/DynamicLocalRemoteRendering.py>`_
319+
- `API <https://trame.readthedocs.io/en/latest/trame.widgets.vtk.html>`_
320+
- `06_vtk/02_ContourGeometry/DynamicLocalRemoteRendering <https://github.com/Kitware/trame/blob/master/examples/06_vtk/02_ContourGeometry/DynamicLocalRemoteRendering.py>`_
323321

324322

325323
JavaScript dependency

0 commit comments

Comments
 (0)