Skip to content

Commit 3c63c01

Browse files
committed
Updated version number in init, changed some rst formatting to please sphinx
1 parent 495d29c commit 3c63c01

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

OpenPNM/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
raise Exception('OpenPNM requires SciPy version 0.14.0 or greater')
4040

4141
__requires__ = ['scipy']
42-
__version__ = '1.2.0'
42+
__version__ = '1.3.0'
4343

4444
from . import Base
4545
from . import Utilities

docs/resources/algorithms/IP_timed.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1+
.. _IP_timed:
12

3+
###############################################################################
4+
InvasionPercolationTimed -- Invasion Percolation with Timed Injection Rates
5+
###############################################################################
26

37
.. code-block:: python
48
5-
"""
6-
===============================================================================
7-
InvasionPercolationTimed -- Invasion Percolation with Timed Injection Rates
8-
===============================================================================
9-
10-
"""
119
import scipy as sp
1210
import numpy as np
1311
import heapq

0 commit comments

Comments
 (0)