|
3 | 3 | DiffPy-CMI Contents |
4 | 4 | =================== |
5 | 5 |
|
6 | | -The DiffPy-CMI release includes Python and C++ modules developed by the |
7 | | -DiffPy team as well as external libraries necessary for functionality. |
| 6 | +The DiffPy-CMI release includes Python and C++ libraries developed by |
| 7 | +the DiffPy team as well as external libraries necessary for functionality. |
8 | 8 |
|
9 | | -Modules developed by the DiffPy team |
10 | | ------------------------------------- |
| 9 | +Libraries developed by the DiffPy team |
| 10 | +-------------------------------------- |
11 | 11 |
|
12 | | -====================== ============================================ |
13 | | -Module Description |
14 | | -====================== ============================================ |
15 | | -`diffpy.srfit`_ Setup and control of general fitting |
16 | | - problems. |
| 12 | +.. list-table:: |
| 13 | + :widths: 10, 5, 30 |
| 14 | + :header-rows: 1 |
17 | 15 |
|
18 | | -`diffpy.srreal`_ Python library for calculation of pair based |
19 | | - quantities such as the pair distribution |
20 | | - function (PDF), bond lengths, and bond |
21 | | - valence sums. |
| 16 | + * - Library |
| 17 | + - |
| 18 | + - Description |
22 | 19 |
|
23 | | -`diffpy.Structure`_ Handles storage of crystal structure data. |
| 20 | + * - `diffpy.srfit`_ |
| 21 | + - `doc <../../doc/srfit>`__ |
| 22 | + - Setup and control of general fitting problems. |
24 | 23 |
|
25 | | -`diffpy.utils`_ General purpose shared utilities for the |
26 | | - diffpy libraries. |
| 24 | + * - `diffpy.srreal`_ |
| 25 | + - `doc <../../doc/srreal/>`__ |
| 26 | + - Python library for calculation of pair based quantities such as |
| 27 | + the pair distribution function (PDF), bond lengths, and bond |
| 28 | + valence sums. |
27 | 29 |
|
28 | | -`pyobjcryst`_ Python bindings to the ObjCryst++ |
29 | | - Object-Oriented Crystallographic |
30 | | - Library. |
| 30 | + * - `diffpy.Structure`_ |
| 31 | + - `doc <../../doc/Structure/>`__ |
| 32 | + - Light-weigth storage of crystal structure data. |
31 | 33 |
|
32 | | -`libdiffpy`_ C++ library for calculation of PDF and |
33 | | - other real-space quantities. |
34 | | -====================== ============================================ |
| 34 | + * - `diffpy.utils`_ |
| 35 | + - `doc <../../doc/utils/>`__ |
| 36 | + - General purpose utilities for the diffpy libraries. |
35 | 37 |
|
36 | | -.. _diffpy.srfit: https://github.com/diffpy/diffpy.srfit |
37 | | - |
38 | | -.. _diffpy.srreal: https://github.com/diffpy/diffpy.srreal |
39 | | - |
40 | | -.. _diffpy.Structure: https://github.com/diffpy/diffpy.Structure |
| 38 | + * - `pyobjcryst`_ |
| 39 | + - `doc <../../doc/pyobjcryst/>`__ |
| 40 | + - Python bindings to the ObjCryst++ crystallographic library. |
41 | 41 |
|
42 | | -.. _diffpy.utils: https://github.com/diffpy/diffpy.utils |
| 42 | + * - `libdiffpy`_ |
| 43 | + - `doc <../../doc/libdiffpy/>`__ |
| 44 | + - C++ library for calculation of PDF and other real-space |
| 45 | + quantities. |
43 | 46 |
|
44 | | -.. _pyobjcryst: https://github.com/diffpy/pyobjcryst |
45 | 47 |
|
46 | | -.. _libdiffpy: https://github.com/diffpy/libdiffpy |
47 | 48 |
|
48 | | -.. _libobjcryst: https://github.com/diffpy/libobjcryst |
| 49 | +External libraries |
| 50 | +------------------ |
49 | 51 |
|
| 52 | +.. list-table:: |
| 53 | + :widths: 10, 5, 30 |
| 54 | + :header-rows: 1 |
50 | 55 |
|
51 | | -External libraries |
52 | | -------------------- |
| 56 | + * - Library |
| 57 | + - |
| 58 | + - Description |
53 | 59 |
|
54 | | -====================== ============================================ |
55 | | -Module Description |
56 | | -====================== ============================================ |
57 | | -`periodictable`_ Extensible periodic table of the elements |
58 | | - with support for mass, density, and |
59 | | - X-ray/neutron scattering information. |
| 60 | + * - srfit-sasview_ |
| 61 | + - `doc <http://www.sasview.org/docs/user/user.html>`__ |
| 62 | + - Selected modules from SasView_, the Small |
| 63 | + Angle Scattering Analysis Software Package. |
60 | 64 |
|
| 65 | + * - `periodictable`_ |
| 66 | + - `doc <http://www.reflectometry.org/danse/docs/elements/>`__ |
| 67 | + - Extensible periodic table of the elements with support for mass, |
| 68 | + density, and X-ray/neutron scattering information. |
61 | 69 |
|
62 | | -`libobjcryst`_ ObjCryst++, crystallographic library for C++ |
63 | | - re-packaged for installation as a shared |
64 | | - library. |
| 70 | + * - `libobjcryst`_ |
| 71 | + - `doc <http://vincefn.net/ObjCryst/>`__ |
| 72 | + - ObjCryst++, crystallographic library for C++ re-packaged for |
| 73 | + installation as a shared library. |
65 | 74 |
|
66 | | -`cxxtest`_ Testing framework for C++. |
67 | | -====================== ============================================ |
| 75 | + * - `cxxtest`_ |
| 76 | + - `doc <http://cxxtest.com/guide.html>`__ |
| 77 | + - Testing framework for C++. |
68 | 78 |
|
69 | | -.. _periodictable: http://www.reflectometry.org/danse/elements.html |
| 79 | +.. URL definitions below ----------------------------------------------- |
70 | 80 |
|
71 | 81 | .. _cxxtest: http://cxxtest.com/ |
| 82 | +.. _diffpy.Structure: https://github.com/diffpy/diffpy.Structure |
| 83 | +.. _diffpy.srfit: https://github.com/diffpy/diffpy.srfit |
| 84 | +.. _diffpy.srreal: https://github.com/diffpy/diffpy.srreal |
| 85 | +.. _diffpy.utils: https://github.com/diffpy/diffpy.utils |
| 86 | +.. _libdiffpy: https://github.com/diffpy/libdiffpy |
| 87 | +.. _libobjcryst: https://github.com/diffpy/libobjcryst |
| 88 | +.. _periodictable: http://www.reflectometry.org/danse/elements.html |
| 89 | +.. _pyobjcryst: https://github.com/diffpy/pyobjcryst |
| 90 | +.. _srfit-sasview: https://github.com/diffpy/srfit-sasview |
| 91 | +.. _SasView: http://www.sasview.org/ |
0 commit comments