-
-
Notifications
You must be signed in to change notification settings - Fork 269
try alternative pymc objct backtracing #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
88a2cdd
try alternative pymc objct backtracing
OriolAbril 0dbca11
add more objects to index
OriolAbril 913eb63
fix highlighting of diataxis categories
OriolAbril 63d3bf0
update object usage index
OriolAbril 1fb0ebb
remove pre-commit that adds pymc objects as tags
OriolAbril bf7e891
remove double adds
OriolAbril File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,9 @@ | ||
------------- | ||
Distributions | ||
------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
distributions/continuous | ||
distributions/discrete |
This file contains hidden or 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,14 @@ | ||
Continuous | ||
********** | ||
|
||
.. autolink-examples:: pymc.Beta | ||
:type: class | ||
:collapse: | ||
|
||
.. autolink-examples:: pymc.Exponential | ||
:type: class | ||
:collapse: | ||
|
||
.. autolink-examples:: pymc.Normal | ||
:type: class | ||
:collapse: |
This file contains hidden or 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,6 @@ | ||
Discrete | ||
******** | ||
|
||
.. autolink-examples:: pymc.Poisson | ||
:type: class | ||
:collapse: |
This file contains hidden or 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 @@ | ||
================ | ||
Object use index | ||
================ | ||
|
||
This page is structured like the {ref}`PyMC API Reference page <pymc:api>` and | ||
for each function in the API it lists all the examples where that PyMC object | ||
is used. | ||
|
||
.. warning:: | ||
|
||
This page is still a proof of concept only. See | ||
`pymc-examples#289 <https://github.com/pymc-devs/pymc-examples/issues/289>`_ | ||
for more details. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
distributions | ||
samplers | ||
|
This file contains hidden or 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,31 @@ | ||
------------------ | ||
Sampling functions | ||
------------------ | ||
|
||
.. autolink-examples:: pymc.sample | ||
:type: func | ||
:collapse: | ||
|
||
.. autolink-examples:: pymc.sample_posterior_predictive | ||
:type: func | ||
:collapse: | ||
|
||
.. autolink-examples:: pymc.sample_prior_predictive | ||
:type: func | ||
:collapse: | ||
|
||
-------- | ||
Samplers | ||
-------- | ||
|
||
.. autolink-examples:: pymc.NUTS | ||
:type: class | ||
:collapse: | ||
|
||
.. autolink-examples:: pymc.Metropolis | ||
:type: class | ||
:collapse: | ||
|
||
.. autolink-examples:: pymc.Slice | ||
:type: class | ||
:collapse: |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which analytics account does this record to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are 3 "properties" inside the pymc devs google account: versioned docs, pymcon and examples (this one)