-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add own section for CustomDist in distributions API
- Loading branch information
1 parent
ae1b7a8
commit 7af0a87
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters