Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 15, 2024
1 parent 145993e commit 57e9bb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ iterative Hertz model for a spherical indenter (modified by Sneddon)
for the `nanite <https://github.com/AFM-analysis/nanite>`_
AFM force-indentation analysis package.

This model is an optional component of nanite and is only of academic
interest.


Installation
------------
To install the latest release, simply run:
To install the latest release:

::

Expand Down
2 changes: 2 additions & 0 deletions src/nanite_model_sneddon_spher/model_sneddon_spherical.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def hertz_spherical(delta, double E, double R, double nu,
double contact_point=0, double baseline=0):
r"""Hertz model for Spherical indenter - modified by Sneddon
This model is only available after installing the
`nanite_model_sneddon_spher` Python package.
.. math::
Expand Down

0 comments on commit 57e9bb8

Please sign in to comment.