Skip to content

Commit 5140397

Browse files
committed
update data download instructions
1 parent e1e7d38 commit 5140397

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/source/getting-started.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ To list and copy example scripts and data to your working directory, type,
136136
ch06RefineCrystalStructureGen
137137
ch07StructuralPhaseTransitions
138138
ch08NPRefinement
139-
ch10DisorderedNanostructuredFilms
140139
ch11ClusterXYZ
141140
142141
To copy the example for bulk Ni PDF fitting, type,
@@ -145,7 +144,7 @@ To list and copy example scripts and data to your working directory, type,
145144
146145
cmi example copy ch03NiModelling
147146
148-
This will copy the example directory ``ch03NiModelling`` to your working directory. Within this directory exists
147+
This will copy the example directory ``ch03NiModelling`` to your current working directory. Within this directory exists
149148
the scripts and data to fit the bulk Ni PDF.
150149

151150
You can then run the fitting script with,

docs/source/tutorials/index.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,15 @@ to fit the same Ni PDF with PDFgui.
4040

4141
.. admonition:: Data Download
4242

43-
First, visit `this link <https://github.com/Billingegroup/pdfttp_data/raw/main/ch03NiModelling/data/Ni.cif>`_ and download the files for this tutorial:
43+
To download the data and scripts for this fit, type in your command line,
4444

45-
- ``Ni.cif``
46-
- ``Ni.gr``
45+
.. code-block:: bash
46+
47+
cmi example copy ch03NiModelling
48+
49+
This will copy the example directory ``ch03NiModelling`` to your current working directory.
50+
Within this directory exists data for this exercise and a script to fit the bulk Ni PDF.
51+
Below walks you through the code in the script step-by-step.
4752

4853
1. To start, we must first import all necessary modules and packages.
4954

0 commit comments

Comments
 (0)