Skip to content

Commit b0454f4

Browse files
committed
deploy: fbf89f1
1 parent dd240b4 commit b0454f4

File tree

102 files changed

+6228
-6081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+6228
-6081
lines changed

.buildinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: cf8de2f77ab2104bc5bb23b3562ea33e
4-
tags: fbb0d17656682115ca4d033fb2f83ba1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 230e8ba9d9bc04231b60a4f73b6cb720
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.rsync-exclude

Lines changed: 0 additions & 1 deletion
This file was deleted.

_sources/api/diffpy.confutils.txt

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ diffpy Package
33

44
.. toctree::
55

6-
diffpy.confutils
76
diffpy.srxplanar
8-
Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,84 @@
1-
srxplanar Package
2-
=================
1+
:tocdepth: -1
32

4-
:mod:`srxplanar` Package
5-
------------------------
3+
|title|
4+
=======
5+
6+
.. |title| replace:: diffpy.srxplanar package
67

78
.. automodule:: diffpy.srxplanar
89
:members:
910
:undoc-members:
1011
:show-inheritance:
1112

12-
:mod:`calculate` Module
13-
-----------------------
13+
Submodules
14+
---------------------
15+
16+
|module_1|
17+
----------
18+
19+
.. |module_1| replace:: diffpy.srxplanar.calculate module
1420

1521
.. automodule:: diffpy.srxplanar.calculate
1622
:members:
1723
:undoc-members:
1824
:show-inheritance:
1925

20-
:mod:`loadimage` Module
21-
-----------------------
26+
|module_2|
27+
----------
28+
29+
.. |module_2| replace:: diffpy.srxplanar.loadimage module
2230

2331
.. automodule:: diffpy.srxplanar.loadimage
2432
:members:
2533
:undoc-members:
2634
:show-inheritance:
2735

28-
:mod:`mask` Module
29-
------------------
36+
|module_3|
37+
----------
38+
39+
.. |module_3| replace:: diffpy.srxplanar.mask module
3040

3141
.. automodule:: diffpy.srxplanar.mask
3242
:members:
3343
:undoc-members:
3444
:show-inheritance:
3545

36-
:mod:`saveresults` Module
37-
-------------------------
46+
|module_4|
47+
----------
48+
49+
.. |module_4| replace:: diffpy.srxplanar.saveresults module
3850

3951
.. automodule:: diffpy.srxplanar.saveresults
4052
:members:
4153
:undoc-members:
4254
:show-inheritance:
4355

44-
:mod:`srxplanar` Module
45-
-----------------------
56+
|module_5|
57+
----------
58+
59+
.. |module_5| replace:: diffpy.srxplanar.srxplanar module
4660

4761
.. automodule:: diffpy.srxplanar.srxplanar
4862
:members:
4963
:undoc-members:
5064
:show-inheritance:
5165

52-
:mod:`srxplanarconfig` Module
53-
-----------------------------
66+
|module_6|
67+
----------
68+
69+
.. |module_6| replace:: diffpy.srxplanar.srxplanarconfig module
5470

5571
.. automodule:: diffpy.srxplanar.srxplanarconfig
5672
:members:
5773
:undoc-members:
5874
:show-inheritance:
5975

60-
:mod:`version` Module
61-
---------------------
76+
|module_7|
77+
----------
78+
79+
.. |module_7| replace:: diffpy.srxplanar.version module
6280

6381
.. automodule:: diffpy.srxplanar.version
6482
:members:
6583
:undoc-members:
6684
:show-inheritance:
67-
File renamed without changes.

_sources/index.rst.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
#######
2+
|title|
3+
#######
4+
5+
.. |title| replace:: diffpy.srxplanar documentation
6+
7+
| Software version |release|
8+
| Last updated |today|.
9+
10+
diffpy.srxplanar package provides 2D diffraction image integration using
11+
non splitting pixel algorithm. And it can estimate and propagate statistic
12+
uncertainty of raw counts and integrated intensity. If you are using this
13+
software. If you use this program to do productive scientific research that
14+
leads to publication, we kindly ask that you acknowledge use of the program
15+
by citing the following paper in your publication:
16+
17+
Xiaohao Yang, Pavol Juhas, Simon J. L. Billinge, On the estimation of
18+
statistical uncertainties on powder diffraction and small angle
19+
scattering data from 2-D x-ray detectors, arXiv:1309.3614
20+
21+
=======
22+
Authors
23+
=======
24+
25+
``diffpy.srxplanar`` is developed by Xiaohao Yang and Billinge Group members. The maintainer for this project is Simon Billinge. For a detailed list of contributors see
26+
https://github.com/diffpy/diffpy.srxplanar/graphs/contributors.
27+
28+
============
29+
Installation
30+
============
31+
32+
See the `README <https://github.com/diffpy/diffpy.srxplanar#installation>`_
33+
file included with the distribution.
34+
35+
================
36+
Acknowledgements
37+
================
38+
39+
``diffpy.srxplanar`` is built and maintained with `scikit-package <https://scikit-package.github.io/scikit-package/>`_.
40+
41+
=================
42+
Table of contents
43+
=================
44+
.. toctree::
45+
:maxdepth: 2
46+
47+
Package API <api/diffpy.srxplanar>
48+
Modules <api/modules>
49+
Release notes <release>
50+
license
51+
52+
=======
53+
Indices
54+
=======
55+
56+
* :ref:`genindex`
57+
* :ref:`search`

_sources/index.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

_sources/install.txt

Lines changed: 0 additions & 75 deletions
This file was deleted.

_sources/intro.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)