Skip to content

Commit

Permalink
Merge pull request #22 from arokem/reference
Browse files Browse the repository at this point in the history
DOC: Add the reference folder.
  • Loading branch information
arokem committed Feb 11, 2016
2 parents f450cd2 + 222216f commit 36dcc06
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/reference/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. AUTO-GENERATED FILE -- DO NOT EDIT!
API Reference
=============

.. toctree::

shablona.rst
57 changes: 57 additions & 0 deletions doc/reference/shablona.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
.. AUTO-GENERATED FILE -- DO NOT EDIT!
:mod:`shablona`
===============
.. automodule:: shablona

.. currentmodule:: shablona
.. autosummary::

Fit
Model
cumgauss
opt_err_func
transform_data


.. currentmodule:: shablona


:class:`Fit`
~~~~~~~~~~~~


.. autoclass:: Fit
:members:
:undoc-members:
:show-inheritance:

.. automethod:: __init__


:class:`Model`
~~~~~~~~~~~~~~


.. autoclass:: Model
:members:
:undoc-members:
:show-inheritance:

.. automethod:: __init__

cumgauss
~~~~~~~~

.. autofunction:: cumgauss

opt_err_func
~~~~~~~~~~~~

.. autofunction:: opt_err_func

transform_data
~~~~~~~~~~~~~~

.. autofunction:: transform_data

0 comments on commit 36dcc06

Please sign in to comment.