Skip to content

Commit a47a6de

Browse files
committed
update a few more references to old subversion web site
1 parent df0c2a8 commit a47a6de

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

PythonScript/CommandLine.htm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2>Prerequisites</h2>
3939
<P>
4040
The exercise can be performed by placing all of the shell commands
4141
into a script, (which can also be
42-
<A href="https://subversion.xray.aps.anl.gov/trac/pyGSAS/export/3131/Tutorials/PythonScript/data/example.sh">
42+
<A href="https://raw.githubusercontent.com/AdvancedPhotonSource/GSAS-II-tutorials/refs/heads/main/PythonScript/data/example.sh">
4343
downloaded here</A>),
4444
but it is also possible to use copy and paste to execute the commands
4545
into a terminal window on a Mac or Linux computer (this likely works
@@ -210,8 +210,9 @@ <h2>Command Line Scripts in Windows</h2>
210210
Note that for simplicity, it is assumed
211211
that the <tt>example.JSON</tt> file has been created in a text editor
212212
or has been downloaded along with the required data files
213-
(<A href="https://subversion.xray.aps.anl.gov/trac/pyGSAS/browser/Tutorials/PythonScript/data/example.JSON?format=txt">download link</A>).
213+
(<A href="https://raw.githubusercontent.com/AdvancedPhotonSource/GSAS-II-tutorials/refs/heads/main/PythonScript/data/example.json">
214+
download link</A>).
214215
<hr>
215216
<address></address>
216-
<!-- hhmts start -->Last modified: Mon Jul 28 16:54:15 CDT 2025 <!-- hhmts end -->
217+
<!-- hhmts start -->Last modified: Mon Jul 28 17:22:26 CDT 2025 <!-- hhmts end -->
217218
</body> </html>

PythonScript/Scripting.htm

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2>Prerequisites</h2>
7070
<h2>A. Create a Multi-step Script</h2></a>
7171

7272
Note that the script in this section is supplied for
73-
<A href="https://subversion.xray.aps.anl.gov/trac/pyGSAS/browser/Tutorials/PythonScript/data/example.py?format=txt">
73+
<A href="https://raw.githubusercontent.com/AdvancedPhotonSource/GSAS-II-tutorials/refs/heads/main/PythonScript/data/example.sh">
7474
download here</A>, but some editing will be needed to match where files
7575
are found on your computer.
7676

@@ -480,7 +480,7 @@ <h2>B. Single-Step Refinement</h2></a>
480480
the <I>project</i><tt>.do_refinements()</tt> method can be used to
481481
perform multiple refinement steps.
482482
Note that this version of the exercise can be
483-
<A href="https://subversion.xray.aps.anl.gov/trac/pyGSAS/browser/Tutorials/PythonScript/data/SingleStep.py?format=txt">
483+
<A href="https://raw.githubusercontent.com/AdvancedPhotonSource/GSAS-II-tutorials/refs/heads/main/PythonScript/data/SingleStep.py">
484484
downloaded here</A>.
485485
To duplicate the above steps into a
486486
single call, a more complex set of dicts must be created, as shown
@@ -561,7 +561,8 @@ <h2>C. Powder Pattern Simulation</h2></a>
561561

562562
Note that the Python commands can be
563563
<A
564-
href="https://subversion.xray.aps.anl.gov/trac/pyGSAS/browser/Tutorials/PythonScript/data/sim.py?format=txt">downloaded here</A>.
564+
href="https://raw.githubusercontent.com/AdvancedPhotonSource/GSAS-II-tutorials/refs/heads/main/PythonScript/data/sim.py">
565+
downloaded here</A>.
565566
<P>
566567
As before, the location of the GSASIIscripts Python module must be
567568
defined and the module must be loaded:
@@ -659,5 +660,5 @@ <h2>C. Powder Pattern Simulation</h2></a>
659660

660661
<hr>
661662
<address></address>
662-
<!-- hhmts start -->Last modified: Mon Jul 28 16:53:49 CDT 2025 <!-- hhmts end -->
663+
<!-- hhmts start -->Last modified: Mon Jul 28 17:13:00 CDT 2025 <!-- hhmts end -->
663664
</body> </html>

0 commit comments

Comments
 (0)