Commit Graph

156 Commits

Author SHA1 Message Date
3b5d03fa14 Add section for developer docs 2022-11-01 10:36:15 -05:00
f8acca0f34 fix typo monte carlo tutorial (#1377) [no ci]
closes #1377
2022-10-31 05:35:35 -05:00
cbe2b7fe32 Update Checkpoints.md 2022-10-26 13:53:53 -05:00
1da5092ac8 Update Documentation-Home.md 2022-10-07 17:10:16 -05:00
bb34c37de7 Fix broken link in docs 2022-10-07 17:03:47 -05:00
ff04d211ee Fix broken link in docs 2022-10-07 17:03:04 -05:00
2519c914a5 Pair checkpointing fix (#1356)
* Fix pair checkpointing bug, add tests
* Documentation update
2022-10-07 17:00:09 -05:00
3d2e8e52ca Set checkpointing fix (#1357)
* Fix set checkpointing, add tests
* Documentation update
2022-10-07 14:24:21 -05:00
f19ba7df78 Test and Document STL Checkpointing (#1355)
* Updates SIM_stl to include checkpoint writing and checkpoint restore, as well as adding more data structures to test
* Thoroughly tests supported STL types with MM_stl_checkpoint and MM_stl_restore
* Adds an option to enable or disable STL restore in accessible interfaces and changes default to true
* Updates documentation on STL checkpointing to clearly state limitations and known bugs
2022-10-07 08:37:09 -05:00
1769bb7061 Update Install-Guide.md 2022-09-26 15:15:03 -05:00
99bdf509b3 Update Install-Guide.md 2022-09-26 15:11:21 -05:00
4ac9777ab8 Move Troubleshooting link 2022-09-26 15:10:12 -05:00
550991669d Add uninstall old trick to troubleshooting in install guide 2022-09-26 15:09:32 -05:00
d8df914ebf Add Environment section to Troubleshooting in Install Guide 2022-09-26 14:58:57 -05:00
5906efe0f9 Document that Trick does not in fact yet support C++ STL types #1339 2022-09-02 16:33:53 -05:00
bcaaeedd89 Fix syntax on job_class_order docs 2022-08-26 11:51:25 -05:00
4c1271b43b Update How-to-dump-core-file-on-MacOS.md
Add lines between title and header in an attempt to fix the weird rendering problem in which '>' gets injected .
2022-08-22 15:43:32 -05:00
79916fcd04 Document Tweaks #1334 2022-08-22 15:29:15 -05:00
9495f3cd27 Document How to Dump a Core-file on MacOS #1334 2022-08-22 15:24:01 -05:00
9c8799610f Variable Server - var_send_once and integration test (#1330)
* Adds the send_once command and message type, which allows a user to request a variable to be sent immediately and only once (intended to replace the var_add, var_send, var_clear idiom that is commonly used for this purpose)
* Minor refactoring of variable server internals to reduce repeated code
* Adds SIM_test_varserv to integration test to test basic variable server functionality
* Changes graphics client for SIM_billiards to use var_send_once as an example of intended use
* Add documentation for var_send_once in docs and tutorial
* Set exit_code_enabled in trick unit tests to be true by default
* Patch for failing bookworm build
2022-08-18 10:47:07 -05:00
6d56c281e0 Fix broken link in Webserver.md 2022-08-15 14:16:29 -05:00
af4a40057d Update Install-Guide.md
closes #1300 references #1302
2022-08-11 11:27:36 -05:00
866c7a871f Fix broken link in docs 2022-08-09 14:01:03 -05:00
279d131a0a Add Horizonal Navigation bars (breadcrumbs) to all documentation pages (#1328)
* Add breadcrumbs to all documentation pages, fix some links between pages
2022-08-05 17:05:10 -05:00
318603cda3 add version number v1.15 to civetweb install instructions 2022-07-27 08:48:15 -05:00
e15723bde5 Update How-To-Make-A-Release.md 2022-07-20 16:09:56 -05:00
a34c0fa5ca Update How-To-Make-A-Release.md 2022-07-20 16:02:48 -05:00
0fdcb086c5 Update How-To-Make-A-Release.md 2022-07-20 16:02:03 -05:00
194a29e255 Update How-To-Make-A-Release.md 2022-07-20 16:01:39 -05:00
234b733ac5 Update How-To-Guides.md 2022-07-20 15:59:42 -05:00
19cd35a63c Update How-To-Guides.md 2022-07-20 15:59:19 -05:00
b4b8226953 Create How-To-Make-A-Release.md
closes #1310
2022-07-20 15:58:26 -05:00
cdc1f240d8 Add gtest instructions for MacOS to install guide 2022-07-19 16:49:12 -05:00
c988052f85 Update FAQ.md 2022-07-06 12:12:53 -05:00
10acc84e19 Update Documentation-Home.md 2022-06-24 13:37:47 -05:00
df68e659fe Update Install-Guide.md 2022-06-20 11:24:47 -05:00
ee4fd17de0 Update Install-Guide.md 2022-06-15 16:11:51 -05:00
bc18f5492c Update Install-Guide.md 2022-06-15 16:11:21 -05:00
c0aed4312f add python to macOS install dependencies 2022-06-13 10:16:47 -05:00
ee370d6d33 Update Install-Guide.md 2022-06-10 15:40:45 -05:00
64c502d03f Add apple silicon issue link to install guide
#1283
2022-06-10 15:37:01 -05:00
b314c09eec Tutorial suggestions (#1274)
* Update Data-Record.md (#1265)

Fix typo in input arg string.

* Update TutVariableServer.md (#1269)

tightened up grammar

* Update TutVariableServer.md (#1270)

more accurate usage hint

* Update ATutNumericSim.md (#1271)

instanciate -> instantiate line 376

* Update TutVariableServer.md (#1272)

fixed ⚠️ (⚠️) not displaying properly

* Update ATutNumericSim.md (#1273)

fixed 👉 (👉) not displaying properly

Co-authored-by: Brian <brianmhannan@gmail.com>
Co-authored-by: Matthew D Elmer <matthewdavidelmer@gmail.com>
2022-06-01 14:11:48 -05:00
c1be351d6d Update TutVariableServer.md 2022-05-27 11:54:14 -05:00
6030805c55 fixing run typo (#1268) 2022-05-26 15:41:52 -05:00
4ba2812ad1 update sim output files 2022-05-26 15:30:15 -05:00
ccaa1df5b8 Update ATutIntroduction.md 2022-05-26 14:30:29 -05:00
2c17882e20 Update ATutIntroduction.md 2022-05-26 14:30:09 -05:00
7d66ed3c84 remove unnecessary (confusing) example on user code blocks 2022-05-26 14:06:33 -05:00
a6eeff930f update execfile to py3 in tutorial 2022-05-26 13:46:49 -05:00
56e08cce1e Update install guide for macOS 2022-04-14 12:23:24 -05:00