Skip to content

Commit 472c4b7

Browse files
authored
Merge pull request #76 from ngoldbaum/doc-tweak
Doc tweak
2 parents 08c7b61 + 6f999e1 commit 472c4b7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ inputs.auto
1818
.cache
1919

2020
.pytest_cache/
21+
22+
__pycache__/

docs/source/running.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Kelvin-Helmholtz problem ``kh``, we would do the following:
6363

6464
.. code-block:: python
6565
66+
from pyro import Pyro
6667
pyro = Pyro("compressible")
6768
pyro.initialize_problem(problem_name="kh",
6869
inputs_file="inputs.kh")

0 commit comments

Comments
 (0)