Skip to content

Commit

Permalink
docs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
josemiotto committed Aug 20, 2018
1 parent 9d049ff commit c723851
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
12 changes: 0 additions & 12 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@
'sphinx.ext.intersphinx',
]


# class Mock(MagicMock):
# @classmethod
# def __getattr__(cls, name):
# return MagicMock()


MOCK_MODULES = ['numpy', 'scipy']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()


# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
10 changes: 5 additions & 5 deletions docs/source/levy.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Module Levy
============

.. automodule:: pylevy.levy
.. automodule:: levy

Functions
----------

.. autofunction:: pylevy.levy.change_par
.. autofunction:: levy.change_par

.. autofunction:: pylevy.levy.random
.. autofunction:: levy.random

.. autofunction:: pylevy.levy.levy
.. autofunction:: levy.levy

.. autofunction:: pylevy.levy.fit_levy
.. autofunction:: levy.fit_levy

0 comments on commit c723851

Please sign in to comment.