Skip to content

Commit 7ffff20

Browse files
committed
change developer name to "pyro development team", add developers
to ack
1 parent fe3037c commit 7ffff20

6 files changed

Lines changed: 34 additions & 18 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Contributing
22

33
Contributions are welcomed from anyone, including posting issues or
4-
submitting pull requests to the [pyro github](https://github.com/zingale/pyro).
4+
submitting pull requests to the [pyro github](https://github.com/python-hydro/pyro).
5+
6+
Users who make significant contributions will be listed as developers
7+
in the pyro acknowledgements and be included in any future code
8+
papers.
59

610
## Issues
711

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-14, Michael Zingale
1+
Copyright (c) 2013-18, pyro development team
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

docs/source/ack.rst

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Acknowledgments
22
===============
33

4-
The original pyro code was written in 2003-4 to help understand this
5-
methods for myself. It was originally written using the Numeric array
6-
package and handwritten C extensions for the compute-intensive
7-
kernels. It was ported to numarray when that replaced Numeric, and
8-
continued to use C extensions. This version "pyro2" was resurrected
9-
beginning in 2012 and rewritten for numpy using f2py, and brought up
10-
to date.
11-
12-
You are free to use this code and notes in your classes. Please credit
13-
Michael Zingale (SBU). *Please send me a note describing how you use
14-
it, so I can keep track of it (and help justify the development
4+
Pyro developed by (in alphabetical order):
5+
6+
* Alice Harpole
7+
* Ian Hawke
8+
* Michael Zingale
9+
10+
11+
You are free to use this code and the accompanying notes in your
12+
classes. Please credit "pyro development team" for the code, and
13+
*please send a note to the pyro-help e-mail list describing how you
14+
use it, so we can keep track of it (and help justify the development
1515
effort).*
1616

1717
If you use pyro in a publication, please cite it using this bibtex
@@ -37,3 +37,15 @@ citation::
3737
pyro benefited from numerous useful discussions with Ann Almgren, John
3838
Bell, and Andy Nonaka.
3939

40+
41+
History
42+
=======
43+
44+
The original pyro code was written in 2003-4 to help developmer
45+
Zingale understand these methods for himself. It was originally written
46+
using the Numeric array package and handwritten C extensions for the
47+
compute-intensive kernels. It was ported to numarray when that
48+
replaced Numeric, and continued to use C extensions. This version
49+
"pyro2" was resurrected beginning in 2012 and rewritten for numpy
50+
using f2py, and brought up to date.
51+

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161

6262
# General information about the project.
6363
project = 'pyro'
64-
copyright = '2017, Michael Zingale'
65-
author = 'Michael Zingale'
64+
copyright = '2018, pyro development tem'
65+
author = 'pyro development team'
6666

6767
# The version info for the project you're documenting, acts as replacement for
6868
# |version| and |release|, also used in various other places throughout the
@@ -161,7 +161,7 @@
161161
# author, documentclass [howto, manual, or own class]).
162162
latex_documents = [
163163
(master_doc, 'pyro.tex', 'pyro Documentation',
164-
'Michael Zingale', 'manual'),
164+
'pyro development team', 'manual'),
165165
]
166166

167167

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
pyro: a python hydro code
88
*************************
99

10-
`http://github.com/zingale/pyro2 <http://github.com/zingale/pyro2>`_
10+
`http://github.com/python-hydro/pyro2 <http://github.com/python-hydro/pyro2>`_
1111

1212
.. image:: pyro_plots.png
1313

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Setting up pyro
22
===============
33

4-
You can clone pyro from github: `http://github.com/zingale/pyro2 <http://github.com/zingale/pyro2>`_
4+
You can clone pyro from github: `http://github.com/python-hydro/pyro2 <http://github.com/python-hydro/pyro2>`_
55

66
.. note::
77

0 commit comments

Comments
 (0)