Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zuoxingdong committed Sep 4, 2018
1 parent 3d3b3b8 commit 0cc5c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@

# Exclude some dependencies for Read the Docs to compile with
import mock
MOCK_MODULES = [#'torch',
#'torch.nn',
#'torch.nn.functional',
#'torch.nn.utils',
#'torch.optim',
#'torch.distributions',
'seaborn',
MOCK_MODULES = ['seaborn',
'matplotlib',
'matplotlib.pyplot',
'_tkinter']
Expand Down
2 changes: 1 addition & 1 deletion lagom/core/networks/base_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class BaseNetwork(nn.Module):
- :meth:`make_params`
- :meth:`init_params`
- :meth:`forward`
Example::
Expand Down

0 comments on commit 0cc5c1f

Please sign in to comment.