-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update Gaussian_Processes.rst for v5 #5720
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
Comments
Whenever we get to update this page, we have to make sure to add a target With myst, targets are added with: (additive_gp)=
## Section heading with rst it is instead: .. _additive_gp:
Section heading
--------------- (the underscore is important and part of the syntax, not of the target) |
Hi all, I would be interested in picking this up. It would be helpful to get some sense of what needed changes have already been identified. I imagine the main one is just executing the code and making small adjustments to ensure compatibility with version 5. But any other concerns come to mind? |
It looks like the change from pymc3 to 4/5 didn't introduce any problems that require the code to adjust. The core functionality of the gp module has stayed pretty consistent across version. The only change I noticed was that |
Are there code examples that can be executed? If so I'd update the content to jupyter or myst notebook (example of myst notebook in case it helps, it is a raw text notebook format) and move it to the core notebooks folder. If the code snippets there should not be executed, keep it as rst but move it to the core notebooks folder too. After that, add it to the toctree in https://github.com/pymc-devs/pymc/blob/main/docs/source/learn/core_notebooks/index.md and it will appear again on the docs |
Looks like the code was originally designed to be more schematic and wasn't intended to be executed. I submitted a PR to move the .rst file and also added it to the toctree. |
Uh oh!
There was an error while loading. Please reload this page.
Description of your problem
As title reads update the docs. Bill and I are on it and will get it done sometime by July. Creating this issue to track
#5538
https://github.com/pymc-devs/pymc/blob/main/docs/source/guides/Gaussian_Processes.rst
The text was updated successfully, but these errors were encountered: