Skip to content

Commit

Permalink
Update Sphinx doc RSTs
Browse files Browse the repository at this point in the history
  • Loading branch information
kinverarity1 committed Aug 23, 2015
1 parent d642b28 commit c9c2ee7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 40 deletions.
10 changes: 7 additions & 3 deletions docs/source/apidocs.rst
Expand Up @@ -8,18 +8,22 @@ Although all the code lies in the two modules described in detail below, all the

.. code:: python
>>> from lasio import __version__, # version string for lasio
... read, # use for reading existing LAS data
... LASFile, Curve, HeaderItem # use for creating new LAS files from scratch
>>> from lasio import (
... __version__, # version string for lasio
... read, # use for reading existing LAS data
... LASFile, Curve, HeaderItem # use for creating new LAS files
... )
``lasio.las`` - main module
---------------------------

.. automodule:: lasio.las
:members:
:undoc-members:

``lasio.las2excel`` - LAS -> Excel conversion
---------------------------------------------

.. automodule:: lasio.las2excel
:members:
:undoc-members:
30 changes: 0 additions & 30 deletions docs/source/lasio.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/modules.rst

This file was deleted.

0 comments on commit c9c2ee7

Please sign in to comment.