-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Make examples notebooks more prominent on page #6534
Comments
Hey @canyon289 , I am Raj Parekh, recently completed my undergrads. I came across this organization through GSOC 2023 numfocus sub-projects. To get acquainted with project repos I want to work on some existing issues. While exploring the issues I found this and want to work on this please guide me in solving this issue. |
Go for it! What I suggest is thinking of "what would be nice" to show on this page, then editing the ode to make it happen. As the description says on the Learn tab it would be nice to also add a note saying the example tag has even more examples. This just requires a change to that page in the documentation. I would setup an environment where you can build documentation locally, as described in the contributing docs. Then you can iterate locally before pushing to github |
Thank you for the direction, I have followed the steps defined in contributor's guidelines and setup the repo. During setup I faced the error during the installation of polyagamma, it throws an error of numpy module not found (although). It was already present. I was able to fix this by explicitly installing it through conda forge and then installing packages present in requirements-dev.txt. Based on my understanding the documentation is defined within .md and .rst files and the webpages are build using sphinx. So I tried to create html pages locally. But when I try to build HTML web pages of the docs/source using:
Is my inference regarding the documentation web pages is right and am I going in the right direction? |
Hey I was able to solve the above errors: New error I am facing is:- |
Ah it looks like our install instructions are broken then. A better issue to fix than this one would be updating that so it works. It sounds like a mix of packages got installed and now things are the wrong versions. My suggestions are
|
Thanks for the suggestions @canyon289, I also thought that installation instructions might be broken down. Confirmation from your side assured me. I will follow the steps suggested by you and give updates within the current thread. |
Issue with current documentation:
The notebooks page could use a an explainer that theres more notebooks available in the examples tab. Something like
These are the core notebooks, to see even more examples go to the examples page
with a link to the examples pagehttps://www.pymc.io/projects/docs/en/stable/learn/core_notebooks/index.html
Idea or request for content:
No response
The text was updated successfully, but these errors were encountered: