From eb7f172442e3f2fb284c52fec41c1a7b2339f4ca Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Wed, 5 Jan 2022 17:46:36 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc9f8865..871e16e1 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ A repository to contain IntelliTect's tools for coding conventions. [https://int ## Guidelines Site Maintenance There are two github actions that are used to update the CodingGuidelinesSite. One action ( *Update csharp Markdown* ) will run automatically when the XML file in the master branch is updated via a commit. The CodingGuidelines github page will then reflect the changes. After reviewing the "dev" site, there is another action ( *Update Docs Folder on CodingGuidelinesSite* ) that will move the new markdown file to production site [CodingGuidelinesSite]( https://intellitect.github.io/CodingGuidelinesSite/). -There is also another action to manually run a xml to md conversion on any branch. \ No newline at end of file +There is also another action to manually run a xml to md conversion on any branch. There is a retired tool to extract guidelines from the manuscript word documents to an XML file [Manuscript Guidelines Extractor](https://github.com/IntelliTect/ManuscriptGuidelinesExtractor)