From c62316e025ec979cc2da739b01b2c34aeac3afa4 Mon Sep 17 00:00:00 2001
From: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com>
Date: Mon, 22 Jan 2024 13:28:33 -0700
Subject: [PATCH] grammar updates
---
docs/Contributors_Guide/documentation.rst | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/docs/Contributors_Guide/documentation.rst b/docs/Contributors_Guide/documentation.rst
index 51a0bef960..145b88dac4 100644
--- a/docs/Contributors_Guide/documentation.rst
+++ b/docs/Contributors_Guide/documentation.rst
@@ -758,10 +758,10 @@ keep the text readable. To create a line break use :code:`:raw-html:`
`` S
`Table 13.8 Format information for SSVAR `_
line 37-38 as an example. Here is an example in the `raw sphinx `_.
-Using csv Files to Create Tables
+Using CSV Files to Create Tables
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-As of 2023, using csv files to create tables hasn't been used in the documentation but
+As of 2023, using CSV files to create tables hasn't been used in the documentation but
it could be a useful option for future tables. See
`CSV Files `_
for more information.
@@ -911,10 +911,11 @@ Grid Table
Here is an example of a grid table under
`External Library Handling in compile_MET_all.sh `_
of the MET installation guide, IF THE USER ALREADY HAS THE LIBRARY DEPENDENCIES INSTALLED table.
-This was a difficult table to line up correctly. Please note that that one way to force
-table to use line break inside a cell is inserting an empty line between them.
+This was a difficult table to line up correctly. Please note that one way to force a
+table to use a line break inside of a cell is by inserting an empty line between them.
This works in a gridded table. Here is a link to the
`raw text `_.
+If these items weren't separated by an empty line, they wouldn't be on separate lines.
PrettyTable
^^^^^^^^^^^
@@ -1060,8 +1061,8 @@ Testing RST Formatting in an Online Editor
It can be time consuming to wait for ReadTheDocs to build. To quickly test how
the text will display, use the
-`Online Sphinx Editor `_
-can be used. Click on 'Execute' to view the output of the documentation
+`Online Sphinx Editor `_.
+Click on 'Execute' to view the output of the documentation
in the 'Result' window.
Escape Characters