From 5cefd66d4feb01e23a9bdc8d95a36f3b23dc7907 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 19 Oct 2023 19:33:56 -0700 Subject: [PATCH] Add how to update screenshot to Contriubting.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 499d57fe..f4789e79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ To add a screenshot save the screenshot in the directory with the text and then .. image:: foobar.png ``` -Also add both the screenshot and the modified restructured text file and commit both. +Also add both the screenshot and the modified restructured text file and commit both. If a program has been updated simply save a new screenshot overwriting the file to update the screenshot. Then run `make clean && make html && make latexpdf` in the root of the manual directory and it should build successfully with zero warnings! (Might take several trials to get `make latexpdf` without any errors.)