Skip to content

Commit

Permalink
Documentation version update and tutorial update.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Jan 4, 2017
1 parent 4744ec9 commit 10522d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '1.0.5'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ using bracket accessors.

Also the :class:`~nmrstarlib.nmrstarlib.StarFile` class provides a
:meth:`~nmrstarlib.nmrstarlib.StarFile.chem_shifts_by_residue` method that organizes
chemical shits into :py:class:`collections.OrderedDict` data structure (`keys` - tuple of
sequence id and amino acid residue type; `values` - chemical shift data):
chemical shits into :py:class:`collections.OrderedDict` data structure (`keys` - sequence id,
`values` - chemical shift data):

>>> starfile.chem_shifts_by_residue()
[OrderedDict([
Expand Down

0 comments on commit 10522d2

Please sign in to comment.