Skip to content

Commit 336f8a6

Browse files
committed
resolved conflictes after the new push upstream
1 parent cb902cf commit 336f8a6

30 files changed

Lines changed: 918 additions & 324 deletions

.coveragerc

100644100755
File mode changed.

.flake8

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

.pylintrc

100644100755
File mode changed.

.pytest_cache/v/cache/lastfailed

100644100755
File mode changed.

.pytest_cache/v/cache/nodeids

100644100755
File mode changed.

.travis.yml

100644100755
File mode changed.

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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/zingale/pyro2.svg?branch=master)](https://travis-ci.org/zingale/pyro2)
1+
[![Build Status](https://travis-ci.com/python-hydro/pyro2.svg?branch=master)](https://travis-ci.com/python-hydro/pyro2)
22

33
![pyro logo](www/logo.gif)
44

@@ -14,12 +14,12 @@ methods.
1414

1515
The latest version of pyro is always available at:
1616

17-
https://github.com/zingale/pyro2
17+
https://github.com/python-hydro/pyro2
1818

1919
The project webpage, where you'll find documentation, plots, notes,
2020
etc. is here:
2121

22-
http://zingale.github.io/pyro2/
22+
http://python-hydro.github.io/pyro2/
2323

2424

2525
## Table of Contents
@@ -96,12 +96,12 @@ http://zingale.github.io/pyro2/
9696
The main data structures that describe the grid and the data the lives
9797
on the grid are described in a jupyter notebook:
9898

99-
https://github.com/zingale/pyro2/blob/master/mesh/mesh-examples.ipynb
99+
https://github.com/python-hydro/pyro2/blob/master/mesh/mesh-examples.ipynb
100100

101101
Many of the methods here rely on multigrid. The multigrid solver is
102102
demonstrated in the juputer notebook:
103103

104-
https://github.com/zingale/pyro2/blob/master/multigrid/multigrid-examples.ipynb
104+
https://github.com/python-hydro/pyro2/blob/master/multigrid/multigrid-examples.ipynb
105105

106106

107107
## Solvers

0 commit comments

Comments
 (0)