Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezfran committed Jun 15, 2022
1 parent b53975f commit 54026e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Stable release
--------------

To install the most recent stable release of sierras with
`pip <https://pip.pypa.io/en/stable/>`__, run the following command in your
`pip <https://pip.pypa.io/en/stable/>`__, run the following command in your
termninal: ::

pip install sierras
Expand Down
7 changes: 5 additions & 2 deletions sierras/arrhenius.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ class ArrheniusDiffusion:
Parameters
----------
temperatures, diffusion coefficient : array-like
temperatures and corresponding diffusion coefficients data.
temperatures : array-like
temperatures data.
diffusion coefficient : array-like
corresponding diffusion coefficients data to the above temperatures.
temperr, differr : array-like, optional
the error of each data point.
Expand Down

0 comments on commit 54026e4

Please sign in to comment.