From 0db68241ff67b293c2b81175fb947e8a948d8e9b Mon Sep 17 00:00:00 2001 From: Lisa Glover Date: Wed, 9 Oct 2024 18:20:28 -0700 Subject: [PATCH 1/2] Remove deleted page links in readme --- documentation/index.md | 1 - documentation/vts/index.md | 2 -- readme.md | 2 -- 3 files changed, 5 deletions(-) diff --git a/documentation/index.md b/documentation/index.md index fea054b56..aa993fd8c 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -16,7 +16,6 @@ There are 4 categories of documentation, the first is for users of the GUI and p ### Instructions for VTS Source Code Download and Use * Getting Started ([Linux](https://github.com/VirtualPhotonics/VTS/wiki/Getting-Started-on-Linux), [Mac](https://github.com/VirtualPhotonics/VTS/wiki/Getting-Started-on-Mac), [Windows](https://github.com/VirtualPhotonics/VTS/wiki/Getting-Started-in-Windows))() * [Coding Conventions](https://github.com/VirtualPhotonics/VTS/wiki/Coding-Conventions) -* [Compiling and running the VTS](https://github.com/VirtualPhotonics/VTS/wiki/Compile-and-run-the-VTS) * [Build, Test and Run the VTS without Visual Studio](https://github.com/VirtualPhotonics/VTS/wiki/Without-Visual-Studio) * [Documenting Source Code](https://github.com/VirtualPhotonics/VTS/wiki/Visual-Studio-XML-Comment-Tags) * [Adding a New Forward Solver](https://github.com/VirtualPhotonics/VTS/wiki/Adding-a-New-Forward-Solver-to-the-VTS) diff --git a/documentation/vts/index.md b/documentation/vts/index.md index 29b85bb32..abc17b6bb 100644 --- a/documentation/vts/index.md +++ b/documentation/vts/index.md @@ -1,5 +1,3 @@ # Developer Documentation This documentation was generated from the XML comments within the source files. We also have a downloadable CHM file that replicates the MSDN style documentation from Microsoft. - -That file can be downloaded [here](https://github.com/VirtualPhotonics/VTS/releases/download/Version_8.0/VtsDocumentation.chm) \ No newline at end of file diff --git a/readme.md b/readme.md index 8c848bbfd..2622d1782 100644 --- a/readme.md +++ b/readme.md @@ -12,8 +12,6 @@ To access getting started instructions in Linux, Mac or Windows, click * [Mac](https://github.com/VirtualPhotonics/VTS/wiki/Getting-Started-on-Mac) * [Windows](https://github.com/VirtualPhotonics/VTS/wiki/Getting-Started-in-Windows) -For detailed instructions on how to launch the VTS GUI, click [here](https://github.com/VirtualPhotonics/VTS/wiki/Compile-and-run-the-VTS). - ## Acknowledgement Use the following citation or acknowledgement in publications or applications that make use of this open source software or underlying technology and research: From 500456a5c7924ee8d6b6d82112d5f36aaf0857ef Mon Sep 17 00:00:00 2001 From: Lisa Glover Date: Wed, 9 Oct 2024 19:06:49 -0700 Subject: [PATCH 2/2] Removed the reference to the CHM file --- documentation/vts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/vts/index.md b/documentation/vts/index.md index abc17b6bb..e6109aa83 100644 --- a/documentation/vts/index.md +++ b/documentation/vts/index.md @@ -1,3 +1,3 @@ # Developer Documentation -This documentation was generated from the XML comments within the source files. We also have a downloadable CHM file that replicates the MSDN style documentation from Microsoft. +This documentation was generated from the XML comments within the source files.