jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
208 stars 85 forks source link

Documentation fixes #162

Closed kaustubhmote closed 2 years ago

kaustubhmote commented 2 years ago

Three changes:

  1. A bug in tutorial where there was no FT in the first dimension fixed
  2. xrange changed to range in an example (Py 2 to 3 related change)
  3. Updated all example and data links
jjhelmus commented 2 years ago

LGTM.