Skip to content

Commit

Permalink
Corrected wring links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bonfus committed Jan 27, 2017
1 parent a35f0aa commit 5909dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Tutorial

With the help of a few examples, we will show how to quickly evaluate local fields in Muesr.

To use :py:mod`~muesr` you must be familiar with python. An interactive shell like ipython or jupyter can
To use :py:mod:`~muesr` you must be familiar with python. An interactive shell like ipython or jupyter can
help a lot but it is not needed.

First steps with muesr
Expand All @@ -12,7 +12,7 @@ First steps with muesr
Definig the sample
+++++++++++++++++++++++++++++++++

The fundamental component of muesr is the :class:`~Sample` object.
The fundamental component of muesr is the :py:class:`muesr.core.sample.Sample` object.
You can import and instantiate it like this:

.. code-block:: python
Expand Down

0 comments on commit 5909dae

Please sign in to comment.