Skip to content

Commit bc91724

Browse files
committed
Merge branch 'master' of github.com:diffpy/diffpy.srmise
2 parents 60fcb6c + ad30c48 commit bc91724

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The simplest way to obtain diffpy.srmise on Unix, Linux, and Mac systems is
8585
using ``easy_install`` or ``pip`` to download and install the latest release
8686
from the `Python Package Index <https://pypi.python.org>`_. ::
8787

88-
sudo pip diffpy.srmise
88+
sudo pip install diffpy.srmise
8989

9090
If you prefer to install from sources, make sure all required software packages
9191
are in place and then run ::

doc/examples/Ag_multiplepeaks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def run(plot=True):
8181
# using the appropriate tuple of indices (i,j). That is, (i,j) denotes
8282
# the jth parameter of the ith peak. For example, the starred parameter
8383
# above is the area (index = 2) of the next nearest neighbor (index = 1)
84-
# peak. Thus, this peak can be referenced as (1,2). Several examples are
85-
# presented below.
84+
# peak. Thus, this parameter can be referenced as (1,2). Several examples
85+
# are presented below.
8686
print "\n------ Examples of accessing peak extraction results ------"
8787

8888
# The value and uncertainties of the nearest-neighbor peak parameters.

doc/manual/source/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ following differences:
137137
Return peak parameters such that the value at ``r`` is scaled by ``scale``
138138
while the position of the peak's maxima remains unchanged.
139139

140-
:param pars: The parameters of the baseline.
140+
:param pars: The parameters of the peak.
141141
:param r: Position where the peak will be rescaled.
142142
:param scale: A scale factor > 0.
143143
:type pars: `Sequence(float)`

0 commit comments

Comments
 (0)