Skip to content

Commit ff91d55

Browse files
authored
Merge pull request #66 from cadenmyers13/pack-copying
cmi: update pack copying instructions and logo plot colors
2 parents a4be78f + 60fc1d4 commit ff91d55

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

images/diffpycmi_screenshot.png

151 KB
Loading

logos/CMI-logo.png

136 KB
Loading

products/diffpycmi/index.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To list and copy example scripts and data to your working directory, type,
117117
.. code-block:: bash
118118
119119
cmi example list
120-
cmi example copy <example_name>
120+
cmi example copy <pack_name>/<example_name>
121121
122122
.. admonition:: Example
123123

@@ -131,18 +131,22 @@ To list and copy example scripts and data to your working directory, type,
131131

132132
.. code-block:: bash
133133
134-
ch03NiModelling
135-
ch05Fit2Phase
136-
ch06RefineCrystalStructureGen
137-
ch07StructuralPhaseTransitions
138-
ch08NPRefinement
139-
ch11ClusterXYZ
134+
$ cmi example list
135+
core:
136+
- linefit
137+
pdf:
138+
- ch03NiModelling
139+
- ch05Fit2Phase
140+
- ch06RefineCrystalStructureGen
141+
- ch07StructuralPhaseTransitions
142+
- ch08NPRefinement
143+
- ch11ClusterXYZ
140144
141145
To copy the example for bulk Ni PDF fitting, type,
142146

143147
.. code-block:: bash
144148
145-
cmi example copy ch03NiModelling
149+
cmi example copy pdf/ch03NiModelling
146150
147151
This will copy the example directory ``ch03NiModelling`` to your current working directory. Within this directory exists
148152
the scripts and data to fit the bulk Ni PDF.

0 commit comments

Comments
 (0)