Changeset 226


Ignore:
Timestamp:
07/16/2010 03:52:03 PM (13 years ago)
Author:
marcus
Message:

Working on documentation.

Location:
SHX/trunk/src/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • SHX/trunk/src/docs/conf.py

    r219 r226  
    2525extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 
    2626'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 
    27 'sphinx.ext.pngmath', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 
    28 'numpydoc'] 
     27'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'numpydoc', 
     28'sphinx.ext.autosummary'] 
    2929 
    3030# Add any paths that contain templates here, relative to this directory. 
  • SHX/trunk/src/docs/index.rst

    r219 r226  
    1 .. Seismic Handler eXtended documentation master file, created by 
    2    sphinx-quickstart on Fri Jul  9 13:07:08 2010. 
    3    You can adapt this file completely to your liking, but it should at least 
    4    contain the root `toctree` directive. 
     1Welcome to Seismic Handler's documentation! 
     2=========================================== 
    53 
    6 Welcome to Seismic Handler eXtended's documentation! 
    7 ==================================================== 
     4.. warning:: 
     5    This documentation is automatically generated. Since Seismic Handler 
     6    is under heavy development, anything can change now and then without 
     7    notice. 
     8 
     9.. note:: 
     10    Please subscribe to the `developer mailing list 
     11    <http://list.seismic-handler.org/mailman/listinfo/devel>`_ for 
     12    contacting the developers. 
    813 
    914Contents: 
     15--------- 
    1016 
    1117.. toctree:: 
    12    :maxdepth: 2 
     18    :maxdepth: 1 
     19 
     20.. automodule:: SeismicHandler.commands.echo 
     21 
     22.. autoclass:: echo 
     23    :members: 
    1324 
    1425Indices and tables 
Note: See TracChangeset for help on using the changeset viewer.