Skip to content

Commit 00633cc

Browse files
committed
DOC: show authors on the top page
1 parent 114af68 commit 00633cc

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

doc/manual/source/index.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
.. _developers-guide-index:
22

33
####################################################
4-
SrFit developer's documentation
4+
diffpy.srfit documentation
55
####################################################
66

7-
Software version |release|.
7+
diffpy.srfit - configurable code for solving atomic structures.
88

9-
Last updated |today|.
10-
11-
Configurable code for solving atomic structures.
9+
| Software version |release|.
10+
| Last updated |today|.
1211
1312
The diffpy.srfit package provides the framework for building a global optimizer
1413
on the fly from components such as function calculators (that calculate
@@ -32,31 +31,32 @@ obtain the total cost function. Additionally, diffpy.srfit is designed to be
3231
extensible, allowing the user to integrate external calculators to perform
3332
co-refinements with other techniques.
3433

35-
===================
36-
Disclaimer
37-
===================
34+
========================================
35+
Authors
36+
========================================
3837

39-
.. literalinclude:: ../../../LICENSE.txt
38+
diffpy.srfit is developed by members of the Billinge Group at
39+
Columbia University and at Brookhaven National Laboratory including
40+
Christopher L. Farrow, Pavol Juhás, Simon J.L. Billinge.
4041

41-
================
42-
Acknowledgments
43-
================
42+
The source code in *observable.py* was derived from the 1.0 version
43+
of the Caltech "Pyre" project.
4444

45-
Developers
46-
-----------
45+
For a detailed list of contributors see
46+
https://github.com/diffpy/diffpy.srfit/graphs/contributors.
4747

48-
diffpy.sifit is developed and maintained by
48+
===================
49+
Disclaimer
50+
===================
4951

50-
.. literalinclude:: ../../../AUTHORS.txt
52+
.. literalinclude:: ../../../LICENSE.txt
5153

52-
The source code in *observable.py* was derived from the 1.0 version
53-
of the Caltech "Pyre" project.
5454

5555
======================================
5656
Installation
5757
======================================
5858

59-
See the `README.rst <https://github.com/diffpy/diffpy.srfit#requirements>`_
59+
See the `README <https://github.com/diffpy/diffpy.srfit#requirements>`_
6060
file included with the distribution.
6161

6262
======================================

0 commit comments

Comments
 (0)