Skip to content

Commit

Permalink
Fixes in train.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Igoreshka committed Nov 5, 2024
1 parent 587ab34 commit 70939f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
```rst
Motivation
==========

Expand Down
9 changes: 7 additions & 2 deletions doc/source/train.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
Distributions
*****

.. automodule:: relaxit.distributions.GaussianRelaxedBernoulli.GaussianRelaxedBernoulli
.. automodule:: relaxit.distributions
:members:
:undoc-members:
:show-inheritance:


.. autoclass:: relaxit.distributions.GaussianRelaxedBernoulli
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 70939f7

Please sign in to comment.