Skip to content

Commit 18440c7

Browse files
committed
Merge branch 'master' of ssh://github.com/zingale/pyro2
2 parents 3723078 + 9de6e24 commit 18440c7

9 files changed

Lines changed: 65 additions & 39 deletions

File tree

CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Contributing
2+
3+
Contributions are welcomed from anyone, including posting issues or
4+
submitting pull requests to the [pyro github](https://github.com/zingale/pyro).
5+
6+
## Issues
7+
8+
Creating an issue on github is a good way to request new features,
9+
file a bug report, or notify us of any difficulties that arise using
10+
pyro.
11+
12+
To request support using pyro, please create an issue on the pyro
13+
github and the developers will be happy to assist you.
14+
15+
If you are reporting a bug, please indicate any information necessary
16+
to reproduce the bug including your version of python.
17+
18+
## Pull Requests
19+
20+
*Any contributions that have the potential to change answers should be
21+
done via pull requests.* A pull request should be generated from your
22+
fork of pyro and target the `master` branch.
23+
24+
The unit and regression tests will run automatically once the PR is
25+
submitted, and then one of the pyro developers will review the PR and
26+
if needed, suggest modifications prior to merging the PR.
27+
28+
If there are a number of small commits making up the PR, we may wish
29+
to squash commits upon merge to have a clean history. *Please ensure
30+
that your PR title and first post are descriptive, since these will be
31+
used for a squashed commit message.*

DEVELOPMENT

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

docs/notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To support notebooks:
1414

1515
pip3 install nbsphinx --user
1616
dnf install pandoc
17-
17+
dnf install python3-ipython-sphinx
1818

1919
For numpy doc format:
2020

docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'sphinx.ext.autosummary',
4040
'nbsphinx',
4141
'numpydoc',
42+
'IPython.sphinxext.ipython_console_highlighting',
4243
'sphinx.ext.githubpages']
4344

4445
# Add any paths that contain templates here, relative to this directory.
@@ -66,9 +67,9 @@
6667
# built documents.
6768
#
6869
# The short X.Y version.
69-
version = '2.1'
70+
version = '2.2'
7071
# The full version, including alpha/beta/rc tags.
71-
release = '2.1'
72+
release = '2.2'
7273

7374
# The language for content autogenerated by Sphinx. Refer to documentation
7475
# for a list of supported languages.

docs/source/modules.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pyro2
1414
compressible_react
1515
compressible_rk
1616
compressible_sdc
17+
convergence
1718
diffusion
1819
examples
1920
incompressible

docs/source/particles.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Submodules
1010
----------
1111

1212
particles\.particles module
13-
--------------------
13+
---------------------------
1414

1515
.. automodule:: particles.particles
1616
:members:
1717
:undoc-members:
1818
:show-inheritance:
19+
20+

docs/source/swe.problems.rst

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
swe\.problems package
2-
==============================
2+
=====================
33

44
.. automodule:: swe.problems
55
:members:
@@ -10,49 +10,59 @@ Submodules
1010
----------
1111

1212
swe\.problems\.acoustic\_pulse module
13-
----------------------------------------------
13+
-------------------------------------
1414

1515
.. automodule:: swe.problems.acoustic_pulse
1616
:members:
1717
:undoc-members:
1818
:show-inheritance:
1919

2020
swe\.problems\.advect module
21-
-------------------------------------
21+
----------------------------
2222

2323
.. automodule:: swe.problems.advect
2424
:members:
2525
:undoc-members:
2626
:show-inheritance:
2727

2828
swe\.problems\.dam module
29-
----------------------------------
29+
-------------------------
3030

3131
.. automodule:: swe.problems.dam
3232
:members:
3333
:undoc-members:
3434
:show-inheritance:
3535

3636
swe\.problems\.kh module
37-
---------------------------------
37+
------------------------
3838

3939
.. automodule:: swe.problems.kh
4040
:members:
4141
:undoc-members:
4242
:show-inheritance:
4343

44+
swe\.problems\.logo module
45+
--------------------------
46+
47+
.. automodule:: swe.problems.logo
48+
:members:
49+
:undoc-members:
50+
:show-inheritance:
51+
4452
swe\.problems\.quad module
45-
-----------------------------------
53+
--------------------------
4654

4755
.. automodule:: swe.problems.quad
4856
:members:
4957
:undoc-members:
5058
:show-inheritance:
5159

5260
swe\.problems\.test module
53-
-----------------------------------
61+
--------------------------
5462

5563
.. automodule:: swe.problems.test
5664
:members:
5765
:undoc-members:
5866
:show-inheritance:
67+
68+

docs/source/swe.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
swe package
2-
====================
2+
===========
33

44
.. automodule:: swe
55
:members:
@@ -17,25 +17,27 @@ Submodules
1717
----------
1818

1919
swe\.derives module
20-
----------------------------
20+
-------------------
2121

2222
.. automodule:: swe.derives
2323
:members:
2424
:undoc-members:
2525
:show-inheritance:
2626

2727
swe\.simulation module
28-
-------------------------------
28+
----------------------
2929

3030
.. automodule:: swe.simulation
3131
:members:
3232
:undoc-members:
3333
:show-inheritance:
3434

3535
swe\.unsplit\_fluxes module
36-
------------------------------------
36+
---------------------------
3737

3838
.. automodule:: swe.unsplit_fluxes
3939
:members:
4040
:undoc-members:
4141
:show-inheritance:
42+
43+

versions.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
pyro version history, with major changes noted
22

3+
2.2 : added shallow water solver
4+
added particles support
5+
36
2.1 : documentation switched to Sphinx
47
extensive flake8 clean-ups
58
travis-ci for unit test (with 79% coverage)

0 commit comments

Comments
 (0)