Skip to content

Commit

Permalink
sync the files
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Oct 4, 2024
1 parent 3315247 commit 6a1a28f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check_methoddoc_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ jobs:
echo " Please follow https://visit-sphinx-github-user-manual.readthedocs.io/en/develop/dev_manual/UpdatingPythonDocStrings.html"
exit 1
fi
# Documentation of this action
#
# This action is designed to catch cases where developers make inconsistent changes to
# functions.rst and MethodDoc.C. MethodDoc.C is ordinarily *generated* from functions.rst
# So, developers should just edit functions
3 changes: 1 addition & 2 deletions src/doc/python_scripting/functions.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@



Functions
=========

Expand Down Expand Up @@ -10464,7 +10463,7 @@ format_string : string
**Description:**

The SetQueryFloatFormat method sets a :ref:`printf-style <FormattingNumbers>` format string that
is used by VisIt's querys to produce textual output.
is used by VisIt's queries to produce textual output.


**Example:**
Expand Down
2 changes: 1 addition & 1 deletion src/visitpy/common/MethodDoc.C
Original file line number Diff line number Diff line change
Expand Up @@ -10093,7 +10093,7 @@ const char *visit_SetQueryFloatFormat_doc =
"Description:\n"
"\n"
"The SetQueryFloatFormat method sets a printf-style format string that\n"
"is used by VisIt's querys to produce textual output.\n"
"is used by VisIt's queries to produce textual output.\n"
"\n"
"\n"
"Example:\n"
Expand Down

0 comments on commit 6a1a28f

Please sign in to comment.