@@ -105,7 +105,7 @@ Copyright 2009-2024, Board of Trustees of Columbia University in the city of New
105105@cindex introduction
106106
107107PDFmorph is a Python package that increases the insight researchers can
108- obtain from measured atomic pair distribution functions (PDFs) in a
108+ obtain from measured atomic pair distribution functions (PDFs) in a
109109model-independent way. It was originally designed to help a researcher
110110answer a question: "Has my material undergone a phase transition between
111111these two measurements?"
@@ -126,7 +126,7 @@ these two measurements?"
126126@section Availability
127127@cindex availability
128128
129- PDFmorph is open source and distributed under the BSD license.
129+ PDFmorph is open source and distributed under the BSD license.
130130It runs on Windows, Mac OS, Linux, and all major Unix systems.
131131The source code is freely available at @url {https://github.com/diffpy/diffpy.pdfmorph }.
132132
@@ -143,7 +143,7 @@ the following third party libraries:
143143@item @url {https://numpy.org/ , NumPy } - Python's fast scientific computing library
144144@item @url {https://matplotlib.org/ , Matplotlib } - Python plotting library
145145@item @url {https://scipy.org/ , SciPy } - Python's technical computing library
146- @item @url {https://www.diffpy.org/diffpy.utils/ , diffpy.utils }
146+ @item @url {https://www.diffpy.org/diffpy.utils/ , diffpy.utils }
147147- @url {https://www.diffpy.org/ , DiffPy } general utility functions
148148@end itemize
149149These dependencies will be installed automatically if you use the conda installation
@@ -155,7 +155,7 @@ procedure described in the following section (@ref{Installation instructions}).
155155
156156We recommend installing the package and its dependencies using conda.
157157Miniconda, a minimal installer for conda, can be downloaded
158- @url {https://docs.anaconda.com/free/miniconda/ , here }.
158+ @url {https://docs.anaconda.com/free/miniconda/ , here }.
159159Miniconda makes it easy to manage dependencies in isolated environments.
160160Once Miniconda is installed, run @code {conda } on the command line
161161 to test that it has been installed properly.
0 commit comments