Skip to content

Commit ab5187e

Browse files
Fix docstring section underlines
1 parent 11bbef5 commit ab5187e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pymc3/distributions/continuous.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def random(self, point=None, size=None):
318318
size: int, optional
319319
320320
Raises
321-
-------
321+
------
322322
ValueError
323323
"""
324324
raise ValueError("Cannot sample from Flat distribution")
@@ -375,7 +375,7 @@ def random(self, point=None, size=None):
375375
size: int, optional
376376
377377
Raises
378-
-------
378+
------
379379
ValueError
380380
"""
381381
raise ValueError("Cannot sample from HalfFlat distribution")
@@ -1710,7 +1710,7 @@ class AsymmetricLaplace(Continuous):
17101710
Location parameter
17111711
17121712
See Also:
1713-
--------
1713+
---------
17141714
`Reference <https://en.wikipedia.org/wiki/Asymmetric_Laplace_distribution>`_
17151715
"""
17161716

pymc3/distributions/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def random(self, point=None, size=None):
484484
485485
486486
Examples
487-
-------
487+
--------
488488
.. code-block:: python
489489
490490
with pm.Model():

pymc3/distributions/transforms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def forward(self, x):
6464
Input tensor to be transformed.
6565
6666
Returns
67-
--------
67+
-------
6868
tensor
6969
Transformed tensor.
7070
"""
@@ -82,7 +82,7 @@ def forward_val(self, x, point):
8282
Test value used to draw (fix) bounds-like transformations
8383
8484
Returns
85-
--------
85+
-------
8686
array_like
8787
Transformed array.
8888
"""

0 commit comments

Comments
 (0)