@@ -5,15 +5,15 @@ Example notebooks
55Several examples available in the pyobjcryst repository:
66
77:doc: `3D Crystal structure display <crystal_3d_widget >`
8- ================================================================
8+ =======================================================
99
1010Example of importing a CIF file from a file or the
1111`Crystallography Open Database <http://crystallography.net/cod/ >`_
1212and displaying it in a widget using
1313`3dmol.js <https://3dmol.csb.pitt.edu/ >`_.
1414
1515:doc: `Solving the cimetidine structure from its powder pattern <structure-solution-powder-cimetidine >`
16- ===============================================================================================================
16+ ======================================================================================================
1717
1818In this example, a powder pattern is used to solve the crystal
1919structure of Cimetidine. This covers all the steps: loading the
@@ -22,7 +22,7 @@ the spacegroup, profile fitting, and solving the structure
2222using a global optimisation algorithm.
2323
2424:doc: `Solving the PbSO4 structure from its X and N powder patterns <structure-solution-powder-pbso4 >`
25- ==============================================================================================================
25+ =====================================================================================================
2626
2727In this example, two powder patterns (X-ray and neutron) are used to solve
2828the crystal structure of PbSO4. This covers all the steps: loading the
@@ -31,14 +31,14 @@ the spacegroup, profile fitting for the two patterns, and solving the
3131structure using a global optimisation algorithm.
3232
3333:doc: `Meta-structure solution using multi-processing <structure-solution-multiprocessing >`
34- ===================================================================================================
34+ ==========================================================================================
3535
3636This is a more advanced example where 8 different spacegroups are
3737tested in parallel to determine which one is correct. The solutions
3838can then be compared and displayed individually.
3939
40- :doc: `Quantitative phase analysis (QPA) <Quantitative- phase- analysis >`
41- ===============================================================================
40+ :doc: `Quantitative phase analysis (QPA) <QPA-Quantitative phase analysis >`
41+ ==========================================================================
4242
4343Example of QPA based on the data available from the `1999 Round Robin
4444<https://www.iucr.org/__data/iucr/powder/QARR/samples.htm> `_,
0 commit comments