Skip to content
Snippets Groups Projects
Commit 22d3c9ce authored by Gordian Edenhofer's avatar Gordian Edenhofer
Browse files

re/prior.py: Fix sphinx warning

parent 8d10384d
Branches
Tags
1 merge request!1000Fix API docs
Pipeline #240290 passed
......@@ -11,14 +11,14 @@ from .num import (
)
_doc_shared = """name : hashable, optional
Name within the new `input` on which `call` acts.
shape : tuple or tree-like structure of ShapeWithDtype
Shape of the latent parameter(s) that are transformed to the desired
distribution. This can also be an arbitrary shape-dtype structure in
which case `dtype` is ignored. Defaults to a scalar.
dtype : dtype
Data type of the latent parameter(s) that are transformed to the
desired distribution."""
Name within the new `input` on which `call` acts.
shape : tuple or tree-like structure of ShapeWithDtype
Shape of the latent parameter(s) that are transformed to the desired
distribution. This can also be an arbitrary shape-dtype structure in
which case `dtype` is ignored. Defaults to a scalar.
dtype : dtype
Data type of the latent parameter(s) that are transformed to the
desired distribution."""
def _format_doc(func):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment