From 7c2f562e8fbdaa5b605e0a8e08658c636f57153d Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Wed, 20 Nov 2019 15:43:34 -0600 Subject: [PATCH] move web documentation to docs --- docs/documentation/Documentation-Home.md | 5 +++-- .../web}/Adding_a_Web_Server_to_Your_Sim.html | 0 .../web}/Adding_a_Web_Server_to_Your_Sim.md | 0 .../web}/Extending_the_HTTP-API.html | 0 .../web}/Extending_the_HTTP-API.md | 0 .../web}/Extending_the_WS-API.html | 0 .../web}/Extending_the_WS-API.md | 0 .../web}/HTTP-API_alloc_info.html | 0 .../web}/HTTP-API_alloc_info.md | 0 .../web}/WS-API_VariableServer.html | 0 .../web}/WS-API_VariableServer.md | 0 .../simulation_capabilities/web}/index.html | 0 .../simulation_capabilities/web}/style.css | 0 .../simulation_capabilities/web}/trick_icon.png | Bin 14 files changed, 3 insertions(+), 2 deletions(-) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/Adding_a_Web_Server_to_Your_Sim.html (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/Adding_a_Web_Server_to_Your_Sim.md (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/Extending_the_HTTP-API.html (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/Extending_the_HTTP-API.md (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/Extending_the_WS-API.html (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/Extending_the_WS-API.md (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/HTTP-API_alloc_info.html (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/HTTP-API_alloc_info.md (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/WS-API_VariableServer.html (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/WS-API_VariableServer.md (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/index.html (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/style.css (100%) rename {trick_source/web/docs => docs/documentation/simulation_capabilities/web}/trick_icon.png (100%) diff --git a/docs/documentation/Documentation-Home.md b/docs/documentation/Documentation-Home.md index 0a5bc23a..f27a7474 100644 --- a/docs/documentation/Documentation-Home.md +++ b/docs/documentation/Documentation-Home.md @@ -41,7 +41,7 @@ The user guide contains information pertinent to Trick users. These pages will h 01. [Checkpoints](simulation_capabilities/Checkpoints) 01. [MemoryManager](simulation_capabilities/memory_manager/MemoryManager) 01. [Integrator](simulation_capabilities/Integrator) - 01. [Frame Logging](simulation_capabilities/rame-Logging) + 01. [Frame Logging](simulation_capabilities/Frame-Logging) 01. [Debug Pause](simulation_capabilities/Debug-Pause) 01. [Echo Jobs](simulation_capabilities/Echo-jobs) 01. [Variable Server](simulation_capabilities/Variable-Server) @@ -49,7 +49,8 @@ The user guide contains information pertinent to Trick users. These pages will h 01. [Command Line Arguments](simulation_capabilities/Command-Line-Arguments) 01. [Environment](simulation_capabilities/Environment) 01. [Standard Template Library Checkpointing](simulation_capabilities/STL-Checkpointing) - 01. [Threads](simulation_capabilities/Threads) + 01. [Threads](simulation_capabilities/Threads) + 01. [Web Server](simulation_capabilities/web) 01. [Simulation Utilities](simulation_utilities/Simulation-Utilities) 01. [Trickcomm](simulation_utilities/Trickcomm) diff --git a/trick_source/web/docs/Adding_a_Web_Server_to_Your_Sim.html b/docs/documentation/simulation_capabilities/web/Adding_a_Web_Server_to_Your_Sim.html similarity index 100% rename from trick_source/web/docs/Adding_a_Web_Server_to_Your_Sim.html rename to docs/documentation/simulation_capabilities/web/Adding_a_Web_Server_to_Your_Sim.html diff --git a/trick_source/web/docs/Adding_a_Web_Server_to_Your_Sim.md b/docs/documentation/simulation_capabilities/web/Adding_a_Web_Server_to_Your_Sim.md similarity index 100% rename from trick_source/web/docs/Adding_a_Web_Server_to_Your_Sim.md rename to docs/documentation/simulation_capabilities/web/Adding_a_Web_Server_to_Your_Sim.md diff --git a/trick_source/web/docs/Extending_the_HTTP-API.html b/docs/documentation/simulation_capabilities/web/Extending_the_HTTP-API.html similarity index 100% rename from trick_source/web/docs/Extending_the_HTTP-API.html rename to docs/documentation/simulation_capabilities/web/Extending_the_HTTP-API.html diff --git a/trick_source/web/docs/Extending_the_HTTP-API.md b/docs/documentation/simulation_capabilities/web/Extending_the_HTTP-API.md similarity index 100% rename from trick_source/web/docs/Extending_the_HTTP-API.md rename to docs/documentation/simulation_capabilities/web/Extending_the_HTTP-API.md diff --git a/trick_source/web/docs/Extending_the_WS-API.html b/docs/documentation/simulation_capabilities/web/Extending_the_WS-API.html similarity index 100% rename from trick_source/web/docs/Extending_the_WS-API.html rename to docs/documentation/simulation_capabilities/web/Extending_the_WS-API.html diff --git a/trick_source/web/docs/Extending_the_WS-API.md b/docs/documentation/simulation_capabilities/web/Extending_the_WS-API.md similarity index 100% rename from trick_source/web/docs/Extending_the_WS-API.md rename to docs/documentation/simulation_capabilities/web/Extending_the_WS-API.md diff --git a/trick_source/web/docs/HTTP-API_alloc_info.html b/docs/documentation/simulation_capabilities/web/HTTP-API_alloc_info.html similarity index 100% rename from trick_source/web/docs/HTTP-API_alloc_info.html rename to docs/documentation/simulation_capabilities/web/HTTP-API_alloc_info.html diff --git a/trick_source/web/docs/HTTP-API_alloc_info.md b/docs/documentation/simulation_capabilities/web/HTTP-API_alloc_info.md similarity index 100% rename from trick_source/web/docs/HTTP-API_alloc_info.md rename to docs/documentation/simulation_capabilities/web/HTTP-API_alloc_info.md diff --git a/trick_source/web/docs/WS-API_VariableServer.html b/docs/documentation/simulation_capabilities/web/WS-API_VariableServer.html similarity index 100% rename from trick_source/web/docs/WS-API_VariableServer.html rename to docs/documentation/simulation_capabilities/web/WS-API_VariableServer.html diff --git a/trick_source/web/docs/WS-API_VariableServer.md b/docs/documentation/simulation_capabilities/web/WS-API_VariableServer.md similarity index 100% rename from trick_source/web/docs/WS-API_VariableServer.md rename to docs/documentation/simulation_capabilities/web/WS-API_VariableServer.md diff --git a/trick_source/web/docs/index.html b/docs/documentation/simulation_capabilities/web/index.html similarity index 100% rename from trick_source/web/docs/index.html rename to docs/documentation/simulation_capabilities/web/index.html diff --git a/trick_source/web/docs/style.css b/docs/documentation/simulation_capabilities/web/style.css similarity index 100% rename from trick_source/web/docs/style.css rename to docs/documentation/simulation_capabilities/web/style.css diff --git a/trick_source/web/docs/trick_icon.png b/docs/documentation/simulation_capabilities/web/trick_icon.png similarity index 100% rename from trick_source/web/docs/trick_icon.png rename to docs/documentation/simulation_capabilities/web/trick_icon.png