Skip to content

Commit d3f7c00

Browse files
committed
minor docs changes
1 parent c5ed469 commit d3f7c00

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

GSASII/GSASIIctrlGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4961,7 +4961,7 @@ def AddSpinner(varSizer,label,SelCtrl,binding):
49614961
parmSizer.Add(selectionsSizer,0)
49624962
refChoices = ['All','Refined']
49634963
txt = ('"R" indicates a refined variable\n'+
4964-
'"C" indicates generated from a user entered constraint')
4964+
'"C" value generated from a constraint')
49654965
if fcount:
49664966
refChoices += ['Frozen']
49674967
txt += '\n"F" indicates a variable that is Frozen due to exceeding min/max'

docs/source/packages.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GSAS-II Requirements, Python Packages and External Software
2-
==============================================================
1+
GSAS-II Execution Environment
2+
======================================================
33

44
Supported Platforms
55
--------------------------------
@@ -170,7 +170,8 @@ Far fewer packages are required to run GSAS-II on a
170170
compute server via the scripting interface
171171
and without a GUI.
172172

173-
GUI Requirements
173+
----------------
174+
GUI Requirements
174175
----------------
175176

176177
When using the GSAS-II graphical user interface (GUI), the following
@@ -275,7 +276,8 @@ Note that binaries for Python 3.12 and 3.13 using numpy 2.2 are also now supplie
275276
.. _ScriptingRequirements:
276277

277278

278-
Scripting Requirements
279+
-----------------------
280+
Scripting Requirements
279281
-----------------------
280282

281283
The GSAS-II scripting interface (:mod:`GSASIIscriptable`) will not
@@ -349,7 +351,8 @@ Notes on these commands:
349351
* the 2nd command (python) is used to invoke GSAS-II scriptable for the first time, which is needed to load the binary files from the server.
350352

351353

352-
Optional Python Packages
354+
---------------------------
355+
Optional Python Packages
353356
---------------------------
354357

355358
* Sphinx (https://www.sphinx-doc.org) is used to generate the

0 commit comments

Comments
 (0)