-
Notifications
You must be signed in to change notification settings - Fork 21
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
CornerPlotter broken API fixed for web pages #346
Conversation
…ons is the problem in particular.
…h py2 and py3 docs.
…s just fix python3 pages then.
Error: Error installing micromamba: Destination file path /home/runner/micromamba-bin/micromamba already exists
I already manually ran the documentation building and page deployment from the new branch, so, therefore, the web pages already show now the CornerPlotter API correctly. Only thing that I don't know is why only some functions and their docstrings are shown for that class. But that is maybe determined somewhere. |
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.
Approved....
As mentioned in issue #306 the CornerPlotter API has not been showing up in the documentation pages for a while. That is now fixed by installing getdist and nestcheck in the GitHub Action that builds the documentation pages. Apparently, those packages were required for CornerPlotter to appear in the documentation.
I only fixed this for the Python3 web pages. For Python2 pages the installation of getdist and nestcheck did not seem to work with same command, and I did not spend time checking alternative ways to do that. Having the full API only in the Python3 pages is probably still ok.