Skip to content

Commit a44e837

Browse files
authored
Fix citation format for conda-forge recipe windows build (#132)
* Use cookiecutter and fix citation * Fix citation to diffpy.structure format
1 parent 42f3ae5 commit a44e837

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Diff for: LICENSE.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ If you use this program to do productive scientific research that
88
leads to publication, we ask that you acknowledge use of the
99
program by citing the following paper in your publication:
1010

11-
L. Granlund, S.J.L. Billinge, P.M. Duxbury, Algorithm for
12-
systematic peak extraction from atomic pair distribution
13-
functions, Acta Crystallographica A 71(4), 392-409 (2015).
14-
doi:10.1107/S2053273315005276
11+
L. Granlund, S. J. L. Billinge and P. M. Duxbury,
12+
`Algorithm for systematic peak extraction from atomic pair distribution functions
13+
<http://dx.doi.org/10.1107/S2053273315005276>`__,
14+
*Acta Crystallogr. A* **4**, 392-409 (2015).
1515

1616
For more information please visit the diffpy web-page at
1717
http://www.diffpy.org

Diff for: README.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
:target: https://github.com/psf/black
1717

1818
.. |CI| image:: https://github.com/diffpy/diffpy.srmise/actions/workflows/matrix-and-codecov-on-merge-to-main.yml/badge.svg
19-
:target: https://github.com/diffpy/diffpy.srmise/actions/workflows/matrix-and-codecov-on-merge-to-main.yml/badge.svg
19+
:target: https://github.com/diffpy/diffpy.srmise/actions/workflows/matrix-and-codecov-on-merge-to-main.yml
2020

2121
.. |Codecov| image:: https://codecov.io/gh/diffpy/diffpy.srmise/branch/main/graph/badge.svg
2222
:target: https://codecov.io/gh/diffpy/diffpy.srmise
@@ -72,14 +72,18 @@ must be specified.
7272

7373
For more information about the diffpy.srmise library, please consult our `online documentation <https://diffpy.github.io/diffpy.srmise>`_.
7474

75+
7576
Citation
7677
--------
7778

78-
If you use diffpy.srmise in a scientific publication, we would like you to cite this package as
79+
If you use this program for a scientific research that leads
80+
to publication, we ask that you acknowledge use of the program
81+
by citing the following paper in your publication:
7982

80-
L. Granlund, Billinge, S. J. L., and P. M. Duxbury. “Algorithm for systematic peak extraction from atomic
81-
pair distribution functions”. In: Acta Crystallogr. A 71.4 (2015), pp. 392–409. DOI:
82-
10.1107/S2053273315005276
83+
L. Granlund, S. J. L. Billinge and P. M. Duxbury,
84+
`Algorithm for systematic peak extraction from atomic pair distribution functions
85+
<http://dx.doi.org/10.1107/S2053273315005276>`__,
86+
*Acta Crystallogr. A* **4**, 392-409 (2015).
8387

8488
Installation
8589
------------
@@ -104,11 +108,7 @@ Then, to fully install ``diffpy.srmise`` in our active environment, run ::
104108

105109
Another option is to use ``pip`` to download and install the latest release from
106110
`Python Package Index <https://pypi.python.org>`_.
107-
To install using ``pip`` into your ``diffpy.srmise_env`` environment, we will also have to install dependencies ::
108-
109-
pip install -r https://raw.githubusercontent.com/diffpy/diffpy.srmise/main/requirements/run.txt
110-
111-
and then install the package ::
111+
To install using ``pip`` into your ``diffpy.srmise_env`` environment, type ::
112112

113113
pip install diffpy.srmise
114114

0 commit comments

Comments
 (0)