Skip to content

Commit

Permalink
fix git path
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Dec 29, 2023
1 parent b95ccfa commit e43e6eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/tutorials/isotropic-system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,25 @@ File preparation

.. container:: justify

Either download the files from the Github |repository|, or clone
the NMRforMD repository:
To access all trajectory files, simply clone
the *NMRforMD* repository with its submodule:

.. code-block:: bash
git clone git@github.com:simongravelle/nmrformd.git
git clone --recurse-submodules https://github.com/simongravelle/nmrformd.git
.. container:: justify

The datasets are located in 'examples/raw-data/polymer-in-water/N20/'.
The datasets are located in 'nmrformd-data/polymer-in-water/raw-data/NPEG32/'.

.. container:: justify

Open a Python script or a Jupyter notebook, and define
Open a new Python script or a Jupyter notebook, and define
the path to the data files:

.. code-block:: python
datapath = "mypath/raw-data/polymer-in-water/N20/"
datapath = "mypath/nmrformd-data/polymer-in-water/raw-data/NPEG32/"
.. |repository| raw:: html

Expand Down

0 comments on commit e43e6eb

Please sign in to comment.