Skip to content

Commit

Permalink
fix code blocks, links
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Moodie committed May 25, 2020
1 parent 94e367a commit 767e3f3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pyDeltaRCM_WMT
:target: https://coveralls.io/github/DeltaRCM/pyDeltaRCM_WMT?branch=develop


pyDeltaRCM is the Python version of the `Matlab deltaRCM <http://csdms.colorado.edu/wiki/Model:DeltaRCM>`_ model by Man Liang.
pyDeltaRCM is the Python version of the `Matlab deltaRCM <https://csdms.colorado.edu/wiki/Model:DeltaRCM>`_ model by Man Liang.
The pyDeltaRCM scripts in this repository can be run as a stand-alone model following the instructions below.


Expand All @@ -25,12 +25,14 @@ Installation

To install this package into an existing Python 3.x environment, download or clone the repository and run:

.. code::bash
.. code:: bash
$ python setup.py install
Or for a developer installation run:

.. code::bash
.. code:: bash
$ pip install -e .
Expand Down

0 comments on commit 767e3f3

Please sign in to comment.