From a71c572c025a2d840b500e0ddc3b3a02d149946b Mon Sep 17 00:00:00 2001 From: "Sebastien Jourdain (Kitware)" Date: Mon, 9 Dec 2024 09:33:49 -0700 Subject: [PATCH] docs(README): update link to docxygen instead of code --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3d88b38..b8ea5bc 100644 --- a/README.rst +++ b/README.rst @@ -119,7 +119,8 @@ Hopefully we should be able to evolve trame-vtklocal with some reasonable fallba Also most the testing of VTK/WASM is in VTK repository as many validation can be done in pure C++ or `Python `_. Then the WASM module API can be find `here `_ with its `node/chrome testing `_. -The documented API can be found `here (vtkWasmSceneManager) `_ and `here (vtkObjectManager parent of vtkWasmSceneManager) `_ + +The documented API can be found `here (vtkWasmSceneManager) `_ and `here (vtkObjectManager parent of vtkWasmSceneManager) `_ For the moment we rely on manual testing for when we change the network and/or API at the trame-vtklocal by going over a specific set of `examples `_.