Skip to content

Commit

Permalink
Add own section for CustomDist in distributions API
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Jun 24, 2024
1 parent ae1b7a8 commit 7af0a87
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/api/distributions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Distributions
distributions/timeseries
distributions/truncated
distributions/censored
distributions/custom
distributions/simulator
distributions/transforms
distributions/utilities
20 changes: 20 additions & 0 deletions docs/source/api/distributions/custom.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
**********
CustomDist
**********

..
Manually follow the template in _templates/distribution.rst.
If at any point, multiple objects are listed here,
the pattern should instead be modified to that of the
other API files such as api/distributions/continuous.rst
.. currentmodule:: pymc

.. autoclass:: CustomDist

.. rubric:: Methods

.. autosummary::
:toctree: classmethods

CustomDist.dist
1 change: 0 additions & 1 deletion docs/source/api/distributions/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Distribution utilities
:toctree: generated/

Continuous
CustomDist
Discrete
Distribution
SymbolicRandomVariable
Expand Down

0 comments on commit 7af0a87

Please sign in to comment.