From 978789e6e9109c3df63bec6c2694a997db241e23 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Wed, 9 Feb 2022 18:44:49 -0500 Subject: [PATCH] README: Add doxygen links for nightly --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fe7f7103..20d10b5c6 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,9 @@ You can find out more about the design of VTK-m on the [VTK-m Wiki]. + Community discussion takes place on the [VTK-m users email list]. - + Doxygen-generated nightly reference documentation is available - [online][VTK-m Doxygen]. + + Doxygen-generated reference documentation is available for both: + + Last Nightly build [VTK-m Doxygen nightly] + + Last release [VTK-m Doxygen latest] ## Contributing ## @@ -226,7 +227,8 @@ See [LICENSE.txt](LICENSE.txt) for details. [VTK-m]: https://gitlab.kitware.com/vtk/vtk-m/ [VTK-m Coding Conventions]: docs/CodingConventions.md -[VTK-m Doxygen]: http://m.vtk.org/documentation/ +[VTK-m Doxygen latest]: https://docs-m.vtk.org/latest/index.html +[VTK-m Doxygen nightly]: https://docs-m.vtk.org/nightly/ [VTK-m download page]: http://m.vtk.org/index.php/VTK-m_Releases [VTK-m git repository]: https://gitlab.kitware.com/vtk/vtk-m/ [VTK-m Issue Tracker]: https://gitlab.kitware.com/vtk/vtk-m/-/issues