-
Notifications
You must be signed in to change notification settings - Fork 13
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
[JOSS] Documentation (RTD) issues #31
Comments
Re: the first issue, for me it looks like this? Could this just have been a loading issue? I'm looking at https://rayflare.readthedocs.io/en/latest/, were you at a different URL? |
Strange -- clicking that link still showed me the |
To-do list for my own use:
|
@kanderso-nrel I think these issues, apart from the final one (various functions don't have docstrings, i.e. the hardest one), were resolved by PR #33 + some subsequent changes to devel to update the documentation further. Currently, I think all the functions a user would actually want to call directly (in addition to many of the more 'internal' functions) have docstrings. Obviously, in the long term it would be good for all functions to have docstrings since it will help people who want to understand the code/contribute. |
Okay, makes sense! If there's not a good use case for a user to call those functions themselves, one option would be to make them private by putting an underscore at the front of the function name. I think that will keep them from showing up in the sphinx docs, as well as in IDE autocomplete suggestions and such. NBD though, ok with me to consider this issue addressed and close it |
Ah that's a good idea. At least for now this probably makes sense to avoid loads of undocumented functions showing up in the Sphinx docs. |
Here is a list of the issues I noticed while browsing the documentation. All of them are pretty minor IMHO.
Index
The bottom ofprobably just some cache/loading issue on my first load; a hard refresh fixed itindex.rst
is supposed to show the poster, but it doesn't render correctly on RTD:Examples
(sharex=True, sharey=True)
ortight_layout()
Function/Class docs
xref openjournals/joss-reviews#3460
The text was updated successfully, but these errors were encountered: