Skip to content

Commit

Permalink
try add src docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Igoreshka committed Nov 4, 2024
1 parent 22246ed commit bd8a73c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/relaxit/distributions/GaussianRelaxedBernoulli.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
'''
The :mod:`relaxit.distributions.GaussianRelaxedBernoulli` contains classes:
- :class:`relaxit.distributions.GaussianRelaxedBernoulli.GaussianRelaxedBernoulli`
'''
from __future__ import print_function

__docformat__ = 'restructuredtext'


import torch
from pyro.distributions.torch_distribution import TorchDistribution
from torch.distributions import constraints
Expand Down

0 comments on commit bd8a73c

Please sign in to comment.