@@ -175,7 +175,7 @@ as well.
175175Instead of rewriting the PDFfit command interpreter, which is used
176176to define the fitting problem and to control and run the refinement,
177177its functions are carried out using the Python language
178- (@url {http ://www.python.org }). Python is a powerful, cross-platform,
178+ (@url {https ://www.python.org }). Python is a powerful, cross-platform,
179179open-source interpreted programming language (i.e., it does not need
180180to be compiled to run, similar to scripting) that emphasizes
181181object-oriented and modular design. PDFfit2 scripts written in
@@ -212,7 +212,7 @@ written in a variety of programming languages can be bound into Python, which
212212allows them to be used together. Python is becoming a popular choice in the
213213scientific computation community.
214214
215- PDFgui's interface is built using wxPython (@url {http ://www.wxPython .org }), the
215+ PDFgui's interface is built using wxPython (@url {https ://www.wxpython .org }), the
216216Python package for wxWidgets, a mature cross-platform GUI library. Graphical
217217applications written in wxPython provide a look and feel native to the platform
218218on which they are run. PDFgui is designed to run on Windows, Mac OS, Linux,
@@ -243,10 +243,10 @@ show a local distortion. The code for space group definitions was provided by
243243the Python Macromolecular Library (mmLib,
244244@url {http://pymmlib.sourceforge.net }). This was extened to include
245245non-standard space groups using the Computational Crystallography Toolbox
246- (cctbx, @uref {http ://cctbx.sourceforge.net }). PDFgui also supports supercell
246+ (cctbx, @uref {https ://cctbx.github.io }). PDFgui also supports supercell
247247expansion of a normal unit cell.
248248
249- PDFgui uses the matplotlib (@url {http ://matplotlib.org }) Python
249+ PDFgui uses the matplotlib (@url {https ://matplotlib.org }) Python
250250package for 2D plotting of data and results. Matplotlib has a friendly
251251interface so the user can quickly and easily view the results of a fitting.
252252PDFgui lets users plot data from a series of fits and plot it against selected
@@ -256,7 +256,7 @@ parameters or variables in real time as the refinement evolves, and save plots
256256in common image formats or export the data to a text file. PDFgui can be
257257configured to use one of many structure visualization packages, such as AtomEye
258258(@url {http://li.mit.edu/A/Graphics/A/ }) or PyMOL
259- (@url {http ://www.pymol.org }).
259+ (@url {https ://www.pymol.org }).
260260
261261PDFgui supports built-in macros for advanced fits. For a set of experimental
262262data from one system at different temperatures or doping levels, PDFgui can
@@ -273,7 +273,7 @@ PDFfit2 and PDFgui are open source and distributed under a BSD license. They
273273run on Windows, Mac OS, Linux, and all major Unix systems. The source code is
274274freely available. For more information please contact Professor Simon Billinge
275275(@email {sb2896 @@ columbia.edu }) or consult the web-page
276- @url {http ://www.diffpy.org }. News of updates and releases will be posted at
276+ @url {https ://www.diffpy.org }. News of updates and releases will be posted at
277277this website and on the diffpy-users group at
278278@url {https://groups.google.com/d/forum/diffpy-users }.
279279
@@ -285,7 +285,7 @@ this website and on the diffpy-users group at
285285PDFgui is included as a part of DiffPy, a suite of Python and C++
286286libraries for structure analysis from diffraction data. For more
287287information about DiffPy products visit the project homepage at
288- @url {http ://www.diffpy.org }.
288+ @url {https ://www.diffpy.org }.
289289
290290@menu
291291* Installation for Anaconda Python ::
@@ -347,7 +347,7 @@ AtomEye structure viewer, XCFG format @*
347347
348348@item PyMOL
349349PyMOL structure viewer, PDB format @*
350- @url {http ://www.pymol.org }
350+ @url {https ://www.pymol.org }
351351@end table
352352
353353@noindent
@@ -570,7 +570,7 @@ that accepts structure file as a command-line argument.
570570Added 249 space group
571571representations in non-standard settings. The new representations
572572were generated using the
573- @uref {http ://cctbx.sourceforge.net ,cctbx library } and helpful
573+ @uref {https ://cctbx.github.io ,cctbx library } and helpful
574574hints from Ralf W. Grosse-Kunstleve.
575575
576576@item symmetry constraints
@@ -1515,7 +1515,7 @@ obtained by introducing anisotropic ADPs, where again values related to the
15151515z-direction will remain abnormally large most probably due to the stacking
15161516related disorder. A detailed description of this system and successful
15171517PDF modeling can be found in this publication:
1518- @url {http ://link.aps.org/doi/10.1103/PhysRevB.76.115413 ,Quantitative
1518+ @url {https ://link.aps.org/doi/10.1103/PhysRevB.76.115413 ,Quantitative
15191519size-dependent structure and strain determination of CdSe nanoparticles using
15201520atomic pair distribution function analysis }.
15211521
@@ -1623,7 +1623,7 @@ Python scripts in the expert command line mode, similar to that featured in the
16231623PDFFIT program. Handling these situations requires detailed knowledge of the
16241624PDFfit2 syntax based on Python, which is beyond the scope of this user guide
16251625and will be described elsewhere. Refer to the PDFfit2 API
1626- (@url {http ://www.diffpy.org/doc/pdffit2/ } and the diffpy-users
1626+ (@url {https ://www.diffpy.org/doc/pdffit2 } and the diffpy-users
16271627group (@url {https://groups.google.com/d/forum/diffpy-users }) for help with PDFfit2
16281628scripting.
16291629
0 commit comments