Skip to content

Commit

Permalink
Documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Jan 2, 2017
1 parent 70d4637 commit 6d69b9d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions nmrstarlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
for processing of tokens.
``bmrblex``
This module provides the :class:`~nmrstarlib.bmrblex.bmrblex` class that is responsible for
the syntax analysis of BMRB NMR-STAR files, processing word, number, single quoted,
This module provides the :func:`~nmrstarlib.bmrblex.bmrblex` generator that is responsible
for the syntax analysis of BMRB NMR-STAR files, processing word, number, single quoted,
double quoted, multiline quoted BMRB tokens.
``converter``
Expand All @@ -24,8 +24,10 @@
``csviewer``
This module provides the :class:`~nmrstarlib.csviewer.CSViewer` class that visualizes
chemical shift values using the Graphviz (http://www.graphviz.org/) DOT Languge description.
chemical shift values using the Graphviz (http://www.graphviz.org/) DOT Languge description
and provides code example for utilizing the library.
"""
from __future__ import print_function

import os
from . import nmrstarlib
Expand Down

0 comments on commit 6d69b9d

Please sign in to comment.