Skip to content

Commit

Permalink
New parametrization features, and true fit in non-0 parametrizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
josemiotto committed Sep 17, 2018
1 parent 090b572 commit f4edd9e
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 114 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
8 changes: 6 additions & 2 deletions docs/source/levy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ Module Levy

.. automodule:: levy

Classes
---------

.. autoclass:: Parameters
:members:

Functions
----------

.. autofunction:: levy.change_par

.. autofunction:: levy.random

.. autofunction:: levy.levy
Expand Down
Loading

0 comments on commit f4edd9e

Please sign in to comment.